Damien Guérin

Results 46 comments of Damien Guérin

Hi @WGFcode , After applying [cathage workaround xCode 12](https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md). I've the same issue like you. Did you find any solution / workaround? I applied the fix proposed by odanu :...

@paullaffitte I saw your article. I implemented the solution and it works like a charm! Thanks a lot!

I've the same problem :(

@anikethsaha the behavior should be in function of relativePath? Currently even if this parameter is false, img path generated still is in relative.

hi @jbalidiong , Yes, I've another service worker. How can I have a correct behavior in this case ? From the following content of `firebase-messaging-sw.js`, I have the notification "this...

Hi @jbalidiong, In fact I already tried to add `console.log` in my `onBackgroundMessage` method, and in this case, just one message is logged (for 2 notifications, the right and the...

Hello. It will be a wonderful feature. However, it seems to be easy, because it is necessary to change messages and is provided by OpenAPI file him-self

Hello @anikethsaha I fixed my lint issues and completed the description of this PR. Thanks :)

In fact, the behavior of docsify will not change. For example : ``` md1/ - index.html --> / (loading) --> /#/ (render) - first.md --> /first.md (loading) --> /#/first (render)...

If your path is `./docs`, so the index path will be `docs/index.html`. If your path is `./docs1,./docs2` my code will search an `index.html` in `docs1` and `docs2`. So indeed, if...