Todd Fleming

Results 186 comments of Todd Fleming

You saved before you loaded an SVG and added your operations and tabs. If you save after you do all that I'll get a complete reproduction. Make sure you're OK...

Very odd. That issue appears to be tied to the shape.

This is a great explanation about the difference between conventional milling and high-speed milling. I've been trying to come up with a high-speed approach off and on over the past...

e.g. of why I don't like the C++ hovers: ![image](https://user-images.githubusercontent.com/418464/186934613-58afe7a5-d414-4461-be9f-de5c38068890.png) I don't need it to pester me with definitions except when I explicitly ask for one

> Is using > > ```json > "[cpp]": { > "editor.hover.enabled": false > } > ``` > > sufficient? Unfortunately that disables all plugins' hovers in cpp files, not just...

How about this? async/await simplify using promises: ```js (async () => { try { console.log("suggesting network"); await scatter.suggestNetwork(); console.log("requesting identity"); const requirements = ['account']; let identity = await scatter.getIdentity(requirements); console.log("got...

docker: when we published docker images we were flooded with docker support questions. New users were getting confused by drive mappings, port mappings, shell aliases. They were struggling with Docker...

history plugin: it's very buggy and its design isn't fixable. It places too high a load on nodeos. It corrupts nodeos's database. It skips some transactions while filling its database....

They supplement each other.