Luca Ban

Results 520 comments of Luca Ban
trafficstars

I will consider this fix, but I have many packages that I'll have to add it to. I can do so in a coordinated fashion over the next couple of...

Aha the isDeno function must be outdated. It's something I picked up from S.O. a while ago so it's possible that it breaks as Deno matures.

PRs welcome!

Could you kindly check for me if these changes to the build script are correct in your eyes? https://github.com/mesqueeb/boost-iosx/pull/1/files I feel like I did something wrong though because the build...

After browsing through the other issues, I 1. recloned my fork 2. deleted the folder at `~/Library/Caches/CocoaPods/Pods/Release/icu4c-iosx` 3. tried `./scripts/boost.sh` again, but same issue: ``` Integrating target `icu4c-iosx` Adding Build...

@apotocki thank you for your help. I realised my fork works when executing `./scripts/build.sh` directly in the fork clone. But when installing it as a git-submodule in another repo, for...

@apotocki thanks. While I was able to get boost `1.75.0` to build with my fork that sets it to `gnu++98`, I still can't compile the Fuego c++ code. I wonder,...

I personally only use this with dynamic data, not typescript typed strings. I believe that if you want to implement correct typescript type inference, you probably need to re-implement the...

@ghostrider-05 I guess in a way. That would give me this look: ![image](https://github.com/user-attachments/assets/141d009c-a577-4a24-83a5-555cc90ff4f5) whereas I am aiming for this look: ![image](https://github.com/user-attachments/assets/e46f81b3-049d-474f-b207-8ad752ca69c4) You see how the current `aside: 'left'` wastes a...