Drew De Ponte

Results 93 issues of Drew De Ponte

Basically, the idea is that if I can run an install script from the gemspec somehow right after the gem has been installed then I can simplify the install process...

feature requests
someday

The idea is basically that I want to simplify the install somehow. I want to make it so that the install is as simple as possible. One, idea for being...

task
someday

This is needed because ansi2html will now work inside of html e-mails as they don't support style blocks. Instead they only support inline styles so we need a gem/form similar...

task
normal

This button/link should increase the amount of jobs shown by 20.

task
someday

SourceKittenDaemon works great on MacOS to provide what I believe is the necessary information to implement completion. It is done through a RESTish api. Details on the super simple protocol...

This is a side effect of Swift Package Manager not working with bundled resources. So, the `Formatters/RelativeFormatter/langs/` various `json` files aren't included and therefore aren't accessible when using Swift Package...

Doing so resulted in the following errors but I haven't had a chance to dig into them. ``` Failures: 1) Togls::ToggleRegistry#feature returns the created toggler Failure/Error: @features[feature_id] = Marshal.dump(feature_data) RuntimeError:...

Currently the category matching are case sensitive so they only match lower case versions, e.g. `added:`. It would be nicer if it also matched variations like `Added:`, or even `ADDED:`.

bug
good first issue