Junho Yeo

Results 76 comments of Junho Yeo

@kockok, Thanks for the issue & sorry for the late reply. Hadn't check my inbox,, 😰 I promise to investigate it tommorrow ! πŸš€

My solution was to turn off `options.interfaces.enabled` while enabling `options.prototypes.typingsFormat.useTelescopeGeneratedType`: ```diff telescope({ protoDirs, outPath, options: { interfaces: { - enabled: true, + enabled: false, useUnionTypes: false, }, prototypes: { includePackageVar:...

λ§μ”€ν•˜μ‹  κ²ƒμ²˜λŸΌ 이 λ ˆν¬μ§€ν† λ¦¬μ—λŠ” μ—…λ°μ΄νŠΈ λΉ„μš© λ¬Έμ œκ°€ μ‘΄μž¬ν•œλ‹€κ³  μƒκ°ν•©λ‹ˆλ‹€. #9 μ—μ„œ μžλ™ν™”λ₯Ό ν†΅ν•œ 해결을 μ œμ•ˆν•©λ‹ˆλ‹€.

``` $ make cc -I/usr/local/include/osxfuse/fuse -L/usr/local/lib -D_DARWIN_USE_64_BIT_INODE -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Wall -Wno-unused-function -g -o tabfs tabfs.c -l osxfuse ld: library not found for -losxfuse clang: error: linker command failed with exit...

> 흠... 사싀 이 였λ₯˜λŠ” μ•„λ§ˆ μ€€ν˜Έλ‹˜ ν˜Όμžμ—κ²Œλ§Œ λ‚˜λŠ” 였λ₯˜μΈ 것 κ°™κ±°λ“ μš” κ·Έλž˜μ„œ μž¬ν˜„μ΄ 쉽지 μ•Šμ•„μ„œ ν•΄κ²°ν•˜κΈ°κ°€ λ‚œν•΄ν•΄μš”... ν˜Ήμ‹œ 이전에 1.0μ—μ„œ 계정을 λ§Œλ“€λ•Œ λ¨Όκ°€ νŠΉμ΄ν•œ λ°©λ²•μœΌλ‘œ ν•˜μ…¨κ±°λ‚˜ extension λ‚΄λΆ€ stateλ₯Ό...

superr thank you so much for the reversing work!

Hi @FieryFlames, we now support sidecar attachments from [v1.5.0](https://github.com/junhoyeo/threads-api/releases/tag/v1.5.0) (#198)! πŸŽ‰

Hi there, @torrober! I hadn't added anything to the root page(`/`) yet, but the username page should work! Did you run `yarn workspace threads-api build` before running `yarn workspace threads-web-ui...

@torrober I'll check on this issue.

@torrober yo i think this was resolved a while ago. Can you try running the web client again with the latest commit? ```bash yarn # Install dependencies yarn workspace threads-api...