Louis Pilfold

Results 281 issues of Louis Pilfold

Hello there! Thanks for this library, I'm a big fan :) I've got a web application that uses SQLite. On each request it opens a connection to SQLite. I added...

Follows on from https://github.com/gleam-lang/example-echo-server/issues Rather than using the lower level gleam_elli + gleam_http let's use the more useful Wisp framework. It would make this a more useful example.

Hello! How can one insert and fetch timestamps with time zones? I can only work out how to use Erlang timestamp tuples, which does not contain time zone information. Cheers,...

Hello! Is it possible to execute multiple statements in one string? My use case is for schema migrations. I wish to have multiple DDL statements in one file, read the...

https://github.com/gleam-lang/gleam/pull/2919 Seems to have a breaking change

help wanted
good first issue
priority:low

So folks can do unqualified imports a little easier. Internal types and values should not be suggested.

help wanted
priority:high

Similar to npx. We likely need to know when to recompile any Erlang bytecode as when the VM version changes the bytecode may no longer be valid. manveru on discord...

help wanted
discussion
priority:medium

We use the textwrap library for wrapping error messages to a standard terminal width. The library also does other things such as inspect the terminal that we're running in, but...

help wanted
good first issue
priority:medium

Hello! It would be fab to be able to add this package to our projects using Hex, would it be possible to upload it there? Thanks, Louis

Hello there! This is a really cool project, thank you! I'd like to try this out with some applications. I notice the version on Hex is now quite old: 0.9.4...