mukund

Results 23 comments of mukund

Thanks for doing this work. Is this behind a flag because the message is too long or because collecting the debugging information comes at a performance cost (or something else)?

If you use systemd to run kanshi as a user service, you can do: ```sway exec_always "systemctl --user restart kanshi.service" ```

How can I write a unit test for `adapter.createRecord` without this?

Is this open to contributors? I’m interested in this feature and would like to try implementing it.

This isn't presently possible because at macro expansion time, there's no way to go from `Push` to `Choice::Push` because name resolution happens after macro expansion. If you can access the...

It also looks like docs + clippy fail on this PR. ``` warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links` --> dialectic-compiler/src/lib.rs:253:11 | 253 | #![forbid(broken_intra_doc_links)] | ^^^^^^^^^^^^^^^^^^^^^^ help: use...

Can you do this in one of [grunt-regarde's events](https://github.com/yeoman/grunt-regarde#events)? I feel like it's the watch task's job to ensure that the process's require cache is clean (or at least to...

Unfortunately, I'm not sure how to fix this without breaking a bunch of other specs. Maybe you can defer validations on ranking columns until `handle_ranking` has been run. I'm not...

I tried exactly that. It breaks a bunch of specs, though I didn't dig in too much.

Hi @Dechowmedia I'm sorry you've had trouble with this. I just marked this project as unmaintained and added a note to the readme. I would recommend looking at https://github.com/dgeb/grunt-ember-templates which...