I got a bug report in my electron app. It looks like below~
We can't find a way to reproduce this.
I believe it's some kind of visual memory corruption, but I don't know how it happens...
It turns out to be a bug in Apple's latest 16' MacBook pro. Likely to happen when the system is recovered from sleep mode.
It's also happening in chrome/chromium.
Here is the issue track link:
https://bugs.chromium.org/p/chromium/issues/detail?id=1068170
Related
I am using Chrome to debug an app. Usualy I get a complete stacktrace when profiling my app.
But recently the stack just disappeared. It only shows the layering, drawing and native events, but no longer the JavaScript executions.
In the settings I have uncheckt the "Disable JavaScript samples" and tested all other preferences regarding the performance tab. Nothing helped.
Other sites (like stackoverflow) won't work eighther. Chromium has the same problem.
I am running this on Ubuntu 18.04.4 LTS.
Anyone else has a clue how to fix this?
I'm affected by this as well. I filed an issue at https://bugs.chromium.org/p/chromium/issues/detail?id=1071961. Perhaps you could add more detail so the Chrome team can fix it faster.
Are you using an Intel CPU or an AMD one? I'm using one of the latest AMD Threadrippers. Wondering if that may be the cause.
I'm resubmitting an AIR app to the iOs store after a couple of years. It has mysteriously doubled in size. The android version comes in at just under 30 MB. The ios version is just under 60. I'm trying to figure out if this is something in my code which I should try to track down, or whether this is 'normal' behavior. Has anyone else seen this?
The only thing that I've been able to come up with is that with the advent of Retina, everything has doubled. And/or something to do with iOs7...
Thanks.
Well I did go through Properties - Build Packaging - Package contents and unchecked everything I could. That removed about 4 meg.
But I was building in debug mode. Once I exported a release build, the .ipa was the same size as the .apk generated from the same code. For some reason the debug .apk is nowhere near as bloated as the debug .ipa.
Hope this helps someone else...
I am developing my first extension for Chrome and as I am working on Ubuntu, I've encountered two awful bugs.
The first thing is that chrome.i18n.getUILanguage is not supported! (console gives me an error about unsupported method). The thing is that this problem is not listed on any WIKI page, which may become tricky for beginners. Anyone had similar issue? For now, I am using window.navigator.language.
The second bug is about rich notifications that are not supported (anyone knows when it will be released?). As far as I know, when the app will be about to send a notification, the scripts will stop due to the error (similar to the first bug). I am not sure if there is possibility to develop different packages for different platforms, but if I want my extension to be truly multi-platform, I will have to give up development of this feature.
Any suggestions or thoughts?
Thanks,
As i said earlier in a comment, it seems to be not supported with linux mint either where i'm developing the chrome extension.
In this link a member of the chrome team said that they submitted it... but this is not true.
Thanks for the window.navigator.language alternative.
I've picked up the discover meteor ebook earlier today and have been following the steps. It's been a great experience and I hope I can contribute to this community once I have a more thorough understanding of the technology. All is going well and I was using firefox as my browser. I decided to install chrome since that is the browser I use on my host machine on a day to day basis. However when I load the project up in chrome its a blank screen. The console reports the following(pastebin)
http://pastebin.com/wvEaVNPv
Has anyone else experienced this issue?
YES! It comes and goes with time or development, and you will get different results in different browsers (ubuntu). I currently am getting
Uncaught ReferenceError: Package is not defined meteor.js:21
Uncaught ReferenceError: Package is not defined standard-app-packages.js:21
Uncaught ReferenceError: Package is not defined random.js:21
etc
A few weeks ago, chrome canary was bad but release chrome not. It may be some subtle code issue triggers things because as I developed madly but checked intermittently that problem came and went maybe three times, and once another browser gave me a clue on something it didn't like, which also cured chrome.
I don't have any tools/concepts to debug this further. I initially got through Discover Meteor using chrome about 2 months ago.
Check your accounts-ui-bootstrap-dropdown. If you are using bootstrap-3 you'll need accounts-ui-bootstrap-3. I found this as one possible cause when I went back.
I know application questions belong on super user but since this is an IDE I thought I might try it here.
For a couple months now, MonoDevelop likes to appear on my second monitor maximized when I start it up. I have to unmaximize it and move it over each time.
I thought it was some weird preference setting I had messed with but I recently install Windows 7 and the first thing I did was get Monodevelop back up and running. It still goes to that second screen.
Anyone know why?
It might be a GTK+ Gdk.Screen issue. AFAIK none of the core MD devs have dual-screen setups - and definitely not on all platforms. Best thing to do would be to file a bug.