Louis-Vincent Major
Louis-Vincent Major
Hey there, just wanted to know if there was a quick comparison between Minion and Hangfire. Is it built to replace Hangfire at all? thanks in advance :)
Hi there, I'd like to know if it's possible to use the _**JavascriptLocalizationResources**_ api endpoint when using the library with `Resx` as the resource access mode. I am unable to...
Not 100% sure that this covers every possible problem with updating to .net core 3.0, but after doing so in a local copy of the project I linked to in...
As the title says, I migrated to asp.net core 3.0, but I get a 500 Internal unhandled error when trying to access the `LocalizationAdmin/Index.html` page. Would you have an idea...
**Version:** Asp.Net Core 2.x **Problem:** When navigating to host/localizationadmin/index.html, the only response we get back for "GetResourceItems" requests is a 400 - Bad request. **Source of probem:** By looking at...
Someone asked me if it could be possible to add two sets of buttons for controlling the form process (next/prev buttons) After a quick look I wondered if it could...
May be useful to put up a little "contributing guideline" just to specify code formatting you prefer, etc... If I want to push a PR, I need to reformat the...
Here is the message received when trying to deploy to heroku 18: ``` -----> Ruby app detected -----> Compiling Ruby/Rails Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay...
As the title says, after performing the following steps: 1. Using Asp.Net Core and EF Core 2.2 2. Installed both Coravel (3.0.0) and Coravel.Pro(1.2.1) NuGet packages 3. Added `services.AddCoravelPro(typeof(ApplicationDbContext));` to...
The following link brings to the click handler on the "select all" checbox in the grid. It would be nice if like some other grid libraries we could set an...