Dimitris-Rafail Katsampas

Results 169 comments of Dimitris-Rafail Katsampas

> I have an old project of `nextjs` project.. Most of the pages of the project do not need caching. I only need to use this cache on a few...

@sayhicoelho You can try setting `cache.override` to `true` globally: https://axios-cache-interceptor.js.org/config/request-specifics#cache-override Cache will still be enabled but will get overridden every time by a new response. Although, I think having another...

> @CatchABus It will surely affect more things, I don't know if it's something that has changed in the cli but I encountered this problem a couple of months ago,...

Let me point out that this looks like a requested feature. Docs and TypeScript definitions (even if you use JavaScript) indicate that options will expect a type of number for...

I have already come across a few cases when a new pseudo-state replaces the current one. We should consider including this among future updates.

@Tommertom I'll answer here to avoid out-of-topic posts in svelte thread. For `svelte-native`, we use [svelte-native-preprocessor](https://github.com/halfnelson/svelte-native-preprocessor) As of what it's doing, here's an example: Before preprocessing: ```svelte ``` After: ```svelte...

You should try latest 1.x.x version.

That's actually something that'd make ListView styling a lot easier. Personally, I imagine a concept with css pseudo-classes. ```css ListView *:highlighted { background-color: yellow; } ```

> Hi i'm interested in working on this issue By all means. Please go ahead.

@arthurfiorette Thanks a lot for trying to take care of this but it seems that problem still persists in 1.8.3 as well. Maybe we should leave the issue as open.