Guillaume

Results 11 comments of Guillaume

Hello, Until the TypeScript definition on DefinitelyTyped is updated, you can use something like that in your project (inspired from https://github.com/DefinitelyTyped/DefinitelyTyped/issues/38318 and https://github.com/aplr/DefinitelyTyped/commit/099f9bea0641922116078c2421e234e72e3a2cb6): ``` // src/types/figlet.d.ts // Extended type definitions...

Hello, I have exactly the same issue and the same question as you. I also don't know if the current behavior is a bug or not.

Hello @fkhadra, Thank you for this new release (7.0.0)! I have upgraded the package on my project. Unfortunately, the issue is not resolved :cry: I will try to reproduce the...

This issue is not resolved :( Please see #263

Hello, Any news regarding this feature? Is it still "a high-priority backlog item"?

Hello @jgrossi, Thank you for your great work! Do you have time to merge #352 ?

Hello, Any news on this issue? It's really important to support PHP 8 since it's used in production quite a lot now. Thanks!

I ran into similar problems with jQuery >= 1.8. The calendar displays its header but doesn't display its content.

Hello, I have the same issue after upgrading my project to Node 18 (previously Node 16). Using `NODE_OPTIONS=--openssl-legacy-provider`, as explained in the Stack Overflow page linked by @gautamsi, fixed my...

I had the same problem with my image gallery. The solution, [as explained in this page](http://metafizzy.co/blog/beyonce-seamless-fluid-image-masonry/), is to change the container width (a little bit less than 100%) and increase...