Results 16 comments of Dimitri Roche

I think we will be. Storm and bolt are critical pieces of our app so we would love to be involved in the discussion at https://github.com/asdine/storm/issues/211. As for a concise...

:+1: +1 I'm hoping to set an error on an editable-row as opposed to an editable-form

A work around I've made for this is to create a capybara request spec that visits "/jasmine" and ensures all jasmine specs have passed. You can find a sample here:...

Thanks for the plugin! I also have the issue below and the inability to have case sensitive search. I have a suspicion that it's colliding with another plugin, either CoC...

With how we've structured our tests, we still have need for this tool, and would love to see the `-tags` option merged from https://github.com/haya14busa/goverage/pull/18. Our test setup: * `packageA` is...

Hi all, the vue-cli-service is deprecated and in maintenance mode. The recommended practice is to now use `vitest` through `yarn test:unit`: ``` "scripts": { "test:unit": "vitest", ``` Further reading: https://cli.vuejs.org/guide/cli-service.html...

Answering my own question, I did the following to get it working: ``` let g:test#javascript#runner="vitest" ``` and everything worked. ``` RUN v1.5.2 /Users/dimroc/workspace/ponds/rails/app/javascript ✓ views/HomeView.spec.js (1) ✓ HelloWorld (1) ✓...

It's a great idea and I have thought of automating the calculation of each implementation's runtime. I will be manually updating the README later this week. We have come to...

Hey there @Akhtar303, you can run the count model against a single frame with the `python manage.py predict` command. Documentation and help is lacking, so check out the source: https://github.com/dimroc/count/blob/master/ml/crowdcount/management/commands/predict.py#L12-L16...