twiggler

Results 17 issues of twiggler

## 🚀 Feature request ### Current Behavior Key of record is fixed to string. This forces me to cast when the number of groups is known at compile time: ```...

**Explain the problem.** command: `pandoc --output --to docx reference-doc=custom-reference.docx report-8660595912627799385.html` Pandoc version? pandoc.exe 2.14.2 windows [bugreport.zip](https://github.com/jgm/pandoc/files/7322976/bugreport.zip) When table has inline style `width: 100%` **as in the second table** I expect...

bug
format:HTML
reader

The [documentation](https://redux-saga.js.org/docs/api/#throttlems-channel-saga-args) states that it is possible to pass a channel to `throttle`. However, when I do the following: ``` const progressChan = yield channel(buffers.sliding(.)); ... yield throttle(., progressChan, ...)...

enhancement
help wanted

Currently, actual sizes of all fields are stored inside the `_sizes` private member. This can cause high memory usage in some applications. This PR only stores the sizes of dynamic...

### Suppose I acquire the following paths: ``` mkdir -p dir1/dir2/dir3 ln -s dir1/dir2/dir3 dir1/sym_dir_lnk ``` ### I get: ``` [2025-04-03 11:50:35,567] [ERROR] - Skipping collection of /vmfs/volumes/nfs_shizzle/dir1/dir2/dir3, breaking out...

When I run acquire on ESXI I get: ``` [2024-11-12 14:56:06,669] [ERROR] Error while running module Bootbanks Traceback (most recent call last): File "/opt/acquire-api/lib/python3.9/site-packages/acquire/acquire.py", line 939, in acquire_target File "/opt/acquire-api/lib/python3.9/site-packages/acquire/acquire.py",...

bug

`UnixPlugin::users` return nothing on `ESXi`. Probably not a big deal, since ESXi typically only has a root account. Note that I get `local.tgz is encrypted but static decryption failed and...

epic:esxi capabilities

Currently, the `UnixUserRecord` encodes the user shell as a string. While this is safe from implicit path flavor conversions, making this field a `path` is semantically clearer. Also check the...

enhancement
good first issue

closes #1115 ~~Fixed as proposed in the issue. This also requires changes to `MappingStream`.~~ ~~Not ideal to have a special case for `MappingStream` in the scraper.~~ - Fixed by creating...

On dissect.version 3.20.1, the [line](https://github.com/fox-it/dissect.target/blob/dc77a61aa9f67f7e84f92d21ec6abfd222c6238c/dissect/target/plugins/apps/webserver/iis.py#L352) ``` return datetime.strptime(f"{date_str} {time_str}", "%%%Y %H:%M:%S").replace(tzinfo=tzinfo) ``` gives a `ValueError("time data %r does not match format %r" %`). Investigate how to make the time parsing...

bug
telemetry