Jordan Besly

Results 19 issues of Jordan Besly

Libraries considered "standard" can have one of the following labels: > **standard** (bundled with every Emacs install) > **informal standard** (not bundled with Emacs, but used everywhere) The bold face...

enhancement

I don't feel that being having a single person be the "owner" of the project would help it develop. I would rather have it transferred to an organization. Possible solutions:...

The document needs a section about community: where to seek help when stuck during Elisp development. We should list stuff like IRC, reddit...

enhancement

https://github.com/p3r7/awesome-elisp/pull/1 added a sub-section under *Resources* about contributing to core Emacs development. Maybe core Emacs should have its own toplevel section instead, presenting briefly the core libs (C, `subr`, `simple`...),...

enhancement
question

I don't known if it's supported by default by the time.Parse() function, but as I understand [the documentation](https://golang.org/pkg/time/#pkg-constants) that seems to not be the case. Ideally, several precisions should be...

The code should support parsing unix timestamps in seconds, milliseconds, microseconds and nanoseconds. Please bear in mind that I have little to no experience writing Go, so their might be...

Hello, First of all, thanks for this really neat package. I'm using it daily and enjoying it. I would like to propose a customization toggle for the behavior of respawning...

Relying on an externalized low-level API client lib would allow: - more projects to rely on it - have a less monolithic code base - be more effective when adapting...

enhancement

Seems pretty easy to do: just an hardcoded `scenario-id` different than the one for single player. But how to connect with other known users? Also, should we prompt user every...

enhancement

We already have integration with: - vanilla pip (`requirements.txt`) - conda (`environment.yaml`) The big advantage of conda is that it creates automatically a dedicated virtual env (_conda env_ specifically). The...

enhancement