Nick Rempel

Results 14 issues of Nick Rempel

Hi there, We have a need to serialize and deserialize durations and dates/times as defined in the [XML Schema spec](https://www.w3.org/TR/xmlschema-2/#duration). Do you think this functionality would fit as part of...

enhancement
help wanted
serde

It seems that using the Adonis Logger facility is not working inside of tasks. ``` const Logger = use('Logger') Logger.info('log') // Does not print to console ``` @ntvsx193 I noticed...

bug

Hi there, In SailsJS, it was clear that it was up to the developer to write and maintain their own database migrations. I find it a _massive_ productivity boost to...

feature
discussion

I'm hoping to dig in more and knock off some tasks soon once I find some time outside of work. One barrier for me is understanding the anatomy of trails...

discussion
needs documentation

Hello. I'm wondering where I can find more information about this particular parsing logic: https://github.com/bluejekyll/trust-dns/blob/5492bdedba3479b480fcb904844568fd82d12500/crates/proto/src/rr/domain/name.rs#L495-L512 ```rust // Error, underscore in the end assert!(Name::from_utf8("dis_allowed.example.com.").is_err()); ``` Underscores are allowed at the beginning...

has workaround
compliance

If anyone has a request for a new storage backend please leave a note here.

Allow config options to change root storage directory.

```xml Command completed successfully example.com 123 NS1.EXAMPLE.COM NS2.EXAMPLE.COM 123 user 2022-02-09T22:07:34Z insdom1 2022-02-09T22:07:34Z 2023-02-09T22:07:34Z 47uE&@J!Ra6g ``` Note `47uE&@J!Ra6g` should be `47uE&@J!Ra6g`

bug

https://datatracker.ietf.org/doc/html/rfc5733#section-3.2.1 > One or two elements that contain postal- > address information. Two elements are provided so that address > information can be provided in both internationalized and > localized...

enhancement