@fasterthanlime Oh no.......
Public · 2023-06-30 19:27+00:00 Public · 2023-06-26 12:43+00:00 @jntrnr Happy pride! Very happy for you!!
Public · 2023-06-22 14:55+00:00 · edited 2023-06-22 15:01+00:00 @botteaap Upgrade to Gradle 8.1 or if you can't, put `@file:Suppress("DSL_SCOPE_VIOLATION")` at the top.
Gradle prior to that version generates slightly invalid code that the Kotlin compiler correctly complains about.
Public · 2023-06-21 20:49+00:00 @ivan Definitely not alone, the whole "blocks" concept completely evades me.
I had to write a blog post for work in Notion and it was about 10x easier to write it in Markdown in Visual Studio Code and import into Notion than to do it in Notion itself.
Public · 2023-06-21 14:00+00:00 @AdamMc I'm actually tackling database query optimization at work, so yes!
Public · 2023-06-20 20:44+00:00 Public · 2023-06-20 20:38+00:00 @jubilee I have a couple that use let chains, would that be useful?
Public · 2023-06-20 18:17+00:00 @zimbatm Done, thanks!
Public · 2023-06-19 18:51+00:00 @paul Asahi Linux is already a pretty viable OS option, I expect it to only get better with time.
Public · 2023-06-19 06:34+00:00 Great read on how #Netflix adopted #GraphQL for their mobile APIs and managed a full migration without downtime
https://netflixtechblog.com/migrating-netflix-to-graphql-safely-8e1e4d4f1e72
Public · 2023-06-18 09:39+00:00 @AdamMc @saket and @sasikanth helped me get my last job :androidPetPet:
Public · 2023-06-13 15:43+00:00 @fasterthanlime inline code snippets are monospace but block ones are not? That is...new
Public · 2023-06-12 09:36+00:00 @alsutton That's a pretty uncharitable interpretation of the situation at hand. Compose Compiler is built on a foundation with no stability guarantees so it's neither JetBrains' fault when they make breaking changes in any version nor Google's that they strictly enforce what version they claim compatibility for.
Both organizations are collaborating to improve the situation but in the mean time I would rather have this explicit discouragement upfront than obtuse build errors towards the end.
Public · 2023-06-12 08:37+00:00 @cb I can't speak for the build cache node itself but I briefly used an S3 bucket and https://github.com/craigatk/object-store-cache-plugin to run a remote cache and it was pretty painless.
You might find better value by running https://min.io on the VM and use the Gradle plugin to instrument that as a remote build cache.
Public · 2023-06-12 05:34+00:00 👋 @zimbatm issues on the nix-community/flake-compat repo are disabled so I didn't know where best to ask: Would it be possible for the fork to include this PR as well?
The change helps with using the example here of avoiding IFD (https://github.com/nix-community/fenix#examples)
Public · 2023-06-09 17:26+00:00 Just discovered this impeccable write-up about Google's ambitious book scanning project and it's demise at the hands of publishers
https://www.theatlantic.com/technology/archive/2017/04/the-tragedy-of-google-books/523320/
Public · 2023-06-08 15:40+00:00 · edited 2023-06-08 15:50+00:00 Published a new version of my app for Lobsters with support for exporting and importing your saved posts and a handful of UX improvements
#AndroidDev
https://play.google.com/store/apps/details?id=dev.msfjarvis.claw.android
Public · 2023-06-08 13:50+00:00 @marcan@treehouse.systems Never once did he question why sites would elect to punish HN referrers or try to address that.
Public · 2023-06-07 19:01+00:00 The June #JetpackCompose BOM is out but there are no release notes yet :thinkSpin:
https://maven.google.com/web/index.html?q=bom#androidx.compose:compose-bom:2023.06.00
#AndroidDev
Public · 2023-06-07 19:00+00:00 @foone If you haven't provisioned a new toolchain yet, the env variable RUSTC_BOOTSTRAP=1 makes the stable compiler not complain about trying to use nightly features.
If someone asks, you didn't hear about it from me :D
Public · 2023-06-04 14:08+00:00 Finally had a need to write a custom serializer in a #Kotlin project and it was...not hard at all?
#AndroidDev
https://github.com/msfjarvis/compose-lobsters/commit/8945f9e33f78b6d1ad8b0a9485ac583af62fd92e
Public · 2023-06-03 15:18+00:00 @SylvieLorxu There is a emulator device type titled something to the tune of 'Resizable (experimental)' which does give you the option for a foldable sized display but sadly no dual-screen yet.