Jake Stanger
Jake Stanger
Cool, I think that's a good enough reason :) I may be over-engineering this so feel free to suggest an alternative, but here's the scenario in my head: - The...
Perfect, sounds great. You can use `info.bar_position`, and that has an `orientation` method on it if you haven't found that yet btw.
Ah okay that makes sense. `info.location` should cover that (left/right equate to start/end, I just never updated the names) Looking good too!
Yeah, I think the config should be fine. There's a [library](https://github.com/JakeStanger/universal-config-rs) that loads whichever config file is found into the same type, and that's all handled with serde. In other...
Yep, same here. The best solution imo is to simply remove the import from `index.js` and then require users to import it themselves. This would also enable users to ship...
Hey, types are not something I want to add into the language/spec as I think that's a detail for the consuming application to consider, not the configuration language. I believe...
> Would you be interested in building additional cli tool/language like TypeScript for corn? Maybe tcorn or torn which could extend on corn? This isn't something I'd want to take...
I'm willing to expand libcorn in a generic way to make it easier to integrate if the requirement arises, but I do not want to make changes that would be...
Yes I've had schema validation in mind for a long time, but it's never gotten further than a vague thought. I'm not sure what the syntax should be yet -...
> I suspect GTK doesn't wait for the done event when the monitor geometry is queried, and falls back to the wl_output partial data as a result? The weird thing...