teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
<gbruno> [github] thehans pushed 2 modifications (Merge pull request #4135 from thehans/master Separate compile definitions which were being lumped as one.) https://github.com/openscad/openscad/commit/3c87699570bd3377414830f5a9aba6e92d583335
ur5us has joined #openscad
lastrodamo has quit [Quit: Leaving]
clemens3 has quit [Ping timeout: 256 seconds]
clemens3 has joined #openscad
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
<peepsalot> (see the red exclamation point here) https://www.openhub.net/p/openscad/enlistments
<teepee> oh, that's synopsis now
<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
<OlivierChafik[m]> s/json/rest/ or whatever :-)
GNUmoon has joined #openscad
<J22> pff https://www.whois.com/whois/scad.edu     is there a tdl *.scad
<J22> tld
<J22> *.xyz would also be nice
<J22> seems there are some "free" api  but not sure if we want to use these in production https://rapidapi.com/collection/url-shortener-api
<OlivierChafik[m]> Mmmmmmmh... I've just snatched scad.cloud
<J22> oh this is  ( i have no clue) https://vurl.com/api.php?url=www.example.org
<OlivierChafik[m]> I'll keep the implementation for another week though
<J22> but seem this could be implemented quite easy
<OlivierChafik[m]> Nice! Wonder if they allow calling from JS
<OlivierChafik[m]> > oh this is ( i have no clue) https://vurl.com/api.php?url=www.example.org
<OlivierChafik[m]> J22: it's a link that lands on their page first though
<OlivierChafik[m]> (I mean fair enough, that's how they made ads money :-D )
ur5us_ has quit [Remote host closed the connection]
<J22> oh  .. just read about their direct ads ..   but until there is an internal solution / database /
<J22> i mean if you can use external scripts  .. every paste bin  should  work
<J22> ( thought vurl.com looked nice clean .. but my block list seemed to just give me the better internet view - Ü )
gunnbr_ has quit [Quit: Leaving]
<J22> OlivierChafik[m]  is this the JS you asked? javascript:void(location.href='https://vurl.com/?url=';+location.href);
<OlivierChafik[m]> J22: thanks! I'm already writing my url shortener but will add this quick link now ;-)
<OlivierChafik[m]> thanks
<OlivierChafik[m]> ugh neither of these services allow cross-origin fetching
<OlivierChafik[m]> I'll try again another time.
<J22> hm ..  thought the request would be  from the clients browser
<J22> are you using CORS
<OlivierChafik[m]> COOP and COEP to get SharedArrayBuffer access
<OlivierChafik[m]> (needed by emscripten)
<OlivierChafik[m]> (maybe not always needed?)
GNUmoon has quit [Ping timeout: 240 seconds]
ferdna has joined #openscad
GNUmoon has joined #openscad
J22 has quit [Quit: Client closed]
J22 has joined #openscad
senoraraton has joined #openscad