Andrea Peruffo

Results 396 comments of Andrea Peruffo

> the vscode extension won't be able to use those drops. Curious about the reason, quickly looking at it and the only "caveat" would be to make this overridable by...

I'm sympathetic to this effort, this is a small detail, but opened this: https://github.com/std-uritemplate/std-uritemplate/issues/84 If someone will contribute I'll be happy to review, otherwise I'll eventually do it anyhow 🙂

@dsisnero I think that: > should I just re-implement Crystal serialization by converting the java or csharp code? would be the way to go, you can internally rely on the...

The current behavior aligns with JS conventions: https://www.w3schools.com/js/js_conventions.asp > Use Lower Case File Names also Google: https://google.github.io/styleguide/jsguide.html#file-name and more independent sources: https://newbedev.com/what-is-the-javascript-filename-naming-convention https://stackoverflow.com/a/7273448/7898052 @mckeeh3 any specific reason to not follow...

The issue should be reproducible in CI by adding an entry [here](https://github.com/microsoft/kiota/blob/b2fa1faad08e61a6dad249a443e9b955ec3dc93a/.github/workflows/idempotency-tests.yml#L66), unfortunately testing locally I encounter other errors with Go.

Yes we worked around this way for now, unfortunately this way we cannot control the wabt installed version and it can give issues. It would be nice to have a...

Make sense, unfortunately, I'm extremely not familiar with this project build and tools, I have attempted to use the new [apple silicon runners](https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/) but they are available only for enterprise...

Hi @kgantchev and thanks for your proposal, I'll wait for this repo maintainer's feedback and guidance 👍

@kgantchev I attempted to run on FlyCI: https://github.com/andreaTP/wabt/actions/runs/7658941205/job/20872958046#step:2:6 Apparently, the CI definition needs more tweaks than I initially thought, this is very low priority for me, if you want to...

M1 runners are now available for open-source projects on GH Action: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/