Skip to content

Instantly share code, notes, and snippets.

View youngyudash's full-sized avatar

Young Yu youngyudash

  • DoorDash
  • 18:10 (UTC -07:00)
View GitHub Profile
@youngyudash
youngyudash / runtime-deps-with-bom.txt
Created May 29, 2025 23:37
runtime-deps-with-bom.txt
Starting a Gradle Daemon, 1 busy and 1 incompatible and 5 stopped Daemons could not be reused, use --status for details
> Configure project :generatedrecommendation
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
> Task :dependencies
------------------------------------------------------------
@youngyudash
youngyudash / compile-deps-with-bom.txt
Created May 29, 2025 23:36
compile-deps-with-bom.txt
> Configure project :generatedrecommendation
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
> Task :dependencies
------------------------------------------------------------
Root project 'feed-service'
@youngyudash
youngyudash / compile-deps-with-impl.txt
Created May 29, 2025 22:54
compile-deps-with-impl.txt
> Configure project :generatedrecommendation
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
> Task :dependencies
------------------------------------------------------------
Root project 'feed-service'
@youngyudash
youngyudash / runtime-deps-with-impl.txt
Created May 29, 2025 22:54
runtime-deps-with-impl.txt
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Configure project :generatedrecommendation
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
Boolean option 'kapt.include.compile.classpath' was set to an invalid value: `false `. Using default value 'true' instead.
> Task :dependencies
------------------------------------------------------------
@youngyudash
youngyudash / la-med-argo-response
Created April 25, 2025 01:41
la-med-argo-response
{
"widgets": [],
"qu_bundle_values": [],
"search_results": {
"documents": [
{
"fields": {
"store_id": {
"string_value": "20180"
},
@youngyudash
youngyudash / sumac-sf-css-autocomplete-response
Created April 24, 2025 23:08
Sumac SF CSS Autocomplete Response
{
"results": [
{
"id": 800028,
"name": "Sumac by GastrobotEats",
"location": {
"lat": 37.79968,
"lon": -122.41729
},
"type": "store",
@youngyudash
youngyudash / debug-sumac-catering-sf-broker-response
Created April 24, 2025 22:57
Debug Sumac Catering SF Broker Response
{
"widgets": [],
"qu_bundle_values": [],
"search_results": {
"documents": [
{
"fields": {
"store_id": {
"string_value": "800028"
},
@youngyudash
youngyudash / debug-sumac-catering-sf-broker-query
Created April 24, 2025 22:56
Debug Sumac Catering SF Broker Query
{
"search_query" : {
"namespace" : "store",
"keywords_query" : {
"client_keywords" : {
"keywords" : "sumac"
}
},
"filter" : {
"filter_query" : {
@youngyudash
youngyudash / init-10-fields-lazy
Created February 25, 2025 18:54
<init> 10 fields (lazy)
public <init>()V
L0
LINENUMBER 6 L0
ALOAD 0
INVOKESPECIAL java/lang/Object.<init> ()V
L1
LINENUMBER 7 L1
ALOAD 0
GETSTATIC com/doordash/consumer/feed/search/ByteCodeTestingLazy10$val1$2.INSTANCE : Lcom/doordash/consumer/feed/search/ByteCodeTestingLazy10$val1$2;
CHECKCAST kotlin/jvm/functions/Function0
@youngyudash
youngyudash / init-5-fields-lazy
Created February 25, 2025 18:52
<init> 5 fields (lazy)
public <init>()V
L0
LINENUMBER 6 L0
ALOAD 0
INVOKESPECIAL java/lang/Object.<init> ()V
L1
LINENUMBER 7 L1
ALOAD 0
GETSTATIC com/doordash/consumer/feed/search/ByteCodeTestingLazy5$val1$2.INSTANCE : Lcom/doordash/consumer/feed/search/ByteCodeTestingLazy5$val1$2;
CHECKCAST kotlin/jvm/functions/Function0