Results 8 issues of Paulo Casaretto

# Bugs ## Nonced tag helpers including nonce directive in csp has potential to break applications ### Problem Given an application with inline script tags, and a CSP that allows...

Library version: 2.0.64 Connector configuration: ```json { "connector.class": "com.github.jcustenborder.kafka.connect.spooldir.SpoolDirCsvSourceConnector", "topic": "transactions_spooldir_15", "input.path": "/data/unprocessed", "finished.path": "/data/processed", "error.path": "/data/error", "input.file.pattern": ".*\\.csv", "schema.generation.enabled":"true", "csv.first.row.as.header":"true", "transforms":"castTypes,castDate", "transforms.castTypes.type":"org.apache.kafka.connect.transforms.Cast$Value", "transforms.castTypes.spec":"outflow:float32,inflow:float32,cleared:boolean", "transforms.castDate.type":"org.apache.kafka.connect.transforms.TimestampConverter$Value", "transforms.castDate.target.type": "Timestamp", "transforms.castDate.field": "date", "transforms.castDate.format":...

I'm trying to learn and use Nix, so to test that and numary at the same time I've proposed adding numary to the Nixos package directory. https://github.com/NixOS/nixpkgs/pull/191106 I've followed the...

Currently, release accepts an array and because Redis.scard accepts it as well it ends ups releasing that feature to all ids present in the array. This is undocumented behaviour and...

Naming a feature 'released_features' will cause problems for the user. It is higly unlikely to happen, but worth a note in the README.

enhancement

### Operating System MacOS ### What's the issue you encountered? (As this is not a "bug", I've removed the [Bug] tag from the title.) Hi there! Recently discovered imhex and...

bug

Downloading a fresh copy [59fb923](https://github.com/hyperfiddle/electric-fiddle/commit/59fb923b4f07121e75a780f0b425b5815dd77bae) and issuing `clj -A:dev` fails with: ``` Error building classpath. Commit not found for com.hyperfiddle/electric in repo https://github.com/hyperfiddle/electric-fiddle at 87abb5e58f75c26b0041db8ccbedb5295856b49a ``` Which is weird because...

Fixes https://github.com/WerWolv/ImHex/issues/1807 ### Problem description Build fails for MacOS x86-64 due to using a wrong architecture header. ### Implementation description Used the headers for mach that auto select the correct...