Sir-NoChill
Sir-NoChill
Current [repository](https://github.com/Sir-NoChill/pkl-rust). I'm essentially duplicating the [pkl-go](https://github.com/apple/pkl-go) repository and translating to rust.
Do we need to encode the field names in the message passing standard? I am assuming yes, since it would be hard for pkl to guess positional arguments in something...
That's the page that prompts my question, I'm going to assume messages need to be formatted more or less exactly the same as what's shown unless there is evidence to...
Including for posterity sake that I managed to figure it out. See the [corresponding issue](https://github.com/Sir-NoChill/pkl-rust/issues/3) in my repo.
Does anyone know if there is a way to get the `pkl server` to read input from a fifo or some other method of IPC? I'm trying to debug my...
> If any references are still needed for this, I have a rust binding here: [https://github.com/z-jxy/pkl-rs](url) I don't think that is public
Alright, so I think I'm going to try to pull your codegen into my repo. Hecktic couple weeks, so sorry for the absence of activity. Currently I am working on...
I have added my custom driver, the 'caching' mechanism I have is not very good, I think it could be improved by comparing the config.ini files for the cached sims...
@erin-le yes, the goal of that previous PR remains for this one, I can update the description if that's necessary. Good to see more improvements to multisim coming along!
Sorry about the delay, I will commit my amendments later today. @BobbyRBruce I am proposing passing the in-memory SimStat object through a pipe so that we can use the Python...