Tobias Burger

Results 18 issues of Tobias Burger

Hi, I really wonder which one to use... 😄 I was using "The Great Discarder" for years now but I recently noticed that it isn't actively maintained anymore (at least...

There are places where the `parameterPlaceholder` variable isn't used and the `?` (question mark) is hardcoded in code. This prevents the redefinition of the `parameterPlaceholder` to another value. #### Practical...

This fixes two tests that fail on machines with non English locales because of how comma separators are rendered.

There exist some JSON specific operations in PostgreSQL that begin with the questionmark: https://www.postgresql.org/docs/9.5/functions-json.html Currently it is only possible to write queries that involve JSON operations in a `RawQuery`. But...

**Is your feature request related to a problem? Please describe.** It would be nice to have similar functionality like in other languages, where it is possible to reference a project...

Feature Request
Area-FSI
Theme-Simple-F#

I am using a HOF pattern that allows me to reuse a big load of logic with `HttpHandler`. For example I am using the following function to extract the Environment...

Setting the logger via the `azureFunction` computation expression and then getting it with `ctx.GetLogger()` doesn't actually log anything. How to reproduce: Take the `Saturn.Func` sample from this repo and update...

bug

I want to limit my API based on the client id, but it should not be applied globally as it is the current behavior but grouped by IP address. A...

When the children of a react element are coming from another function IE11 renders a blank page. ```fsharp let returnList = [ R.str "hello1" R.str "hello2" ] let app =...

When I open a project in Visual Studio running with the .NET Standard branch of Rezoom.SQL I get the following error: ![The type provider 'Rezoom.SQL.Provider.Provider' reported an error: The type...