Alfonso Villalobos
Alfonso Villalobos
Hi, Atomiks I used VSCode Only because of your moonlight II theme and the fact that It has been the best with TypeScript. Today I just had enough of the...
Using the same example as the documentation where we have 3 tables countries, users and posts ``` countries id - integer name - string users id - integer country_id -...
Hi i have been using orator for a while now and i was looking for a better way to validate, and on a journey using phoenix i see this validation...
Hello Lukas I have test out the bench mark with the example code that you wrote on the readme. The output is really different from the examples that you have...
**Describe the bug** I'm combining, Tray-Icons-Reloaded with Transparent Top Bar, and I get a black block behind the icon. **Screenshots**  **Desktop (please complete the following information):**...
Internally at google we have a patch for [KotlinLibraryLayoutImpl.kt](https://github.com/JetBrains/kotlin/blob/ffc04e497bb5daba44dda5defe8b361e113dc083/compiler/util-klib/src/org/jetbrains/kotlin/library/impl/KotlinLibraryLayoutImpl.kt#L41) that changes the else value of klibZipAccessor to ZipFileSystemCacheableAccessor with 100 limit, after updating to 2.3.0-dev-7988 we removed the patch since...
Currently using an apple silicone Mac, you can't cross-compile x86_64 platformLib caches. This is not a technical limitation and is completely possible. I think it doesn't go against any license...
After looking at the profile I found some sections that can be process in parallel to improve framework generation speeds KT-82436