kikuchan
kikuchan
Oh, I'm sorry. This is a repro. ```js import Vue from 'vue'; import { createRenderer } from 'vue-server-renderer'; import vm from 'vm'; async function test(name, script, obj) { // console.log(`\n\n==...
@posva I've made a much simpler code to reproduce, and now I know how to write a test code. Is this suitable?
It's based on https://github.com/buefy/nuxt-buefy/issues/36#issuecomment-486567317 but upgrade to the latest version of them. https://codesandbox.io/s/codesandbox-nuxt-forked-kdlsy I think nuxt and nuxt-buefy setup is the easiest way to reproduce. I have no idea that...
Node has legitimate APIs to create a new running environment (context) for sandboxing or something else if you want. Changing the global `Date` variable by the user is usually a...
Is there any workaround for this?
After some investigation, I've noticed that the following rules: - `KeepAlive` only looks at the `name` of the component for include/exclude - A page component wrapped by `NuxtPage`, is also...
Thank you for choosing Pngle! Unfortunately, it's by design. Optimization methods and performance requirements can vary based on specific use cases, so customizing Pngle to fit your needs is often...
Thank you for trying to use pngle! Sorry for confusing, but it's intended. `typedef` an incomplete type of struct is a common technique in C. Such object cannot be instanciated...
Hi @mike-000, thank you for your comment! Ah that's right, intended to accept a reprojected tile as an image. Since the `CompositeTileSource` just hooks and proxies on `getTile` function, is...
Indeed, thank you! So, how about this way? It collects and redistributes projection and tileGrid mappings.