jim108dev

Results 14 issues of jim108dev

Hi! I have tried to add a comment. The frontend sends ``` {"body":"hello"} ``` According to https://github.com/gothinkster/realworld/tree/master/api it should be ```Add Comments to an Article POST /api/articles/:slug/comments Example request body:...

bug
help wanted
good second issue

Hi @JorgeCastilloPrz ! I have seen the last change is from 2019. Is this project abandoned or can it still be used as a reference implementation on how to do...

**Describe the bug** I can't get most basic example like https://fsprojects.github.io/SQLProvider/core/sqlite.html working. **To Reproduce** Steps to reproduce the behavior: 1. Create new console application. ```sh dotnet new console -lang F#...

Hi! Thank you for creating this repo. I was wondering what exactly are the pros and cons opposite to https://github.com/dry-python/returns. Maybe someone could make this more clear in the Readme....

For example ```fsharp #r "nuget: Deedle" open Deedle open System.IO open System type Person = { Name:string; Age:float; Bmi: OptionalValue} let peopleRecds = [ { Name = "Joe"; Age =...

Hi! I have now converted every sql statement to selda in https://github.com/jim108dev/purescript-payload-realworld-example. For the tests to pass and for the full functionality I need the following issues to be resolved:...

I guess everybody who wants to log his or her queries/commands is doing the same, ```purescript logUpdate ∷ forall t s r m. TableToColsWithoutAlias s t r => GetCols r...

good first issue
convenience

What applies to #44 also applies to `delete`. Otherwise, it is hard to tell if a particular delete statement has actually matched anything, right?

backend-integration

`insert` in `Selda.PG.Class` already returns its values. It would be nice if `update` works similar.

backend-integration

I have coded a findByCredentials query with selda. Email, password goes in, User record comes out. The User record has restricted newtypes inside of it (LongString, ShortString). The same information...

add to guide