Philipp Brumm
Philipp Brumm
 
Title says almost all - I want to set up things like ~/.firefox/facebook.com/ with the folder containing a main.js and a main.css etc for easy and convenient theme bundling. I...
I was searching for a way to control x-axis labels on a date type scatter chart, and found the undocumented `xScale` options. However, I'm not sure what I'm expected to...
given a preview'd file 'downshift.js', having a `import Downshift from 'downshift'` statement will lock up atom. We could either - require local imports to always specify the full filename, including...
Currently, we're recursively gathering the active file's content and dependencies to build our `{ files, dependencies }` structure. This works well for plain ES6 JavaScript, but not so much for...
need to render my own markup that uses atom's syntax classes
Hey, I'd like to be able to specify defaultProps on a Component decorated with `connect`, and to have those added to the props passed to its callback: ```js class Foo...
Hey, I'm trying to extract dependencies from a svelte-style .html file. It seems like precinct is trying to parse it like JSX: ``` ❯ env DEBUG=precinct npx precinct svelte/HelloWorld.html precinct...
macOS Mojave 10.14.6 (18G87) Firefox 70.0.1 (64-bit) After increasing the font size of the devtools via `cmd-+`, popover menus appear in the wrong position. Increasing the font size again causes...
Currently, a result line is shown for each term found on a given buffer line of text. I found this confusing sometimes, especially when trying to direct-edit the searched term...