Jean-Yves Pellé
Jean-Yves Pellé
```go type FavoritePlaylistId struct { UserId string PlaylistId string } type FavoritePlaylistEntity struct { Id FavoritePlaylistId `storm:"id"` UpdateTs int64 `storm:"index"` UserId string `storm:"index"` PlaylistId string `storm:"index"` } ``` Steps to...
github.com/mewkiz/flac v1.0.7 implements seeking in flac files (see [#44](https://github.com/mewkiz/flac/issues/44) ). I'd like to use it through beep to resolve [#16](https://github.com/jypelle/mifasol/issues/16).
```python launch_server( headless=headless, geoip=True, proxy=proxy_config, block_images=block_images, persistent_context=True, user_data_dir=args.sessionpath, ) ``` Parameters `persistent_context` and `user_data_dir` do not seem to be taken into account when launching camoufox as a remote websocket server.
It would be interesting to be able to choose between legacy powershell `powershell.exe` and powershell>=7 `pwsh.exe` for powershell script execution.