Jens Reimann

Results 686 comments of Jens Reimann

I am running in the same issue (yew 0.19.3). I am however not really what triggers this: console log ``` 14:59:38.282 panicked at 'failed to insert tag before next sibling:...

It looks like I was able to fix this, by re-packing popper using `rollup`. `main.js`: ~~~javascript export * from '@popperjs/core'; ~~~ `rollup.config.js`: ~~~javascript import { nodeResolve } from '@rollup/plugin-node-resolve'; import...

It would be great to have an example that shows how this is intended to be used.

Ah, indeed they do now. Seems to have started just recently with 1.49.11. -> https://github.com/sass/dart-sass/releases/tag/1.49.11

Ok, so maybe the system needs something like a "greedy" flag for `Max`?

I am running into the same issue. I think the problem is that the tests enable `.try_parsing()`, which isn't available in any released version of `config`. I think it would...

I just ran into an issue with this too. I think it is a shame, that a generic component such as this didn't get any attention, and that this is...

Thanks for the update, that really helps. Is there any timeline for this change?

I have to agree that the semantics are are bit weird: Taking a look at the `copy` function: ~~~rust if options.copy_inside { if to.exists() { if let Some(dir_name) = from.components().last()...

We are running into the same issue, I enabled logging, and here is the result: Logs ``` 2022-07-07T15:41:07.5912806Z ##[group]Run # add install ZIPs 2022-07-07T15:41:07.5913154Z # add install ZIPs 2022-07-07T15:41:07.5914099Z hub...