Leo Borai

Results 62 issues of Leo Borai

## Description When running `gotdotenv.Load`: https://github.com/joho/godotenv/blob/d6ee6871f21dd95e76563a90f522ce9fe75443f8/godotenv.go#L41 Theres no way to check for a "FileNotFound" error. `godotenv` panics as follows: ``` ➜ server git:(master) ✗ go run main.go panic: open .env:...

Provides a `Cargo.toml` example on how to install `fluvio` on Rust projects. --- Currently when reading documentation on https://docs.rs/fluvio/latest/fluvio/ an installation link points to a section that is not available....

Currently links to examples points to an out of date file with the JavaScript extension. This PR replaces these with the actual TypeScript extension in order to make them reachable.

Set errors imperatively on certain field/s, while validating (inside the callback provided to `onSubmit`) a form or after creating a form. ### Problem to solve As a user I want...

enhancement

Removes empty comment from `main` function.

Removes the `create_secret` module from `workers` given that is not available on Cloudflare API v4. Checking on [API docs][1] I'm unable to find documentation for such endpoint, theres also an...

**Description** Capability to allow several origins, instead of providing wildcard (`*`), a list of origins could be configured to be accepted by the server. When a request is gathered from...

feature
good first issue

**Description** Implement capability to upload files, using HTTP `POST` requests. A `POST` along with a file attached to the request body should create such file in the provided path. **Why...

feature
good first issue

I have been using the **rxjs-playground** and as I enjoy the way it works I had some trouble with the design of the editor and the output/console sections. I was...

Provides support for the `monospacedSystemFontOfSize` method from `NSFont`. Refer: https://developer.apple.com/documentation/appkit/nsfont/3042659-monospacedsystemfontofsize?language=objc