Jean-Baptiste Muscat
Jean-Baptiste Muscat
Swashbuckle.AspNetCore.Filter 7.0.2 When adding an example with an IExamplesProvider for a generic type, the example does no appear in the generated Swagger v2. ```csharp public class BoostingRequestExample : IExamplesProvider {...
The behavior of on("click") is not the same on web desktop and web mobile. - on desktop, when double-clicking, on("click") is called twice (which can be used to disambiguate single...
On the web platform, `onMapClick` will be called when performing a zoom (double-clicking). It seems it's somehow expected for the web (cf old comment on mapbox-gl-js: https://github.com/mapbox/mapbox-gl-js/issues/6524#issuecomment-382034961): > Receiving two...
cf https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2383 - Add non-regression tests to ensure [DataMember(IsRequired)] do not bypass existing [JsonObject], [JsonProperty] or [JsonRequired] attributes. - Add tests for [DataMember(IsRequired)] and [DataMember(name)] - Update NewtonsoftDataContractResolver to directly...
🐛 **Related issue https://github.com/sveltejs/svelte/issues/4838** Hello Svelte team, Currently a compilation error is thrown when trying to bind on a (valid or invalid) property from a custom element (aka web component)....
When using the MapboxSearchBox and mapboxgl.FullscreenControl(), when in fullscreen the searchbox no longer works: typing in the search box does not open the result list. **mapbox-gl-js version**: 3.2.0 **browser**: chrome...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
I see that generating per-field example in OpenAPIv3 is not supported (cf [typespec-for-openapi](https://typespec.io/docs/getting-started/typespec-for-openapi-dev#openapi-v3)). Is there a specific reason for that, or are you open for a PR to add this...
In the [decorators](https://typespec.io/docs/language-basics/decorators) documentation, there is a mention of a `@readOnly `decorator. But I'm unable to find it in the playground. Maybe it's outdated? ```typescript model Dog { name: string;...
**Context** First, congratulation on your integration with Atlassian 👏 I see in the latest release (1.0) and commits that any links to the Optic SaaS is getting removed, making the...