Timur Kristóf

Results 23 issues of Timur Kristóf

Hi, It seems to me that integral signs are rendered to small in Firefox. For example, this snippet: http://mathb.in/17534 results in the following: http://venemo.net/owncloud/public.php?service=files&t=4019eefbc365c09d459f31919b154973 I'm not sure if this is...

I'm running Horizon Zero Dawn from Steam with latest mesa on an AMD RX 6900XT GPU. I use MangoHud to see the frame rate and some stats, because the game...

I have a named property interceptor and I use `Nan::SetNamedPropertyHandler` so that it works accross multiple node versions. ```cpp auto doctpl = Nan::New(DocumentWrap::ctor); doctpl->SetClassName(Nan::New("Document").ToLocalChecked()); doctpl->InstanceTemplate()->SetInternalFieldCount(1); // Instance functions Nan::SetPrototypeMethod(doctpl, "getTokenizerForField",...

Currently a command line option exists to use a proxy, but there is no GUI to configure it.

enhancement

Currently communi stores all settings (including passwords) without any security. It would cost minimal effort to deserialize the `QByteArray` which is currently written into the config file. Idea from #107:...

idea

For example, it appears light even if the dark theme is selected.

bug

I've taken a look at the link https://ci.appveyor.com/project/GuildMasterInfinite/d3d9-to-11/build/artifacts but it only seems to contain a single file and that seems to be an i686 build. Maybe I'm looking at the...

Not sure what is the best place to talk about this so decided maybe we can discuss it here. Hope this is okay. Looking at the current code, I noticed...

It is possible that a driver supports the required subgroup size extension but doesn't support it for mesh/task.

MarkPad renders the following: `````` ``` line 1 line 2 ``` `````` in a single line.