Dru Sellers
Dru Sellers
While trying to use this library (version 1.1.6) with next.js (version 10) I get the following error. ``` .../site/node_modules/react-every-layout/lib/index.js:1 import Box from './layouts/Box'; ^^^ SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:720:22)...
The goal here is that if server A is down and we know that there is also server B and C - be able to fall back to those.
``` crystal build src/main.cr Showing last frame. Use --error-trace for full trace. In lib/aws/src/aws/s3/paginators/list_object_v2.cr:33:40 33 | @params.map { |k, v| "#{k}=#{URI.escape(v.to_s)}" }.join("&") ^----- Error: undefined method 'escape' for URI.class ```...
I would love to see the various event methods on `JwtAuthenticationOptions` be exposed via the `EventsType` model like other Authentication providers. This would allow me to then pull in other...
Ok, I am building up my ASP.Net API Application to use the RS1024 algorithm. ```csharp services.AddAuthentication(JwtAuthenticationDefaults.AuthenticationScheme) .AddJwt(options => { options.VerifySignature = true; }); services.AddJwtEncoder(); X509Certificate2 cert = LoadFromSecureStore(); services.AddSingleton(new DelegateAlgorithmFactory(new...
Is there any desire to see AdminCommand functionality added to the library? https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-AdministrativeAPI
Closes #53 Went through adding optional support by adding a new keyword to the macro `has optional`. I have not gone through and added all of the matches yet, I...
### Description After following the instructions in the documentation, and the documentation of Nuxt 3, I have configured this plugin like so. `~/plugins/googleAnalytics.js` ```js import VueGtag from 'vue-gtag-next' export default...
Working on implementing routing slips in my project. Working to add some docs that I needed while building out my own features. Closes https://github.com/MassTransit/MassTransit/issues/4618 - [x] Arguments vs Variables -...
While implementing on my project, I noticed that the barcodes where showing up a bit fuzzy. We could also make this optional, if y'all wanted it that way. ## Before...