Iskander Sierra
Iskander Sierra
@adambajguz Lets start the discussion on this file. I didn't want to reuse any of your types to be as succinct as possible. From here, once the design is clear...
**Is your feature request related to a problem? Please describe.** I would like to be able to add/remove commands dynamically from the app, depending on executions of previous commands (in...
This couple of functions have proved to be very useful on my projects but I have to copy them arround. Could they be included in the codebase? I could make...
Using project mega-linter, I get the following error: ```text Line 16: FROM build AS publish Issue Category Title Description 1 Clarity Base Image Missing Base images should specify a tag...
I'm thinking on the case when I detect an issue in one of my property tests, I usually copy the seed and add a new method `OriginalTest_Regresion2` just to test...
## Feature Request Add Async versions for all JetStream/KeyValue/ObjectStore APIs #### Use Case: When using NATS JetStream API from async client code #### Proposed Change: - Add `async` variant for...
I just installed `statelyai.stately-vscode v1.11.3` on `vscode v1.74.2 (user setup)`. I tried to `XState: Open Visual Editor` from an open JSON file with the following content: ```json { "id": "New...
How do I create a `Google.Protobuf.FSharp.WellKnownTypes.Any` instance from another message? In C# we use method `static Google.Protobuf.WellKnownTypes.Any.Pack(IMessage)` and `Google.Protobuf.WellKnownTypes.Any.[Try]Unpack(...)` Also, how to know the message type from the `Any.TypeUrl`? Thanks...
I was looking at this [line](https://github.com/lukeautry/openapi-ts-client-gen/blob/be975eb5df62dc9e2508d549ab9f64b5e0744982/src/generate-client.ts#L92) where you are using a kind of convention where you expect an error body to have status, message and type fields. This is very...
Hi, are you considering to update/test this version is supported? I'm considering to use your library to generate images from HTML and it capture my attention. Nice job!!! Thanks