Johann Westphall

Results 10 issues of Johann Westphall

I have made some adaptations on 'sql/world.sql' to work on postgres. It seems to work. If you wish, I can fork the repo, perform more tests and offer a pull...

enhancement

#### Type of change - New feature #### Description Due to some considering NIST curves insecure and Golang having ed25519 native support, there was not a reason for not implementing...

## Use case When using an InputDatePickerFormField to get a date in a form, the 'Invalid format' message is displayed. However, the form application might accept that the date input...

a: text input
new feature
framework
f: material design
proposal

Path: testdata/tls_server-cert.pem It seems this problem happened last year and was "fixed" by this [commit](https://github.com/hyperledger/fabric-ca/commit/fc42d91b57b2f425b4985babfee8969e841572b7).

### Problem Statement There could be a way to call [test_class()](https://github.com/mfussenegger/nvim-jdtls/blob/99e4b2081de1d9162666cc7b563cbeb01c26b66b/lua/jdtls/dap.lua#L506) and [test_nearest_method](https://github.com/mfussenegger/nvim-jdtls/blob/99e4b2081de1d9162666cc7b563cbeb01c26b66b/lua/jdtls/dap.lua#L525) from the nvim-dap window when calling the "DapNew" command. ![image](https://github.com/user-attachments/assets/42efaea4-8f6d-4a20-894e-0826786d08f3) Currently, I achieve this with the following...

This creates a command JsonPathCopy, parameterizes the win bar displaying and the register to copy the path. Overall, this commit eases the installation and usage.

Following up with my [pull request](https://github.com/hyperledger/fabric/pull/3343) that implemented the support for ed25519 keys in fabric, I had trouble with signing transactions with such keys. I believe the problem comes from...

I have just created a text-to-speech plugin using the [edge-tts](https://github.com/rany2/edge-tts) python library. I did because I haven't seen any equivalent solution. Local tts solutions, like festival and espeak, generally lack...

Role is supposed to be an int: https://github.com/hyperledger/fabric-ca/blob/b3ae5fc317baf5306aa690bbab4113c78e606e3d/lib/client.go#L517 However, probably due to the marshalling of the attrMap (map[string]interface{}), the role becomes a float64 ([/golang reddit discussion](https://www.reddit.com/r/golang/comments/zyep2s/why_does_an_interface_of_an_int_value_becomes/)) https://github.com/hyperledger/fabric-ca/blob/b3ae5fc317baf5306aa690bbab4113c78e606e3d/lib/server/idemix/enroll.go#L156-L160 ## Possible solutions...

**Describe the bug** When trying to deploy a Fabric 2.5.4 network I found a series of bugs and inconsistencies. 1. The first bug happens at the fabric-genesis stage: https://github.com/hyperledger-bevel/bevel/blob/35d5589254c4edcef8ce9c00140f674d7c4b96db/platforms/hyperledger-fabric/configuration/roles/create/genesis/tasks/valuefile.yaml#L2-L10 https://github.com/hyperledger-bevel/bevel/blob/35d5589254c4edcef8ce9c00140f674d7c4b96db/platforms/shared/configuration/roles/create/job_component/vars/main.yaml#L21-L21...

bug
fabric