salotz

Results 119 comments of salotz

One other low-level GC-less "fastlang" I am interested in is [Odin](https://odin-lang.org/). Its kind of like a less ambitious Zig. No exceptions or async. No macros but has support for compile...

Lol glad you like it! hahaha rotate E and recolor :P How about this. It passed `desktop-file-validate` and seems to be working for me on Ubuntu 16 GNOME: ``` [Desktop...

> profiles are mostly provided by the qt web engine I suspected that was the case. The bookmark variables are not documented in the table of variables to set so...

I generally agree with what @clbarnes is saying that packages *should* specify their build-time dependencies. They often don't though (perhaps for complicated reasons). It seems like a reasonable feature (+1...

@uranusjr this might be one? Qtile needs `cairocffi` as a build dependency. But specifically they need `cairocffi` that was *built* with the library `xcffib`. However, `xcffib` is an extra dependency...

This is a good issue. I'm kind of having a similar issue I think.

I agree that for analysis use cases that is all that is needed, but I often use mdtraj for doing things like preparing OpenMM simulations for which that would be...

I'll point out that `mdtraj.Topology` has a `to_openmm` [method](https://github.com/mdtraj/mdtraj/blob/81209d00817ab07cfc4668bf5ec88088d16904c0/mdtraj/core/topology.py#L339). Otherwise its just shuffling numpy arrays around. I just view mdtraj as a toolkit for trajectory file I/O a lot of...

Would this feature include logging of other deployed services? And would it also apply to workflows? For instance if I have an HTTP server running in a deployment and my...

This is something I would consider make PRs for as demand requires. This one could serve me as a stop-gap: https://github.com/mdtraj/mdtraj/pull/1294 Didn't notice that `_read` method. I still feel a...