-
We definitely need to add some OSS Apex projects to our regression tester setup, so we don't only test Java anymore…
_Originally posted by @jsotuyod in https://github.com/pmd/pmd/issu…
-
# Foreword
This year is special to me, since I am finally able to provide more of my time to open source. First of all due to the commitment https://github.com/db-migrate/node-db-migrate/issues/605…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
## Changelog
June 2, 2024: Added section on relying on external libraryes
### Description
We have been re…
-
There is a consensus that the direct package promotes undesirable programming paradigms, such as the usage of built-ins, god objects, lack of separation of concerns, etc. Furthermore, it creates a di…
-
I was somewhat surprised (and dismayed) by the fact that Sequelize doesn't have a query builder. This means that in order to write generic selects with optional ands, or and ins, you have to start glu…
-
Hey All 👋
2022 was an amazing year for us and we hope that 2023 will be even better. I recently wrote an article telling about our plans for 2023, you can check it out here(https://sanskar.wtf/pos…
-
Currently the test files support a flat list of tests, each sharing all `before` , `beforeEach`, `afterEach` & `after` hooks. I find it useful to declare nested groups with their own hooks, while inhe…
-
As I understand the doc, the model update function can only be used with a single object of values. This is usefull to bulk update multiple rows with the same values.
My question is: is it possible …
-
How can i create union schema ?
Like this
```typescript
type A = B | C
```
If i use concat, i get
```typescript
type A = B & C
```
polRk updated
1 month ago
-
I love this package and use it wherever I can, as I love functional programming. The only thing that bothers me a little is the lack of documentation.
Would'nt it be a nice idea to document the cod…