-
I've started testing client side code using @solidjs/testing-library, which uses jsdom.
When I run in Wallaby I get an error: ReferenceError: crypto is not defined. It's from a library I use (Repli…
-
Given the code
`let add x y = x + y`
Create a refactoring that would suggesting rewriting it to
`let add x y : int = x + y`
I think this should be easy. We have:
1) Machinery to create refact…
-
I have saved the mask_rcnn model as the .pb file .But there are totally two parts of input in keras code: image and meta. I couldn't find how to feed them into the input in tensorflow c++.
This is my…
-
read `.yo-rc.json` contents, so it works similar to reapeating yo m --skip-prompts in the same directory. Be careful since `.yo-rc.json` contents get overwritten without any warning. This might lead t…
-
First of all thanks for a great annotation tool that just works. I need to make a couple of enhancements and would like to get your thoughts on how to go about it so that updates to recogito-js would…
-
Hi!
I have been looking at Synth and I think it's awesome, the Back End side is pretty neat and simple, in fact you read my mind because I was planning to work on something similar.
There are a c…
-
Dev container builds on Mac and Linux but not on Windows
Hi, I'm getting the following "The syntax of the command is incorrect." error when trying to open a dev container on Windows:
```
[2024-…
-
### Description
When using a project mixing C# and JS/TS it is currently not easy to have the analysis of all files in one go.
Currently you have to either:
1. Create some "fake" Visual Studi…
-
With the release of [Yarn 2.0](https://dev.to/arcanis/introducing-yarn-2-4eh1), many users may be interested in trying out the new version of the package manager with the Angular CLI. As of 9.0, the …
-
I have Libreswan 3.25 installed on aws linux (yum install openswan)
I have many tunnels up and working for year on this setup, mostly ikev1.
First time configuring IKEv2 to a Cisco ASA peer
ips…