nagman

Results 37 comments of nagman

I see. But is your API running on your local host or in a docker container? Because it's your API - on top of prisma - that needs to get...

I don't think it's what @amingarro meant. `distance` here is relative to how much the element should translate during its animation. The default is a translate of `100%`, but that's...

> Hi @saleebm, many thanks for pointing me out. If ACF and CPT UI is present the problem solves in few lines of code in functions.php. It is amazing! >...

Ok I found it => in the `wp_postmeta` table, search for `_your_acf_field_slug` (add the `_` at the beginning) in the `meta_key` column, and take the corresponding `meta_value`. Thanks a lot...

Yay! It solved my issue too! In my case, it wasn't meta_query which was used, but category ID. Thanks a lot!

At least, you do have a loop checkbox. I don't: ![image](https://user-images.githubusercontent.com/16116486/196725341-87ab672f-1541-4fe4-b0cd-80b221f63046.png) **Platform:** - OS: macOS 12.5 - App version: GB Studio 3.1.0 **Additional context:** Music Driver: GBT Player (mod file...

[According to the docs](https://www.gbstudio.dev/docs/scripting/gbvm/gbvm-operations/#vm_music_play), we should be able to enable/disable loop mode for music. I've tried to launch my music with GBVM script rather than with the GUI: ``` VM_MUSIC_PLAY...

> that feature only works with the legacy GBT Player driver. I **do** use GBT Player.

Oh crap :( So do we have to do as @sttng suggested? > I think the expected workflow now is to modify your music files so they only play once...