rbosneag

Results 20 comments of rbosneag

adding to @Cornally's answer, `[email protected]` requires `-loader` to be appended to each loader. Meaning that `loader: "style!css!sass"` becomes `loader: "style-loader!css-loader!sass-loader"`. Saved me some headaches.

Not in my case as I needed to compare only parts of the strings (variable length, may be at the start of the string, in the middle, anywhere). I think...

I think I saw that @cgross left some code for the `ui-router` option from the old generator in this new one. You can check [cg-angular](https://github.com/cgross/generator-cg-angular) to get inspired for your...

actually I was thinking of importing the new Angular 1.5 component router in my fork (not published) but the component router became deprecated and was awaiting for some changes in...

If I add a new `npm` task to `package.json`like: `"test:watch" : "npm test -- --auto-watch --no-single-run",` karma will fire on every change but for all the app tests and not...

I looked into HMR and options like `--hot` or `--inline` or setting serve folders but I thought live reloading should work out of the box (as per Readme) so maybe...

Thanks for the answer, @mrjbq7! Any good news on this numpy2 issue after your last Cython upgrade? I have the same problem and I guess everyone else lately, if you...

still not working on latest iPadOS. I found an app named ExcalidrawZ which helps but the interface is a little cumbersome for drawing and also for saving the files.