DoctorDinosaur

Results 14 comments of DoctorDinosaur

Is this recipe getting approved? It's the only other service I need, and the code seems correct, webview seems to link properly.

Change: ```js BdApi.findModuleByProps("promptToUpload").promptToUpload( fileList, ZeresPluginLibrary.DiscordModules.ChannelStore.getChannel( ZeresPluginLibrary.DiscordModules.SelectedChannelStore.getChannelId() ), false, true ); ``` To: ```js BdApi.findModuleByProps("promptToUpload").promptToUpload( fileList, ZeresPluginLibrary.DiscordModules.ChannelStore.getChannel( ZeresPluginLibrary.DiscordModules.SelectedChannelStore.getChannelId() ), 0 ); ``` I.e. ```js false, true ``` to ```js 0 ```...

> @CptDinosaur thanks, can confirm this works... why did BdApi have a breaking change? -_- or was it just a deprecated thing being used? I think it was the discord...

Still not working ![image](https://user-images.githubusercontent.com/26852749/185748557-61547da5-570b-40fb-8089-4498660d0f38.png) I end up with multiple people with the role. Perhaps its moving too quickly, since I'm doing it every number. It's computationally easier if you could...

Same issue, had to uninstall for now

Kinda superceded by #64 which has been added to dev branch already.

Same issue for me, 3d scatter plot seems to ignore uirevision. I'm instead having to store the state of the camera.

```py app = Dash(__name__) app.layout = html.Div( [ # ... Your dash elements dcc.Store(id="camera"), ] ) # Callback to store camera position @app.callback( dd.Output("camera", "data"), dd.Input("graph", "relayoutData"), ) def store_camera_position(relayoutData):...

Same issue here, it's not working nice with seaborn. I'm just manually updating the generated code.

With VLC/Premiere Pro reporting the duration properly, is there some special handling handbrake can perform to get the proper duration without the file header? It does encode to the correct...