Junho Yeo
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...