PythonCoderAS

Results 125 comments of PythonCoderAS

> Hii @PythonCoderAS. I am new to the open source contribution. Could you please guide me through, to resolve this issue? You need to apply CSS styling to blockquote items....

![Screenshot 2024-01-11 at 2 52 05 PM](https://github.com/Submitty/Submitty/assets/13932583/5ce49ca9-c617-40cb-aa79-2e0b545e3250)

Here's an example: https://github.com/wikimedia/apiclient-wiki/blob/master/js/apiclient.js. I also have my own implementation: https://github.com/PythonCoderAS/wikidata-animanga-db-matcher-frontend/blob/master/src/common/oauth.ts And yes, I'm trying to use it on Wikidata.

I fixed this for now by taking a database dump (while on the non-alpine version), deleting the volume, re-creating the volume, and importing the dump again into postgres while on...

I ran into the same problem but I do not have `/opt/homebrew/lib/libgl.dylib` on my system.

I've stepped through with a debugger and this is where it crashes: https://github.com/tauri-apps/tauri/blob/3cca5c2be88bbd52139e7dda371e88510d28bc8e/core/tauri/src/app.rs#L1910

This is the stack reported by RustRover: ``` 0x000000000bad4007 PNGReadPlugin::InitializePluginData(IIOImageReadSession*, IIODictionary*, IIODictionary*, CGImageMetadata*, CGColorSpace**, ReadPluginData&, PNGPluginData&, __CFDictionary*) 0x0000000193708c9c IIOReadPlugin::callInitialize() 0x0000000193700ff4 IIO_Reader::initImageAtOffset(CGImagePlugin*, unsigned long, unsigned long, unsigned long) 0x0000000193700dbc IIOImageSource::makeImagePlus(unsigned long,...

Final investigation reveals that `libpng` from Homebrew is the culprit -- uninstalling it stopped the crashing.

Honestly if I knew how a token was received and then requested to the API I could send a push request to fix it. From: Eric Semeniuc Sent: Tuesday, February...

For anyone confused on how to implement the flag, it is `api.GetDirectMessages(return_json=True)` where api is the TwitterApi instance