-
**Describe the bug**
When I modify the `BenchmarkRBACModelWithDomainPatternLarge` [performance test](https://github.com/casbin/casbin/blob/master/model_b_test.go#L269-L277) to add a bunch of unrelate…
-
-
## 🚀 Feature
(Write down a clear and concise description of what the feature is.)
### Have you read the Contribution Guidelines?
Yes
## Pitch
(Please explain why this feature should b…
-
I'm very happy with aeson-qq for my quite simple serializing needs along the lines of:
```
recordToJSON (Person name age) =
[aesonQQ| { name: #{name}, age: #{age} |]
```
However, reverse transfo…
-
Is there a way to pattern match the actual HTML tags for images? HoloViews returns a binary blob, and I've not been able to get the pattern to match with this:
[holoviews]
regex:
replace: HOLOVIEWS
-
I have 2 urls like :
1. /test/run
2. /test/{test_id}
I have 2 separate routes for them like:
1. {
prefix: '/test',
pin: 'role:test,cmd:*',
map:{
run: {GET: true}
}
}
2. …
-
Original issue submitted by @xtuc in https://github.com/babel/babylon/issues/610
This issue is to keep track of the implementation in the parser of this proposal.
Champions: Brian Terlson (Micro…
-
Related to #747 #726 #725 and #749
# Problem
Current way of dealing with unions is by checking their actual structure at runtime. TypeScript does the same thing (a pattern of adding `kind`/`tag…
-
Given an input string s and a pattern p, implement regular expression matching with support for '.' and '*' where:
'.' Matches any single character.
'*' Matches zero or more of the preceding e…
-
A lot of our transformers could use pattern matching. It would make our code nicer.