-
```cson
{ scopeName = 'mdown';
patterns = (
{ include = '#block'; },
);
repository = {
block = {
patterns = (
{ include = '#heading'; },
{ include = '#quot…
-
The paper from Microsoft explained very detail about Repository pattern. https://msdn.microsoft.com/en-us/library/ff649690.aspx
-
Common action names follow a `can_*` naming pattern. It is not clear, why this pattern is chosen. Why is it `can_read` and not `read?
All the examples in the repository follow this pattern. Are cus…
-
_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._
**Security Policy Violation**
Project is out of compliance with Dangerous Workflow policy: dangerous workflow pa…
-
Implement the Repository pattern to access the database.
- [x] Make the repository interface
- [ ] Make the tests for the repository
- [x] Implement the repository interface
- [x] Make the Unit of…
-
`repository.Database.GetCollection("Collection").FindAll().Where(x => x.Latitude.HasValue && x.Latitude.Value > 0 && x.Longitude.HasValue && x.Longitude.Value > 0)`
Returns some valid rows
`reposi…
-
As discussed in issue #169, to improve modularity it makes sense to replace the explicit construction sequence by a set of construction pattern dependencies, leaving csv2nq to compute a partial orderi…
-
As the summary says: https://github.com/polifonia-project/portal
-
Hi,
Thank you for developing **yaa**. While trying out **yaa**, I ran into the following error:
```
git clone https://github.com/trailofbits/semgrep-rules/
cd semgrep-rules/
yaa index .
```
…
-
I'm proposing to consider a new type of SHACL Shape (e.g. 'RepositoryShape') to enforce a vendor-neutral constaints on RDF graphs on a repository level (or triplestore-level in case if there is to 're…