Kris Jenkins
Kris Jenkins
This is needed if you want to set an initial value for a form element. (In contrast with the "value" property, which sets the value on every re-render.)
IDO should be able to do a similar job, and comes bundled with Emacs. We could use whichever is available at runtime. @bbatsov has [some thoughts on how this could...
Hi. We've been using eventful and we're finding it really useful. Thanks! Can I ask, are you still accepting PRs? And/or would you be interested in new (co-)maintainers? We'd really...
We're on stackage now. It's the big time. But, this is like the saddest page on the internet: https://www.stackage.org/haddock/nightly-2017-02-02/elm-export-0.6.0.0/Elm.html
It should at least point you to `M-x customize-theme`. (Should we set up `:colorscheme` as an ex command?)
`:set` is going to one of the first things people type. We need a way to handle it. (Perhaps just alias it to `M-x customize-variable`?)
I find myself writing a lot of code that looks like this: ```python weather_topic = app.topic("weather_data") producer.produce(topic=weather_topic.name, ...) ``` ...and the ergonomics of that aren't great. I know there's a...
One error that can come up when configuring an `Application` is this: ``` raise ValueError("Either broker address or Quix SDK Token must be provided") ``` A very easy way to...
A lot of us are running multiple claude sessions in parallel. Sometimes multiple sessions for multiple projects. (That's a testament to how amazingly useful this tool is!) But it's reached...
https://github.com/clockworklabs/SpacetimeDB/blob/master/docs/.cursor/rules/spacetimedb.mdc contains the instruction, "You're executing commands in Powershell..." That gets copied into my project when I run `spacetimedb init`, and it's confusing my copy of Cursor because I'm not...