Sam Hatfield

Results 6 comments of Sam Hatfield

Could we have a valid/constraints field that takes a function? So, `param "foo" { default = 5, constraint = NonZeroNum }`, then have a function called `NonZeroNum` that checks the...

I'm going to remove this from the 0.3.0 project, in favor of tracking only the PR on that board

Just as a note, the recommended docker syntax for printing the host port of a container is this invocation of docker inspect: ``` docker inspect --format='{{(index (index .NetworkSettings.Ports "8787/tcp") 0).HostPort}}'...

I hope this gets supported, but if it doesn't, there should be a tool for converting an editorconfig file into a helix language.toml file

BTW, I recently starting using this, and the instructions in the README are still current, even after several months, so @jfim if you wanted confirmation that it works, you have...

I don't know how to fix this in the code, but I figured out a workaround. Try this: midi_out = rtmidi.MidiOut(b'out')