Daniel Alley

Results 427 comments of Daniel Alley

@selwin, is it safe to have multiple jobs with the same ID, if they don't actually co-exist with each other? In our case, we enqueue jobs onto a special "resource...

If this isn't safe, then the easiest thing for us to do if this isn't safe would be to have Job #1 check whether our "task" has been cancelled before...

@netvl Thank you so much for all the work you put into this crate! I don't mean to sound ungrateful - and the fact that it has so many downloads...

Let's not fork until we have an idea of where it would go at the very least. Meaning an official organization if at all possible. It is also possible that...

> It is also possible that @svartalf may eventually respond and be willing to add new maintainers to the existing organization. Such as perhaps @dtolnay? https://github.com/dtolnay/rust-toolchain

Assuming the model in question is already subclassing the LifecycleMixin / LifecycleModel class, maybe you could do something like: ``` Model.x = hook(BEFORE_CREATE)(Model.x) ``` But, that is basically "monkey patching"....

Has any profiling been done on the TOML parsing itself? Just glancing through the file, the parsing code doesn't seem especially efficient, it could probably benefit from a little focused...

> I'd like to poke around at this. How did you gather this data? If you pass the `--reverse` flag it groups together all of the tiny calls at the...