Temtaime
Temtaime
**Describe the bug** Verdaccio fails to unpublish a custom version of a package that is available on public registry Seems to be bound to #1435 Not working on 5.0.1 nor...
**Describe the bug** Per https://github.com/verdaccio/verdaccio/blob/5.x/src/api/endpoint/api/publish.ts#L48 there's a chance that due some network errors package version is removed from the metadata, but the tarball remains. If one try to republish the...
Hello. Thanks for a great project. What are the reasons behind using scissor command? For which purposes it's used? Why can't it be evaded? Scissors are stopping one from combining...
I have a `WebApiController` with ` [Route(HttpVerbs.Any, "/*")]` registered as `.WithWebApi("/someurl", m =>m .WithController())`. The problem that it never gets called. The server returns 404. Any solution? How can i...
``` struct B { union { int a; char c; }; }; ``` Produces: ``` extern (C) { struct B { static union _Anonymous_0 { int a; char c; }...
``` #include "windows.h" struct S { LPCWSTR p; }; ``` Produces ``` extern (C) { struct S { const(ushort)* p; } } ``` Can we have a wchar ?
Hello. To continue closed #95 issue. Your point that one can manually call Remove/Add is wrong. The whole point of this library is to provide **thread-safe** and **atomic** way to...
Seems that they were replaced by mz_zip_reader_locate_file functions family. Consider removing them.
Hello. There's an example: ``` var query = new Query() .Select(q => new { repo1 = q.Repository("octokit.net", "octokit").Select(fragment).Single(), repo2 = q.Repository("octokit.graphql.net", "octokit").Select(fragment).Single(), }); ``` How can i dynamically create this...
Hello ! > \# lsusb > Bus 001 Device 002: ID 1a86:7523 QinHeng Electronics CH340 serial converter Tried blazer_ser and nutdrv_qx. ``` Network UPS Tools - UPS driver controller 2.8.0...