-
### What is the problem?
`cdk --role-arn arn:aws:iam::123:role/xxx diff` still tries to assume the default `cdk-hnb659fds-deploy-role-123-us-xxx` role. We want to use custom limited roles and this …
-
Example found by @Ekdohibs:
```
type t = T of int * ((bool -> t) * int)
let zz u =
let rec g b =
T (u, let r = if b then g else g in (r, 0))
in
g
```
Here `g` stores a reference to …
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
a…
-
![Screenshot 2023-05-19 at 6 19 13 PM](https://github.com/wallabyway/snowdontower-rvt-3dtiles-rcs-oss/assets/440241/49b4ae24-6612-489d-b1ab-c1f4296eeb07)
-
UPDATE2(taiki-e):
See https://github.com/taiki-e/cargo-llvm-cov/issues/123#issuecomment-2423715856
---
UPDATE(taiki-e):
> If you want to ignore all `#[test]`-related code, consider using […
-
I don't want `webpack.config.min.js`. Is there a setting where I can tell it to ignore certain files or directories? Thanks!
-
.clang-format-ignore files are not respected with this extension. They are similar to .gitignore files and describe which files should not be formatted.
Note that I'm pointing to a custom clang-fo…
-
There is the following example in the config:
```lua
-- modify list of files to ignore when indexing the project:
config.ignore_files = {
-- folders
"^%.svn/", "^%.git/", "^%.hg/", "^CVS/",…
-
_**Edit: Major rewrite of issue.** Originally I thought this was a problem with newest LibGit2Sharp but in digging deep into this issue I discovered some flaws in my original scripts that made it appe…
-
`min.cal` and `max.cal` both assume that the object passed to them uses BP-like years, i.e. min returns `max(year)` and max returns `min(year)`. This is confusing if they're used on dates with a CE-ba…