Kaleb Elwert

Results 60 issues of Kaleb Elwert

The php version clears out the matching files each time it runs a build. I think that might be the correct way to do this.

This came up in https://github.com/tinted-theming/schemes/issues/8. Essentially, we should drop the definition of "slugify" from the builder because it's relatively hard to understand and requires Unicode case folding to properly be...

- [x] Acceptance criteria for repos - [x] Obligations maintainers should agree to before transferring over repositories - [ ] Acceptance criteria for PRs - [x] Code of Conduct -...

It seems like most terminal files end up being fairly similar - maybe it would make sense to have a `base16-terminal-templates` (or some other similar name) which has all the...

proposal

Because we're a new org starting up, we're looking for more people who are willing to help maintain some of these projects, whether that's templates, the spec, or something else....

https://github.com/skelterjohn/wgo/blob/master/pins.go#L180 This can cause some confusion when wgo restore succeeds, but wgo install fails. The easiest way to reproduce this is to introduce a parsing error into .gocfg/vendor.json.

This adds an option to set inline comment separators separate from the comment separators, similar to the inline_comment_prefixes in the [Customizing Parser Behavior section](https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour) of the Python library docs. Notes:...

In 5.4.1, this option was reset between prompts, so to retain the previous default behavior, this should be added back. This was the change which caused it to be reset:...

The main changes from python2 to python3 were using the threading module, rather than thread and switching all print statements to function calls. This also makes a few changes to...

I've been working with this package for serialization and deserialization over an scgi transport, but that means I need to serialize and deserialize to something other than http. Thankfully, write_to_xml...