Dan Kersten
Dan Kersten
@schteppe Is there any possibility of this happening sometime? I understand you're probably busy...
I was just thinking about this too and see that #60 made an attempt, but was never completed. Since `pre-init-spec` is only called by `assert-pre-init-spec`, which is an internal function,...
I would also love this. It would allow, for example, one project to control another to keep columns in sync: one project sets a label if the item is moved...
I found this issue while looking for a similar solution, so let me explain my use case: I wanted to include migrations in a separate config file, both the `duct.migrator.ragtime`...
Thank you very much, that's perfect!! Thanks for a great library, by the way.
I believe placing things inside namespace `std` is considered undefined behavior in the standard, so unless you're writing a standard library for a particular compiler, you shouldn't do that. Besides,...
Wouldn't renaming `eastl` to `std` cause the same name clashes, though? Perhaps I'm not understanding what you are trying to do.
I also want P2 integration, so I plan on doing a PR for this in the coming week or so (I'll be making my first attempt tomorrow, but it may...
@nadbm re UX, take a look at how handsontable does it as it works relatively well (not perfect, but passable) on iOS.
You can do this right now by using multiple steps, for example: ``` on: pull_request: jobs: test: runs-on: ubuntu-latest permissions: pull-requests: write steps: - uses: mshick/add-pr-comment@v2 with: message: | 1....