-
### Configuration
impacket version: v0.12.0.dev1
Python version: 3.11.9
Target OS: Linux
### Debug Output With Command String
impacket-smbserver -debug -ip :: tmp /tmp
```
# impacket…
-
**Describe the bug**
One of my cheatsheet produces error
```
export RUST_BACKTRACE=1; navi
thread 'main' panicked at 'byte index 2 is not a char boundary; it is inside '\u{a0}' (bytes 1..3) of `# …
-
### ⭐ Suggestion
.eslintrc is now [deprecated](https://eslint.org/docs/latest/use/configure/configuration-files-deprecated). we need to update it to eslint.config.js to prepare for future Eslint vers…
-
When having the bellow open api specification and generating the rest client using the ky as the http client, the bellow code is generated, which does not compile, since the Options from ky does not h…
-
https://github.com/dderevjanik/wsdl-tsclient/blob/16ff043a9a3c33cb5cf8d18ea1790410c0c7fc7a/src/parser.ts#L44-L45
This is correctly typing the interfaces with `Date` but the actual values are passed…
-
When javascript is scanned during finalize typescript-parser-wrapper can throw with tsconfig.json path mismatch.
This particular situation was found when more than javascript was detected and was on …
-
This bug has no definitive answer and requires some dialog, personally i prefer AST generated by babel rather than typescript-eslint in this case
## Bug Report?
babel for class implements and inte…
-
### What steps will reproduce the bug?
```
var network = require('network');
network.get_interfaces_list(err, interfaces);
console.log(interfaces);
```
`get_interfaces_list()` will eventuall…
-
Current implementation of parser result processing is problematic.
Parser results with disambiguation info are stored as plain text html, see DB table `parserresult` attribute `content`, are displa…
myrix updated
4 months ago
-
Currently, the typing the following (mistyped) command:
```
idris2 --chec Test.idr
```
Will launch the repl saying it can't find the file `--chec`.
```
____ __ _ ___
…