Pavel Filimonenkov
Pavel Filimonenkov
And its hard to undestand how websharper decodes/encodes json data. For example These data ``` { "user": "sdf", "pass": "zxczxc" } ``` are recognized correctly to object of this type:...
HI! in formatter/formatter.go 107 we have hardcoded lines separtor `Contents: strings.Join(test.Output, "\n"),` In fact, this breaks the display of the stack trace of the failed tests in Jenkins. F.e. this...
Can't find that function https://msdn.microsoft.com/ru-ru/library/windows/desktop/ms647985%28v=vs.85%29.aspx
Warning in the browser console: > [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/....
### General description of the problem Reform does not generate models for tables with `UNIQUE` constraint in body of `CREATE TABLE` ### Code snippets to reproduce the problem ``` CREATE...
Now in the case of a non-200 response code, calling the `Client.Subscribe` method returns an error without any information about the response ``` func (c *Client) SubscribeWithContext(ctx context.Context, stream string,...
In the "Running the Compiler" step I get an error when compiling ``` tsc -w app.tsx(8,11): error TS2339: Property 'render' does not exist on type 'typeof __React'. ```