Benjamin Atkin

Results 28 issues of Benjamin Atkin

It's a bit tricky to install the gem right now. I have to run `gem install --pre eco-source` to install eco-source. `gem install --pre eco` won't work, though, because eco...

Looking at the code I saw that it has compilers for coffee-script and eco, in addition to what's documented in the README. I also noticed that compilers is exported, so...

the ones that [coffee-cleanse](https://github.com/isaacs/coffee-cleanse) filters ...that use require('coffee-script') to compile coffee-script on the fly.

The matchit plugin, which used to be included with janus, was removed from github (#673), but there's one built into vim. It can be loaded with `source $VIMRUNTIME/macros/matchit.vim` which just...

**Describe the bug** On the demo page I noticed the drag handle, but when I tried using the drag handle to move the image to the bottom, outside of my...

bug

https://github.com/windicss/docs/blob/main/plugins/official/typography.md Is there a commonly used configuration where `export default` and `require` work together? ```js export default { theme: { // ... }, plugins: [ require('windicss/plugin/typography'), // ... ], }...

This is quite a powerful tool. Thanks for it! I'm using it to do transfers on s3. While setting up retries I noticed that the --retry-interval is a number of...

This is a neat gem. I especially like how you can pull in just the modules you want. According to the docs, `ergo` is like `tap`. But [this example in...

In the README it has a [good section on including individual components](https://github.com/rubyworks/facets#usage). Still I wasn't sure about adding requires to my rails config directory, so I checked to see if...

I think a lot of people using overmind might want something to run a program automatically on file changes, so it would be helpful to point to https://github.com/cespare/reflex in the...