-
When I launch OSL_Client, the program says Riot Launcher Path not found
![image](https://github.com/user-attachments/assets/88a39692-e4ba-48c1-9be8-90b88b8f0fce)
-
```js
do (
network "getsync" "https://hi.com/text.txt"
) then (
page_data = data
data = ""
page = "loaded"
)
```
Allows osl to run a command without it stopping the execution of the…
-
Related to #17.
In order to perform analyses of MEG data in source space, we need to use certain outputs from the source reconstruction which are currently not saved by the source reconstruction sc…
-
I can see the patient key with a value when I inspect the access token returned from Keycloak. However, for this specific test case, I'm encountering the error: INFO | Inferno | SkipException: Token r…
-
Some dependencies using OSL.
lvoxx updated
1 month ago
-
I can see the patient key with a value when I inspect the access token returned from Keycloak. However, for this specific test case, I'm encountering the error: INFO | Inferno | SkipException: Token r…
-
I met a bug that when training HMM, occasionally the initialisation will fail, showing error like this:
```
2024-10-07 15:43:58 INFO osl-dynamics [hmm.py:470:random_state_time_course_initialization]…
-
```js
if scope.name == "main" (
window "add_sub" 1
)
mainloop:
import "win-buttons"
subloop: 1
log "hi"
window "stop"
```
-
`SH_T(KC_SPC)` seems to cancel one shot layer.
```
"r / 2" -> r
OSM(MOD_LSFT) then OSL(1) then "r / 2" -> @
SH_T(KC_SPC) + "r / 2" -> i
SH_T(KC_SP…
-
Shading languages use different matrix conventions: OSL is row major, GLSL is column major
This determines multiplication order: `M1 * M2` in OSL is `M2 * M1` in GLSL
MaterialX back-end implementati…