listvin

Results 16 issues of listvin

I've cloned this repo, added ECSSamples as project from disk to Unity Hub, switched version from 2021.3...4, (i guess) to 2021.3.8f1, confirmed. Splashscreen of Editor opened, importing, then silent crash....

Hi I'm currently working on persistency and found that delegate `func mqtt(_ mqtt: CocoaMQTT, didPublishAck id: UInt16)` seems never trigger for **QoS2** at least for my scenarios. According to #236...

Postgres doesn't support null-characters in strings (text, char, varchar). Though Postrgres is advertised to support UTF-8 where zero code point is a valid one. H2, sqlite, mysql support nulls, by...

enhancement

While caching compiled code is great, one of the concerns I have while trying Kotlin scripting is startup time. **What's your opinion on possibility of JVM running as daemon, ready...

in my setup `DOTENV_CONFIG_PATH=.env.test node run test` was loading .env.test with mainstream dotenv with yours i expect merge of .env.defaults and .env.test but instead .env.defaults and .env merged

typescript project `import "dotenv-defaults/config"` gives ```stacktrace /home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:366 throw new ERR_MODULE_NOT_FOUND( ^ CustomError: Cannot find module '/home/user/p/xxx/yyy/node_modules/dotenv-defaults/config' imported from /home/user/p/xxx/yyy/src/index.ts at finalizeResolution (/home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:366:11) at moduleResolve (/home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:801:10) at Object.defaultResolve (/home/user/p/xxx/yyy/node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:912:11) at /home/user/p/xxx/yyy/node_modules/ts-node/src/esm.ts:218:35...

Hello, Giuseppe Quite a long time I have been struggling with mentioned error. I'm running Windows 10 x64, HTC Vive, nvidia 1070 and amd fx-8320. Following code: ```kotlin import openvr.lib.*...

**What's your feature request? Please describe.** As title says, I need an option to disable excessive logging by MLKit translator. Currently it spits out every request with input, output and...

1. I really don't want effect on code blocks with syntax highlighted. [Example in readme](https://github.com/puppeteer/puppeteer). 2. I also don't want bolding in unhiglhted code blocks (code naturally has a lot...