califax has quit [Remote host closed the connection]
ali1234 has joined #openscad
LordOfBikes has quit [Ping timeout: 256 seconds]
LordOfBikes has joined #openscad
tachoknight has joined #openscad
tachoknight has quit [Ping timeout: 250 seconds]
J2269 has quit [Quit: Client closed]
J2269 has joined #openscad
snaked has joined #openscad
ur5us has quit [Ping timeout: 240 seconds]
RichardP_ has joined #openscad
RichardPotthoff has quit [Read error: Connection reset by peer]
J226952 has joined #openscad
J2269 has quit [Ping timeout: 256 seconds]
myosotis has quit [Quit: myosotis]
ur5us has joined #openscad
ur5us_ has joined #openscad
ur5us has quit [Read error: Connection reset by peer]
J22695292 has joined #openscad
J226952 has quit [Ping timeout: 256 seconds]
gunnbr_ has joined #openscad
othx has quit [Ping timeout: 240 seconds]
gunnbr has quit [Ping timeout: 240 seconds]
othx has joined #openscad
arebil has joined #openscad
J22695292 is now known as J22
ur5us_ has quit [Ping timeout: 272 seconds]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
ur5us_ has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ur5us_ has quit [Ping timeout: 256 seconds]
lastrodamo has joined #openscad
trashbird has quit [Remote host closed the connection]
trashbird has joined #openscad
trashbird has quit [Remote host closed the connection]
trashbird has joined #openscad
trashbird has quit [Remote host closed the connection]
trashbird has joined #openscad
trashbird has quit [Read error: Connection reset by peer]
trashbird has joined #openscad
trashbird has quit [Remote host closed the connection]
Guest97 has joined #openscad
Guest97 has quit [Client Quit]
<J22>
maybe an URL shortener addon would be beneficial for WASM SCAD https://v.gd/gkOHHu
<J22>
btw: notice that using $fs instead of $fa causes irregular height of the roof
arebil has joined #openscad
<J22>
s/$fa/$fn
<teepee>
yeah
<teepee>
but it's not really usable yet
<teepee>
we really need to find a solution to prevent that massive amount of failing calculations
use-value has joined #openscad
<peepsalot>
i haven't seen this site before (found it from a link on MXE home page), but i wonder why our github source location got flagged as "do not fetch" 2 years ago https://www.openhub.net/p/openscad
<teepee>
I've requested access, lets see if that works :)
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
arebil has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
Junxter has quit [Read error: Connection reset by peer]
Junxter has joined #openscad
ToAruShiroiNeko has quit [Remote host closed the connection]
ToAruShiroiNeko has joined #openscad
use-value has quit [Quit: use-value]
<J22>
can we get the bracket completion within the editor ?
<J22>
or that the suggestion contain also the bracket?
<J22>
like we have with the templates
myosotis has joined #openscad
arebil has joined #openscad
<teepee>
no idea, scintilla is a bit tricky in that way, but it should be possible
<teepee>
at least the first part. including the bracket into the suggestion is more difficult as that's a hardcoded feature of the editor
use-value has joined #openscad
gunnbr has joined #openscad
othx has quit [Ping timeout: 256 seconds]
othx has joined #openscad
gunnbr_ has quit [Ping timeout: 256 seconds]
gunnbr_ has joined #openscad
gunnbr has quit [Ping timeout: 240 seconds]
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
J22 has quit [Quit: Client closed]
J22 has joined #openscad
LordOfBikes has quit [Remote host closed the connection]
LordOfBikes has joined #openscad
snaked has quit [Ping timeout: 240 seconds]
snaked has joined #openscad
trashbird has joined #openscad
ur5us_ has joined #openscad
GNUmoon has quit [Ping timeout: 240 seconds]
lastrodamo has quit [Quit: Leaving]
Junxter has quit [Ping timeout: 240 seconds]
myosotis has quit [Remote host closed the connection]
<OlivierChafik[m]>
J22: I'd spawn up an url shortener, but data ownership seems tricky. Maybe we could have some basic in-memory / non persisted redis free-for-all storage with a small TTL (a couple of hours) and no guarantees, limiting it to known domains.
<J22>
is there a limit for URL length? .. maybe external scripts are the better choice - but also then a shorter url would be nice to paste code
<J22>
just wondered if a library could be used as an external url
<OlivierChafik[m]>
No real limit for hash fragments, they're not sent to the server so nobody cares how long they are haha
<OlivierChafik[m]>
Ideally we'd need something we can call as an api yes
<OlivierChafik[m]>
if you find some free service that has a json api and decent usage limits I can try and plug it in