Matt Ginty
Matt Ginty
By default, the editor will use `` tags to contain content and support carriage returns, etc. Alt., the `disableReturn` option can be used to force plain text, thereby removing all...
Can you provide an example of how to add new data to a feed as it is running (how I imagine realtime must work). For example, add a new item...
I have to say that this is one of the cleanest APIs I have seen in a long time. TypeScript alone helps, but your adoption of it is first class...
I have just started to pull in https://github.com/jlong/sass-twitter-bootstrap in to my project and am adding scss files to a bundle in Global.asax.cs as per the below snippet (from Application_Start()): var...
Before I go and download OSX equivalents and step back in to the world of .NET, does mono support any of the new fancy stuff you're using?
### Feature description Deno 2 can be used as a drop in replacement for node and all package managers so please add support for Deno 2 in the CLI. Code...
When trying to convert to using the new Responses API, whilst the input does accept an array of items, it is not possible afaict to pass an array of items...
FunctionDeclarationSchema is too terse and needs to support valid additional JSONSchema definitions
### Description of the bug: `additionalProperties` is not an allowed field to include for a parameter, nor is `oneOf` (or an array) of Types. It is also not possible to...