nyxtom

Results 10 issues of nyxtom

One issue that you may run into is that typically front lawns have neighboring lawns that you *would* want to designate a perimeter/border on. That being said being able to...

enhancement

When you call amplify.request.define, this will ensure that  amplify.request.urls is also set. This allows you to call  amplify.format to get the formatted url based on the endpoint and  data you...

Feature/Enhancement
For Review

Seeing an issue where a single bad packet with an empty buffer length (non empty buffer, with provided len of 0) will cause this process to just spin on that...

> Note: this would be a breaking change to the ecosystem as it eliminates the generics on all the traits (`Server`, `Listener`, `Endpoint`, `Request`, `Next`, `Endpoint`, `Listener`, and `Server` and...

This would technically be a breaking change, but I updated the response ext functions to match the same ones on the request.

I recently came across the [salvo](https://github.com/salvo-rs/salvo/blob/main/core/src/routing/mod.rs) implementation for middleware (control flow) and I really like the use of the [async_recursion](https://docs.rs/async-recursion) combined with a simple cursor to allow middleware to run...

I'm seeing this is in node v0.10.24, node-gyp v0.12.2: ``` dyld: lazy symbol binding failed: Symbol not found: __Z9judy_openjj Referenced from: /Users/nyxtom/Public/node-judy/build/Release/judy.node Expected in: dynamic lookup dyld: Symbol not found:...

bug

Adds the ability to run migrate with the following option ``` force [name] set the current migration state without running up/down ```

It's possible to run into an error where detaching the virtual repeat will lose context of the bottom and top buffer elements (due to underlying conditional changes possibly). As a...