Philipp Brumm

Results 33 comments of Philipp Brumm

Yeah, I wasn't sure where to file this bug :) Thanks for your help!

This would be an amazing resource! I'm currently playing with building a themable code-related app, and because I'm lazy, wanted to re-use existing vscode themes. A central and public directory...

@reitmaster maybe this can help in the meantime: https://github.com/brumm/nwb-electron-starter

Hey @insin, I just did my semi-regular round of updates: https://github.com/brumm/nwb-electron-starter/commit/52a44341943edca245cd046a0847fca0d814f35b

I made a reproduction case: https://stackblitz.com/edit/node-fyfxhz?file=main.js ``` yarn add esm file-icon; node index.js ``` importing `path` works, importing `file-icon` does not. This seems like a pretty big issue and makes...

Thanks for the heads up! This will be fixed with an upcoming rewrite of Tako 💅

I came here to request this as well. In our case, we have a route that can appear as a top-level route as well as a sub-route. ``` js this.route('foo',...

Thanks for taking a look! Let me know if I can do anything to get this into a state you're comfortable shipping. 💪

I'm not sure what it will take to actually get this published, I'll have to sort this out later

Hey, thanks for taking the time! I'm currently building a github file tree/preview browser extension and was aiming for best-in-class syntax highlighting. `highlightjs` and others are unfortunately very far from...