Matt DeBoard
Matt DeBoard
When using a browser-connected REPL for Om, I'd love to be able to invoke Om functions to investigate their outputs and so forth. However this would require having the `React`...
There's a package called `flycheck-pos-tip` which is really nice. it shows errors in a tooltip where the cursor is (when over an error). Would it be feasible to add this...
The fact the crate data is harvested from the git reflog influences how I approached this. We're basically iterating over log lines, but since a single package & version pair...
So I'm working on [a project](https://github.com/binarymax/bifrost) that uses tabs instead of spaces. Normally I can set up my .dir-locals.el like so: ``` elisp ((nil . (indent-tabs-mode . t) (whitespace-action ....
This reads a couple of config settings from a JSON/CSON file. This is just a small start, and probably the easiest possible part, toward per-directory virtualenv config. The hard stuff...
This will probably be pretty opaque unless you know how Ticket To Ride's destination cards work. Basically this would be a system for helping a program understand that a path...
## Summary There is no way to convey fill and stroke color information through the `Rating` component. Basically, the rating icons (`Star`, `Heart`, etc.) take `fillColor` and `strokeColor` props. Those...
## 📑 Description This patch ensures that `npm run gen:docs` generates a `Card.svelte.d.ts` file that knows `imgClass` is a valid prop. When trying to use `Card`'s `imgClass` prop, TypeScript complains:...
Hi. I was using your library and ran into this problem immediately. I found the fix and wanted to document it for future users. Let me know if there's a...
### Describe the bug At some point between the 0.46.15 and 0.46.19 release, the `Input` component changed such that it breaks the UI for a search bar on my page....