-
Migrated from [rt.perl.org#132472](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=132472) (status was 'open')
Searchable as RT132472$
p5pRT updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Not yet but may create a problem for it (likely related to several other reported issues in all sorts of subtle ways).
**Descri…
-
**Describe the bug**
I have an instance for testing purpose, and a few users (authenticated via Twitter) reported that they experienced the onboarding modal looping forever even if they hav…
-
Hi
I have a GIS workstation having 8 cpu cores and more RAM.
But I constrained to use the same plugin over several instances of QGis in order to obtain a parallel faster calculation of the tiles f…
-
It was added in #3 / #33, but got dropped since then. Maybe while migrating the features out of the main document it got lost?
cc @johannhof
-
### Description
When scrolling up and down via keyboard in a folder with 800+ files Files sooner or later crashes
### Steps To Reproduce
1) Drop the files into an empty folder:
[create_test_file…
-
https://github.com/imageworks/spk/blob/de0c1ef9a3fa82903d2899970ddfa22b23878ec8/crates/spfs/src/sync.rs#L387-L389
This doesn't explain how the payload went missing in the first place, but assuming …
-
### Steps to reproduce
Unfortunately I don't have a reproduction scenario, since this is a feedback I got from some of the users of my Flutter Web project in production.
It is not something I have…
-
对于构造函数,有这么一个问题:
如果一个构造函数没有使用new运算符,如何在构造函数内部改造使其实现和new一样的效果?
```
1.使用instanceof判断this是不是该构造函数的实例
function Person() {
if(!(this instanceof Person)) {
return new Person();
}
…
-
Hi,
I wrote below code, and sometimes I have some issues:
```js
const customProc = core.make('osjs/proc');
customProc.pty('ls -ltrh').then(p => {
// Process events
p.on('data', str =…