Jeremias Wolff

Results 10 comments of Jeremias Wolff

Same issue here. Upgrading to the latest Version `3.2.4 (58)` fixed that issue on my end. cheers,

I have the same workflow as the thread opener, so selecting a storage path would be nice. I'd solve this by figuring out how it currently works. ```sh /Users/Shared/DBngin/mysql/8.0.27/bin/mysqld \...

Hej @pernielsentikaer , thanks for your support and updating minor details. How about the building error? > > Error: 7:13 error Invalid author "Jeremias Wolff (https://github.com/comes)". Error: the resource could...

> Hi 👋 > > Looks good to me, approved 🔥 Looking forward for v2 🤘 cool, thanks for the support!

after a couple of years with no response, I switched to logitech flow (https://www.logitech.com/en-us/software/features/flow.html) which works pretty well for my

Any chance to get a more trustable / 'official' version from beyondcode, @mpociot ?

is there any update mocking `readonly` classes?

🦾 awesome! Is there any way I can help?

for the sake of easiness: ```js const styles=[{id:"gl-draw-polygon-fill",type:"fill",filter:["all",["==","$type","Polygon"],],paint:{"fill-color":["case",["==",["get","active"],"true"],"orange","blue",],"fill-opacity":.1}},{id:"gl-draw-lines",type:"line",filter:["any",["==","$type","LineString"],["==","$type","Polygon"],],layout:{"line-cap":"round","line-join":"round"},paint:{"line-color":["case",["==",["get","active"],"true"],"orange","blue",],"line-dasharray":["case",["==",["get","active"],"true"],["literal",[.2,2]],["literal",[.2,2]],],"line-width":2}},{id:"gl-draw-point-outer",type:"circle",filter:["all",["==","$type","Point"],["==","meta","feature"],],paint:{"circle-radius":["case",["==",["get","active"],"true"],7,5,],"circle-color":"white"}},{id:"gl-draw-point-inner",type:"circle",filter:["all",["==","$type","Point"],["==","meta","feature"],],paint:{"circle-radius":["case",["==",["get","active"],"true"],5,3,],"circle-color":["case",["==",["get","active"],"true"],"orange","blue",]}},{id:"gl-draw-vertex-outer",type:"circle",filter:["all",["==","$type","Point"],["==","meta","vertex"],["!=","mode","simple_select"],],paint:{"circle-radius":["case",["==",["get","active"],"true"],7,5,],"circle-color":"white"}},{id:"gl-draw-vertex-inner",type:"circle",filter:["all",["==","$type","Point"],["==","meta","vertex"],["!=","mode","simple_select"],],paint:{"circle-radius":["case",["==",["get","active"],"true"],5,3,],"circle-color":"orange"}},{id:"gl-draw-midpoint",type:"circle",filter:["all",["==","meta","midpoint"],],paint:{"circle-radius":3,"circle-color":"orange"}},]; self.draw = new window.MapboxDraw({ ..., styles: styles })``` here's a snipped how I solved it