Juhan Oskar Hennoste

Results 112 issues of Juhan Oskar Hennoste

The Names and Roles Provisioning Service supports an optional role query parameter to filter members by role: https://www.imsglobal.org/spec/lti-nrps/v2p0#role-query-parameter. It seems that the `NamesRolesProvisioningService` class in this library does not support...

Closes #147. Tested and working with Moodle 4.1.

Fixes https://github.com/thewh1teagle/rookie/issues/95. Based on https://github.com/runassu/chrome_v20_decryption. Big thanks to runassu and others for extracting the new decryption key and figuring out the new encryption algorithm. Tested and working on Chrome 135.0.7049.115...

There seems to be some kind of mixup on the site about `cfg_target_has_atomic`. The tracking issue linked (`cfg(target_has_atomic = ...)`) was stabilized in Rust 1.60, but the site says the...

Casadi seems to have trouble loading functions (and presumably other objects) from paths that contain Unicode (i.e. non-ASCII) characters. Reproduction: ```python import shutil import casadi x = casadi.SX.sym('x') test =...

I have some links in my markdown to files that will be generated and added to the final site after the mkdocs build has finished. When linking to these files...

Currently, if you have an attribute without value then attr_list defaults the value to the name of the attribute. For example: ```markdown [download](file.txt){download} ``` is rendered as ```html download ```...

bug
someday-maybe
extension
confirmed

The docs.rs build of the documentation has been failing for most published versions. It would be good to fix this.

I encountered a really strange bug. I found a database where some entries are returned by looping over an iterator returned by `new_iter`, but trying to get the corresponding key...

It seems that without LTO, any critical section acquire and release functions are compiled as calls to `_critical_section_1_0_acquire` and `_critical_section_1_0_release` and never inlined. This is rather unfortunate, since these are...