Ashley Sommer

Results 64 issues of Ashley Sommer

I am referring in particular to WPS requests, but the same question could be asked of WMS/WCS layer requests too. I have a WPS server that is adding the requirement...

This bug has a very specific set of circumstances to reproduce. This happens when performing GetAssertion on the device, under the following conditions: 1. Using Token2 T2F2 device with FIDO...

Creating a FIDO2 credential using the [FIDO2 python module reference hmac-secret example](https://github.com/Yubico/python-fido2/blob/main/examples/hmac_secret.py) fails with "Authenticator does not support ClientPin". This is the corresponding Issue I created for the Trezor Firmware:...

In the python world, packages (installable python modules) are usually in the form of Applications or Libraries. Libraries are building block packages that users can use to build their application....

The [recommended way](https://protege-discussion.stanford.narkive.com/n2zKOHp3/how-to-define-enumerated-classes-using-owl-oneof) to create an Enum in an owl ontology is to use `owl:equivalentClass` with a bnode containing an `owl:oneOf` list like this: ``` cn:CausalEffectIncrease a owl:NamedIndividual , cn:CausalEffect...

# Description When returning a ComplexOutput as Reference (output as_reference is True), the filename generated by the server (and used in the built URL) is always "input", eg "input.csv" for...

Alternative to #3567 There were a couple more changes required other than simply bumping the IntelliJ IDE version number. When I try to build this plugin against 2024.1 IDEs and...

I was running into some issues getting this intellij plugin to build from sources (and run tests) using Elixir version 1.13.4, so bumped devtools version of elixir to v1.14.5-otp-24, and...

Here is the new OtpErlang that I built, its based on the JInterface v1.14 source bundled with latest Erlang/OTP v26.2.3 Built using OpenJDK-17 on ArchLinux. Fixes #3362 Fixes #3561