Marshall Greenblatt

Results 1161 comments of Marshall Greenblatt

This is working for me currently (export from public repository with private issue tracker). I created a Bitbucket app password with Repositories/Read and Issues/Read permissions only.

I'm running a migration of ~4000 issues currently. On average each issue takes ~4s to complete. I have not experienced any rate limit or connection issues so far (> 2000...

Names that include spaces (like "Dominik Aumayr") also don't display correctly as Markup links on Github: ![image](https://user-images.githubusercontent.com/413032/224427422-17c0225a-f415-4e2a-95ea-a9c2abdc9598.png) It's probably best to just display these names without the link.

Display scaling can be enabled for Windows 10 as follows: 0. Install xmage in the usual way. I'm using a "C:\temp\xmage" directory in this example. 1. Create a "javaw.exe.manifest" file...

**Original comment by Dominik Mayrhofer-Poldlehner (Bitbucket: [dmayrhofer](https://bitbucket.org/dmayrhofer), GitHub: [dmayrhofer](https://github.com/dmayrhofer)).** ---------------------------------------- Would it be possible to embed CEF windows into Wayland windows with this feature?

> Would it be possible to embed CEF windows into Wayland windows with this feature? This would likely require the Ozone implementation from issue #3263. Basically, the CEF window contents...

I'm not able to reproduce this problem with VS2022 17.5.0 on Windows 10. However, it has been an issue in the past. Discussion (and suggested workaround) at https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=15817&start=10#p37813

We can use Chromium's [ProcessIterator](https://source.chromium.org/chromium/chromium/src/+/main:base/process/process_iterator.h;l=76) and [Process::IsRunning](https://source.chromium.org/chromium/chromium/src/+/main:base/process/process.h;l=152) to create an implementation similar to [this example](https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=15817&start=10#p37820). However, comments suggest that this approach will only work on Windows. [This post](https://stackoverflow.com/questions/284325/how-to-make-child-process-die-after-parent-exits) has a...

The benefits here may require PartitionAlloc, in which case we won’t get them when the allocator shim is disabled (see [#3061](https://github.com/chromiumembedded/cef/issues/3061#issuecomment-1465026231))

Issue #3289 was marked as a duplicate of this issue.