-
### Description
I needed to build a large Java project in Eclipse.
After several builds, an OutOfMemoryError occurred.
After analyzing the Dump file, we found a huge instance of org.jkiss.dbeaver.m…
-
目前测试通过发现 A卡私有驱动下, 所有 Deepin-UI 绘制出来的程序背景都会透明。
Deepin-UI 在Intel集成显卡和N卡上没有问题, 应该是 A 卡的一个Bug。
但是是否可以通过技术手段绕过来保证A卡也是没有问题的?
目前定位到的问题是, 如果注释 window.py 中的
self.set_colormap(gtk.gdk.Screen().get_rgba_col…
-
In order to be able to use Rhino in modern develoment setups, I propose to implement the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/), which is how [VS Code](https://c…
-
### Bug description
When starting podman-desktop, it reported that a new version is available: 1.32.0.
Clicking the "Update" button in podman-desktop caused podman-desktop to freeze, then crash. Aft…
-
```
For some reason, it's not detecting a Task inside a single-line (') comment.
It works for multi-line/rem comment blocks.
```
Original issue reported on code.google.com by `woolly...@gmail.com` o…
-
This is to report that the current release (2.0.1.201703151042) cannot be installed on the previous to last version of Eclipse, ie Mars 4.5.2.
Here is the report one can read in the **Install** wi…
-
Here's the whole log entry:
eclipse.buildId=I20110613-1736
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: …
-
```
What steps will reproduce the problem?
1. Plugin error when opening a smarty template
What is the expected output? What do you see instead?
Plug-in "org.eclipse.php.smarty.ui" was unable to insta…
-
```
What steps will reproduce the problem?
1. Plugin error when opening a smarty template
What is the expected output? What do you see instead?
Plug-in "org.eclipse.php.smarty.ui" was unable to insta…
-
For example, let's see the following methods:
```php
class Foo
{
public function hello() { echo "Hello !"; };
}
class Collection
{
/** @var Foo[] */
private array $data = [];…