It's Me!
It's Me!
Considering disabling the shadow disables the outline, you should also be able to do change its colour using the utility functions also 
Thank you for your detailed reply! I can devote some time to this perhaps the tail end of next week. It will be useful for me to do a deep...
Dead project?
@igalklebanov thanks for this - doesn't seem to work with sveltekit ? my tsconfig is pretty vanilla ``` { "extends": "./.svelte-kit/tsconfig.json", "compilerOptions": { "allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames":...
I am relatively new to the modern js ecosystem, I am really enjoying using it. It doesn’t seem to “get in the way” like the big players react flavours/vue etc.....
Hmm same issue. N.B. This is when importing (and calling) a function from an aliased path. Importing types works correctly though. I don't know enough about this really. ``` "kysely-ctl":...
This is amazing, thanks! SvelteKit has this configuration option https://svelte.dev/docs/kit/configuration#typescript So you can do ``` typescript: { config: (config) => { config.include = [...(config.include || []), '../kysely.config.ts']; return config; }...
@raineorshine can we do this please 🙏
Thanks ❤️
same redfin:/data/local/tmp # chmod +x ./frida-server-16.7.14-android-arm64 redfin:/data/local/tmp # ./frida-server-16.7.14-android-arm64 CANNOT LINK EXECUTABLE "/proc/self/fd/10": "/system/lib64/libadb_root_helper.so" is 64-bit instead of 32-bit ^Credfin:/data/local/tmp # whoami root redfin:/data/local/tmp # getprop ro.product.cpu.abi arm64-v8a redfin:/data/local/tmp #...