-
Hi,
I'm trying to run pinpoint php on Archlinux (Php-fmp 7.2)
$ pacman -Q | grep php
php 7.2.8-1
php-apache 7.2.8-1
php-fpm 7.2.9-1
gcc-libs 8.1.1+20180531-1
But the provided .so PHP mod…
-
If does not pass MessagePackSerializerOptions on Serialize/Deserialize, there uses MessagePackSerializerOptions.Default.
Is it possible to change this default at the global level?
Default is diffe…
-
Hi,
I'm currently trying to create a custom type converter for my code. In particular I'm trying to serialize and deseralize `FileInfo` and `DirectoryInfo` types. Serializing these types is just a co…
-
Goal is to have lightweight package with annotations only which can be easily distributed with API contracts assembly.
Annotations to move to new assembly:
* `IgnoreMemberAttribute`
* `KeyAttribu…
cd21h updated
5 years ago
-
Following on from the fix that was provided here:
https://github.com/OmniSharp/csharp-language-server-protocol/issues/132
When trying to run the Chocolatey Language Server again in Visual Studio…
gep13 updated
5 years ago
-
The new release will introduce some breaking changes.
The idea is to keep also the old signature but mark it as obsolete.
In any way what I'm going to do is:
## Introduce the interface **IMulti…
-
Hi all,
We have a fairly large and complex web application that's built with W#, and we have the following problem. We want to make requests to a remote server, which accepts websockets on which JS…
-
Omnisharp has supported LSP for ages, and it would really lovely if lsp-mode were to work with it.
I managed to get it sort-of running with
(push (cons 'csharp-mode "csharp") lsp-language-i…
-
As reported by a user on Slack:
```
I download Alpaca.Markets and run the test OrderActionsTest in Alpca,Markets.Tests, I got the following error: Newtonsoft.Json.JsonSerializationException
HRes…
-
As reported by a customer on support, when calling `ListIndices[Async]`, deserialization is throwing an exception because of an integer above 2^31 which cannot fit in `int` fields of `ListIndicesRespo…