napei

Results 16 issues of napei

Just querying `addressMinusSuffix` for Address4 and why it's nilable? From what I can see, its definitely assigned in the constructor: https://github.com/beaugunderson/ip-address/blob/b1df15f99355bd4132b579a0db69238b563e9c39/lib/ipv4.ts#L41 Perhaps I missed something though. I'm assuming perhaps the...

Support for subnet mask wildcards would be cool. Essentially the inverse of the 255 representation of the subnet mask so `255.255.255.252` (/30 subnet) has a wildcard mask of `0.0.0.3` It's...

So found this library. Great job 👍 I would make a PR but I'm swamped at the moment, but in terms of a useful addition. `nextNetwork` or `nextSubnet` which would...

This PR makes the control respond to being given a form-control class through bootstrap properly. Previously the width was fixed, and the the control was inline meaning it did not...

My projects use [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) for everything which appears to be more popular than ngx-bootstrap ([https://www.npmtrends.com/ngx-bootstrap-vs-@ng-bootstrap/ng-bootstrap](https://www.npmtrends.com/ngx-bootstrap-vs-@ng-bootstrap/ng-bootstrap)). This currently is the only thing stopping me from using this package as I would...

enhancement

From #977 This PR adds a new option for edge loading, which allows the user to use nested queries to improve performance in some non-indexed settings, as well as improve...

CLA Signed

This PR changes formatting for generated assets to run concurrently to save time. Personally on a 34-file ent directory the formatting time dropped from 2.8 seconds to 387ms which is...

CLA Signed

- [x] I have searched the [issues](https://github.com/facebook/ent/issues) of this repository and believe that this is not a duplicate. ## Summary 💡 Because of how memory allocation is done in go,...

Proposal

## Description Currently receiving errors when trying to compile using Angular 13 and Yarn 3.2 PnP. **`ngx-charts` version:** `20.0.1` ## Errors ``` ./.yarn/__virtual__/@swimlane-ngx-charts-virtual-f07287554d/0/cache/@swimlane-ngx-charts-npm-20.0.1-dcde534266-145f7c04b8.zip/node_modules/@swimlane/ngx-charts/fesm2015/swimlane-ngx-charts.mjs:16:0-39 - Error: Module not found: Error: Can't...

Bug
Investigate