repo_name
stringlengths 4
136
| issue_id
stringlengths 5
10
| text
stringlengths 37
4.84M
|
---|---|---|
jlippold/tweakCompatible | 456207352 | Title: `Cephei` working on iOS 12.0
Question:
username_0: ```
{
"packageId": "ws.hbang.common",
"action": "working",
"userInfo": {
"arch32": false,
"packageId": "ws.hbang.common",
"deviceId": "iPhone9,1",
"url": "http://cydia.saurik.com/package/ws.hbang.common/",
"iOSVersion": "12.0",
"packageVersionIndexed": true,
"packageName": "Cephei",
"category": "Development",
"repository": "Chariz",
"name": "Cephei",
"installed": "1.13.1-2",
"packageIndexed": true,
"packageStatusExplaination": "A matching version of this tweak for this iOS version could not be found. Please submit a review if you choose to install.",
"id": "ws.hbang.common",
"commercial": false,
"packageInstalled": true,
"tweakCompatVersion": "0.1.5",
"shortDescription": "Support library for tweaks",
"latest": "1.13.1-2",
"author": "<NAME>",
"packageStatus": "Unknown"
},
"base64": "<KEY>
"chosenStatus": "working",
"notes": ""
}
```<issue_closed>
Status: Issue closed |
chakra-ui/chakra-ui | 639962142 | Title: [NumberInput] Not defaulting to Max when user types a too high number
Question:
username_0: **Describe the bug** A clear and concise description of what the bug is.
<!-- If applicable, add screenshots/videos to help explain the problem. -->

I have a NumberInput where max is set to 9999 and min to 0. The user can however as seen in the image above still type number above max. This is inconvenient when you are dealing with zipcodes for example.
<!-- A clear and concise description of what you expected to happen. -->
I expect it to default to the max value if an entered value is higher than max. Similar to min
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
Answers:
username_1: We don't have this functionality built in to the library. The closest thing we have is in 1.0 which clamps the value on blur.
You could manage this yourself using `value` and `onChange`. Here's an example: https://codesandbox.io/s/cranky-wave-hwwdv?file=/src/App.js
Status: Issue closed
|
jpush/jmessage-react-plugin | 478230726 | Title: jpush,手机接收不到推送通知
Question:
username_0: `我通过JPushModule.hasPermission()返回的true表明应用有推送权限,并且我也可以获取到应用的registrationId,但是我通过极光开发者平台发送推送通知一直都是失败的,手机接收不到通知`
版本
"react": "16.2.0",
"react-native": "0.53.3",
"jpush-react-native": "^2.5.3"
"jcore-react-native": "^1.3.2"
代码:
if (Platform.OS === 'android') {
JPushModule.notifyJSDidLoad((resultCode) => {
if (resultCode === 0) {
}
});
} else {
JPushModule.setupPush();
}
// 获取当前极光开发者信息
JPushModule.getInfo((map) => {
console.info('jpush user info:', map);
});
JPushModule.hasPermission( res => {
console.info('jpush hasPermission:', res);
})
// 设备初次向平台进行注册时会回调
this.getRegistrationIdEvent = JPushModule.addGetRegistrationIdListener((registrationId) => {
console.info(`Device register succeed, registrationId ${registrationId}`);
});
// 透传消息,message不会显示在通知栏
this.receiveCustomMsgEvent = JPushModule.addReceiveCustomMsgListener((map) => {
console.info(map);
});
// 接受到推送通知的事件回调
this.receiveNotificationEvent = JPushModule.addReceiveNotificationListener((map) => {
console.info('ReceiveNotificationListener', map);
});
Status: Issue closed
Answers:
username_0: `我通过JPushModule.hasPermission()返回的true表明应用有推送权限,并且我也可以获取到应用的registrationId,但是我通过极光开发者平台发送推送通知一直都是失败的,手机接收不到通知`
版本
"react": "16.2.0",
"react-native": "0.53.3",
"jpush-react-native": "^2.5.3"
"jcore-react-native": "^1.3.2"
代码:
if (Platform.OS === 'android') {
JPushModule.notifyJSDidLoad((resultCode) => {
if (resultCode === 0) {
}
});
} else {
JPushModule.setupPush();
}
// 获取当前极光开发者信息
JPushModule.getInfo((map) => {
console.info('jpush user info:', map);
});
JPushModule.hasPermission( res => {
console.info('jpush hasPermission:', res);
})
// 设备初次向平台进行注册时会回调
this.getRegistrationIdEvent = JPushModule.addGetRegistrationIdListener((registrationId) => {
console.info(`Device register succeed, registrationId ${registrationId}`);
});
// 透传消息,message不会显示在通知栏
this.receiveCustomMsgEvent = JPushModule.addReceiveCustomMsgListener((map) => {
console.info(map);
});
// 接受到推送通知的事件回调
this.receiveNotificationEvent = JPushModule.addReceiveNotificationListener((map) => {
console.info('ReceiveNotificationListener', map);
});
Status: Issue closed
|
MicrosoftDocs/OfficeDocs-SkypeForBusiness | 774512856 | Title: Incomprehensible
Question:
username_0: This article is incomprehensible on several levels. The diagrams don't match the text. The icons don't represent the devices. The IP address ranges and ports are not consistent with [Plan for Direct Routing](https://docs.microsoft.com/en-us/microsoftteams/direct-routing-plan). The PSTN is missing from several diagrams.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 10b198f4-9576-a14d-4359-1e8cc0319cda
* Version Independent ID: ba7c3252-21d4-9be1-2a84-de2d51646f7b
* Content: [Plan for media bypass with Direct Routing - Microsoft Teams](https://docs.microsoft.com/en-us/microsoftteams/direct-routing-plan-media-bypass)
* Content Source: [Teams/direct-routing-plan-media-bypass.md](https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusiness/blob/live/Teams/direct-routing-plan-media-bypass.md)
* Service: **msteams**
* GitHub Login: @CarolynRowe
* Microsoft Alias: **crowe**
Answers:
username_1: @username_0 Thank you for submitting feedback and contributing to the docs. We are currently investigating this.
username_2: Hi @username_0, thank you for your feedback and help us to improve docs.microsoft.com.
I've verified both articles, and this is what I conclude:
- SIP Signaling FQDNs and IP ranges appear to be the same in both articles.
- Media IPs and ports are not the same for both scenarios, and that is represented in the articles.
- The way the articles are is how I understand it should be.
I'll try to contact the owner of the diagrams to see if we can improve them.
Thank you again!
username_2: @CarolynRowe Do you think we can improve the images here? Thanks!
username_2: @CarolynRowe Do you think we can improve the images here? Thanks!
username_2: @CarolynRowe Do you think we can improve the images here? Thanks!
username_2: @CarolynRowe Do you think we can improve the images here? Thanks!
username_2: @CarolynRowe Do you think we can improve the images here? Thanks! |
mellab/holbertonschool-low_level_programming | 494172218 | Title: Code injection: Win the Giga Millions!
Question:
username_0: I bought a ticket for the Giga Millions and chose these numbers: 9, 8, 10, 24, 75 + 9. If you could run two commands on the same server where the Giga Millions program runs, could you make me win the Jackpot?
Our mole got us a copy of the program, you can download it [here](https://github.com/holbertonschool/0x17.c). Our mole also gave us a piece of documentation:
```
/* Giga Millions program
* Players may pick six numbers from two separate pools of numbers:
* - five different numbers from 1 to 75 and
* - one number from 1 to 15
* You win the jackpot by matching all six winning numbers in a drawing.
* Your chances to win the jackpot is 1 in 258,890,850
*
* usage: ./gm n1 n2 n3 n4 n5 bonus
```
- You can’t modify the program gm itself as Master Sysadmin Sylvain (MSS) always checks its MD5 before running it
- The system is an Linux Ubuntu 16.04
- The server has internet access
- Our mole will be only able to run two commands from a shell script, without being detected by MSS
- Your shell script should be maximum 3 lines long. You are not allowed to use ;, &&, ||, |, ` (it would be detected by MSS), and have a maximum of two commands
- Our mole has only the authorization to upload one file on the server. It will be your shell script
- Our mole will run your shell script this way: mss@gm_server$ . ./101-make_me_win.sh
- Our mole will run your shell script from the same directory containing the program gm, exactly 98 seconds before MSS runs gm with my numbers: ./gm 9 8 10 24 75 9
- MSS will use the same terminal and session than our mole - Before running the gm program, MSS always check the content of the directory
- MSS always exit after running the program gm
- TL;DR; This is what is going to happen
```
mss@gm_server$ . ./101-make_me_win.sh
mss@gm_server$ rm 101-make_me_win.sh
mss@gm_server$ ls -la
. .. gm
mss@gm_server$ history -c
mss@gm_server$ clear
mss@gm_server$ ls -la
. .. gm
mss@gm_server$ md5sum gm
d52e6c18e0723f5b025a75dea19ef365 gm
mss@gm_server$ ./gm 9 8 10 24 75 9
--> Please make me win!
mss@gm_server$ exit
```
Tip: `LD_PRELOAD` |
okbob/pspg | 823759388 | Title: Scrolling with cursor freezes randomly for seconds
Question:
username_0: Starting with version 4.2.0 scrolling with the up or down cursor (pressing the cursor key and keeping the key pressed) freezes randomly. It scrolls a few lines and then stalls for a few seconds. It only happens on Cygwin (Linux not affected).
Answers:
username_1: Hi
username_0: `--no-sleep` fixes the issue on Cygwin, thanks.
Status: Issue closed
username_1: release 4.3.1 released |
giantotter/giantotter_public | 126025551 | Title: Players stuck on cue cards until next round
Question:
username_0: I was the Customer, and saw timer count down to zero, but cue card was not dismissed. Others said they were stuck too. Eventually, timer restarted for everyone, and system recovered. Possibly related to timing of when people joined.<issue_closed>
Status: Issue closed |
tech-advantage/sonar-gerrit-plugin | 69142121 | Title: No reviews pushed back to gerrit after upgrade of sonar to 5.1
Question:
username_0: After upgrading sonar to version 5.1 no issues are sent bacj to gerrit anymore. It seems to me that the GerritDecorator and GerritPostJob classes are not initalized and run anymore.
This is the debug output of a run with sonar 5.1. I only included lines containing gerrit. If you need the full log, i can send it to you.
[DEBUG] [15:33:54.954] [GERRIT PLUGIN] Instanciating GerritConfiguration
[DEBUG] [15:33:54.955] [GERRIT PLUGIN] Instanciating GerritConnector
[DEBUG] [15:33:55.220] [GERRIT PLUGIN] Instanciating GerritFacade
[DEBUG] [15:33:55.221] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:33:55.228] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:33:55.229] Initializer GerritInitializer
[DEBUG] [15:33:55.229] [GERRIT PLUGIN] Built URI : /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5
[INFO] [15:33:55.230] [GERRIT PLUGIN] Listing files from /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/
[INFO] [15:33:55.474] [GERRIT PLUGIN] Request 1: GET to /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/
[DEBUG] [15:33:55.561] Executing request GET /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/ HTTP/1.1
[DEBUG] [15:33:55.568] http-outgoing-0 >> GET /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/ HTTP/1.1
[DEBUG] [15:33:55.573] http-outgoing-0 >> "GET /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/ HTTP/1.1[\r][\n]"
[DEBUG] [15:33:55.578] http-outgoing-0 << "WWW-Authenticate: Digest realm="Gerrit Code Review", domain="http://XXX/gerrit2/", qop="auth", nonce="XXX==$"[\r][\n]"
[DEBUG] [15:33:55.589] http-outgoing-0 << WWW-Authenticate: Digest realm="Gerrit Code Review", domain="http://XXX/gerrit2/", qop="auth", nonce="XXX==$"
[DEBUG] [15:33:55.604] Executing request GET /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/ HTTP/1.1
[DEBUG] [15:33:55.613] http-outgoing-0 >> GET /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/ HTTP/1.1
[DEBUG] [15:33:55.614] http-outgoing-0 >> Authorization: Digest username="sonarqube", realm="Gerrit Code Review", nonce="XXX==$", uri="/gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/", response="db167e5465beb70b1b4d7a76fc4df646", qop=auth, nc=00000001, cnonce="XXX", algorithm=MD5
[DEBUG] [15:33:55.614] http-outgoing-0 >> "GET /gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/ HTTP/1.1[\r][\n]"
[DEBUG] [15:33:55.615] http-outgoing-0 >> "Authorization: Digest username="sonarqube", realm="Gerrit Code Review", nonce="XXX==$", uri="/gerrit2/a/changes/XXX~master~Icea820260e2d011abe27fc20ea01dba395f3d74e/revisions/989415b44c8ed5afdd367dc0962f4d1a2116fac5/files/", response="db167e5465beb70b1b4d7a76fc4df646", qop=auth, nc=00000001, cnonce="XXX", algorithm=MD5[\r][\n]"
[INFO] [15:33:55.713] Initializer GerritInitializer (done) | time=484ms
[DEBUG] [15:33:55.966] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:33:55.967] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:33:55.967] Initializer GerritInitializer
[DEBUG] [15:33:55.967] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:33:55.967] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:34:00.584] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:34:00.585] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:34:00.585] Initializer GerritInitializer
[DEBUG] [15:34:00.585] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:34:00.585] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:34:20.537] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:34:20.539] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:34:20.539] Initializer GerritInitializer
[DEBUG] [15:34:20.539] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:34:20.539] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:34:34.910] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:34:34.911] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:34:34.911] Initializer GerritInitializer
[DEBUG] [15:34:34.911] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:34:34.911] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:35:20.939] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:20.940] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:20.940] Initializer GerritInitializer
[DEBUG] [15:35:20.940] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:20.940] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:35:21.067] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:21.068] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:21.068] Initializer GerritInitializer
[DEBUG] [15:35:21.068] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:21.068] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:35:25.831] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:25.832] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:25.832] Initializer GerritInitializer
[DEBUG] [15:35:25.832] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:25.832] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:35:32.083] [GERRIT PLUGIN] Instanciating GerritInitializer
[Truncated]
[DEBUG] [15:35:39.428] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:39.430] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:39.430] Initializer GerritInitializer
[DEBUG] [15:35:39.430] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:39.430] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:35:39.471] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:39.471] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:39.472] Initializer GerritInitializer
[DEBUG] [15:35:39.472] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:39.472] Initializer GerritInitializer (done) | time=0ms
[DEBUG] [15:35:39.504] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:39.504] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:39.504] Initializer GerritInitializer
[DEBUG] [15:35:39.504] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:39.505] Initializer GerritInitializer (done) | time=1ms
[DEBUG] [15:35:39.532] [GERRIT PLUGIN] Instanciating GerritInitializer
[DEBUG] [15:35:39.533] Initializers : GerritInitializer -> FindbugsMavenInitializer
[INFO] [15:35:39.533] Initializer GerritInitializer
[DEBUG] [15:35:39.533] [GERRIT PLUGIN] File list already filled. Not calling Gerrit.
[INFO] [15:35:39.533] Initializer GerritInitializer (done) | time=0ms
Answers:
username_1: Hi @username_0,
Can you specify which version of Gerrit you are using ?
Thanks.
username_0: 2.10.2
It worked before with that version, only sonar has been updated from 5.0 to 5.1.
I also tried to use the current master version of the plugin and even compiled a version against the 5.1 plugin api, but no success.
username_1: OK.
I've tried to build against 5.1 but have some troubles.
I'll take a look asap.
username_0: This is the changed pom, I used to compile against 5.1: https://github.com/username_0/sonar-gerrit-plugin/commit/c2ff9ee70c17b4594314a46c9902a488132c222c
username_2: I had to switch from a preview analysis to a normal analysis to get it working with 5.1.
username_1: OK, got it built.
@username_2 : did you try incremental mode ?
username_3: Warning, the preview and incremental analysis don't commit the result. With the normal analysis, the result will be commited and it will be available in the dashboard.
username_0: incremental does not work either for me. I try with normal now, just to verify that it works in that mode
username_1: Let me know.
username_0: Yes, normal mode works. Just preview and incremental are broken in SOnar 5.1
Would it help you, if I send you the debug logs?
username_0: maybe related to this: https://github.com/SonarSource/sonarqube/commit/91a01dfc9e3d78cbe8b855912202540a66a74cdf?
username_0: Sonar 5.1 disabled executiong PostJobs in preview mode, that is why it is not working anymore. The feature will be reenabled in 5.2 again. I'm currently testing with the 5.2-SNAPSHOT and I can see [DEBUG] [22:07:35.492] [GERRIT PLUGIN] Instanciating GerritPostJob in the log. Unfortunatly I get an exception afterwards. Will try a bit more.
username_1: You spot it.
Maybe you can post the exception to check if this is a known one.
username_0: [INFO] [23:28:46.345] ANALYSIS SUCCESSFUL
[DEBUG] [23:28:46.349] [GERRIT PLUGIN] Instanciating GerritPostJob
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] xxx Parent ....................................... SKIPPED
[INFO] xxx Utils ........................................ SKIPPED
[INFO] xxx Model ........................................ SKIPPED
[INFO] xxx Services API ................................. SKIPPED
[INFO] xxx Services ..................................... SKIPPED
[INFO] xxx UI ........................................... SKIPPED
[INFO] xxx importer ..................................... SKIPPED
[INFO] xxx Application .................................. SKIPPED
[INFO] xxx Client ....................................... SKIPPED
[INFO] xxx Integration Tests ............................ SKIPPED
[INFO] xxx :: RPM packaging ............................. SKIPPED
[INFO] xxx :: RPM Wildfly8x packaging ................... SKIPPED
[INFO] xxx :: RPM Keycloak packaging .................... SKIPPED
[INFO] xxx :: RPM xxx application packaging ........... SKIPPED
[INFO] xxx .............................................. FAILURE [ 37.510 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.020 s
[INFO] Finished at: 2015-04-17T23:28:46+02:00
[INFO] Final Memory: 66M/496M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.5:sonar (default-cli) on project xxx: org.sonar.core.notification.DefaultNotificationManager has unsatisfied dependency 'class org.sonar.core.properties.PropertiesDao' for constructor 'public org.sonar.core.notification.DefaultNotificationManager(org.sonar.core.notification.db.NotificationQueueDao,org.sonar.core.properties.PropertiesDao)' from org.picocontainer.DefaultPicoContainer@4682882a:212<[Immutable]:org.picocontainer.DefaultPicoContainer@312819ae:19<[Immutable]:org.picocontainer.DefaultPicoContainer@2e68bd3d:44<| -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.5:sonar (default-cli) on project xxx: org.sonar.core.notification.DefaultNotificationManager has unsatisfied dependency 'class org.sonar.core.properties.PropertiesDao' for constructor 'public org.sonar.core.notification.DefaultNotificationManager(org.sonar.core.notification.db.NotificationQueueDao,org.sonar.core.properties.PropertiesDao)' from org.picocontainer.DefaultPicoContainer@4682882a:212<[Immutable]:org.picocontainer.DefaultPicoContainer@312819ae:19<[Immutable]:org.picocontainer.DefaultPicoContainer@2e68bd3d:44<|
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:347)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:154)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: org.sonar.core.notification.DefaultNotificationManager has unsatisfied dependency 'class org.sonar.core.properties.PropertiesDao' for constructor 'public org.sonar.core.notification.DefaultNotificationManager(org.sonar.core.notification.db.NotificationQueueDao,org.sonar.core.properties.PropertiesDao)' from org.picocontainer.DefaultPicoContainer@4682882a:212<[Immutable]:org.picocontainer.DefaultPicoContainer@312819ae:19<[Immutable]:org.picocontainer.DefaultPicoContainer@2e68bd3d:44<|
at org.codehaus.mojo.sonar.bootstrap.ExceptionHandling.handle(ExceptionHandling.java:41)
at org.codehaus.mojo.sonar.bootstrap.RunnerBootstraper.execute(RunnerBootstraper.java:139)
at org.codehaus.mojo.sonar.SonarMojo.execute(SonarMojo.java:138)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: org.picocontainer.injectors.AbstractInjector$UnsatisfiableDependenciesException: org.sonar.core.notification.DefaultNotificationManager has unsatisfied dependency 'class org.sonar.core.properties.PropertiesDao' for constructor 'public org.sonar.core.notification.DefaultNotificationManager(org.sonar.core.notification.db.NotificationQueueDao,org.sonar.core.properties.PropertiesDao)' from org.picocontainer.DefaultPicoContainer@4682882a:212<[Immutable]:org.picocontainer.DefaultPicoContainer@312819ae:19<[Immutable]:org.picocontainer.DefaultPicoContainer@2e68bd3d:44<|
at org.picocontainer.injectors.ConstructorInjector.getGreediestSatisfiableConstructor(ConstructorInjector.java:191)
at org.picocontainer.injectors.ConstructorInjector.getGreediestSatisfiableConstructor(ConstructorInjector.java:110)
at org.picocontainer.injectors.ConstructorInjector.access$100(ConstructorInjector.java:51)
[Truncated]
at org.sonar.runner.api.Runner.execute(Runner.java:100)
at org.codehaus.mojo.sonar.bootstrap.RunnerBootstraper.execute(RunnerBootstraper.java:135)
... 22 more
[DEBUG] [23:28:47.222] Connection manager is shutting down
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[DEBUG] [23:28:47.236] http-outgoing-0: Close connection
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[DEBUG] [23:28:47.238] http-outgoing-0: Close connection
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :xxx
[DEBUG] [23:28:47.238] Connection manager shut down
SonarQube analysis completed: FAILURE
Build step 'SonarQube' changed build result to FAILURE
Build step 'SonarQube' marked build as failure
Xvfb stopping
Finished: FAILURE
username_0: Just tried it with normal mode and 5.2-SNAPSHOT. The excetion is not thrown there and the results are pushed back to gerrit as expected.
username_1: I was able to reproduce the problem.
Not your exception but the non-push even with 5.2-M8.
It looks like the Decorator is not called either.
From your former log trace, I see no log of the JSON retrieved from Gerrit.
Something like :
`)]}
{
"/COMMIT_MSG": {
"status": "A"
}}`
Do you have it ?
username_0: Yes that is there.
```
[INFO] [12:16:06.017] [GERRIT PLUGIN] Entity 1: )]}'
{
"/COMMIT_MSG": {
"status": "A",
"lines_inserted": 10
},
"ui/src/main/webapp/function/TableFactoryFunction.js": {
"lines_inserted": 58,
"lines_deleted": 2
}
}
```
username_1: I'm checking with SQ dev if we do not have the same issue with Decorator than with PostJob.
I'll update asap.
username_0: The exception was caused by the issue assign plugin. I disabled that for previews and now its running through. The postjob is executed and sends the +1 to gerrit, unfortunatly the decorators are not executed, so no issues will ever be found. So this confrims your thoughts from your last comment, from my side.
username_0: I have done a quick and dirty fix, so that the plugin works again with sonar 5.2. I removed the decorator and put the stuff it does inside the post job:
https://github.com/username_0/sonar-gerrit-plugin/commit/225c55d1bfc60757d13a93077df58dc47a6da567
With this change I can at least check my changesets again. :)
username_1: Aww man, this is bad … but at least you can push back to Gerrit.
@username_4 : can the Decorator execution be restored in incremental and preview runs ? Or are there other ways for a plugin which need to collect Issue to get them and send them to an external tool without a Decorator ?
username_4: @username_1 Using a PostJob is the good option. As I'm using the same in the github-plugin I guess it will remain stable enough (except in 5.1).
username_0: I have rebased my changes to current master and created a pull request. Maybe we can use that as a base to get the 5.2 compatibility in.
Status: Issue closed
username_5: Postjob execution was backported to 5.1.1 :)
http://jira.sonarsource.com/browse/SONAR-6398 |
NuGet/NuGetGallery | 211830603 | Title: NuGetGallery.StatisticsController Doesn't have OPTIONS endpoint for stats/totals
Question:
username_0: We have over 14K exceptions over the last 30 days.
Operation Name: OPTIONS Statistics/Totals
Error message:
```
A public action method 'Totals' was not found on controller 'NuGetGallery.StatisticsController'.
```
Request URL: `https://www.nuget.org/stats/totals`
The fix could be either to add the OPTIONS endpoint for the totals endpoint or not surface this exception in AI, this is quite a noise.
Exception:
```
System.Web.HttpException:
at System.Web.Mvc.Controller.HandleUnknownAction (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.Mvc.Async.AsyncResultWrapper+WrappedAsyncVoid`1.CallEndDelegate (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.Mvc.Controller.EndExecuteCore (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.Mvc.Async.AsyncResultWrapper+WrappedAsyncVoid`1.CallEndDelegate (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5 (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.Mvc.Async.AsyncResultWrapper+WrappedAsyncVoid`1.CallEndDelegate (System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35)
at System.Web.HttpApplication+CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute (System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=<KEY>)
at System.Web.HttpApplication.ExecuteStep (System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=<KEY>)
```
Answers:
username_1: HTTP OPTIONS method is actually sort of obscure. It's spec'd and everything but many services out there do not implement it. We should gracefully handle this exception and return `405 Method Not Allowed`.
username_2: @cristinamanum Is this still happening? This can be easily added into APIM configuration rules. |
hyb1996-guest/AutoJsIssueReport | 286506889 | Title: [163]java.lang.ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
Question:
username_0: Description:
---
java.lang.ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
at android.widget.ListView.setupChild(ListView.java:1826)
at android.widget.ListView.makeAndAddView(ListView.java:1793)
at android.widget.ListView.fillDown(ListView.java:691)
at android.widget.ListView.fillFromTop(ListView.java:752)
at android.widget.ListView.layoutChildren(ListView.java:1616)
at android.widget.AbsListView.onLayout(AbsListView.java:2089)
at android.view.View.layout(View.java:14828)
at android.view.ViewGroup.layout(ViewGroup.java:4633)
at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
at android.view.View.layout(View.java:14828)
at android.view.ViewGroup.layout(ViewGroup.java:4633)
at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2033)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1790)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1046)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5663)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
at android.view.Choreographer.doCallbacks(Choreographer.java:574)
at android.view.Choreographer.doFrame(Choreographer.java:544)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5052)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
at dalvik.system.NativeStart.main(Native Method)
Device info:
---
<table>
<tr><td>App version</td><td>2.0.16 Beta2</td></tr>
<tr><td>App version code</td><td>163</td></tr>
<tr><td>Android build version</td><td>V9.2.3.0.KHICNEK</td></tr>
<tr><td>Android release version</td><td>4.4.4</td></tr>
<tr><td>Android SDK version</td><td>19</td></tr>
<tr><td>Android build ID</td><td>KTU84P</td></tr>
<tr><td>Device brand</td><td>Xiaomi</td></tr>
<tr><td>Device manufacturer</td><td>Xiaomi</td></tr>
<tr><td>Device name</td><td>dior</td></tr>
<tr><td>Device model</td><td>HM NOTE 1LTE</td></tr>
<tr><td>Device product name</td><td>dior</td></tr>
<tr><td>Device hardware name</td><td>qcom</td></tr>
<tr><td>ABIs</td><td>[armeabi-v7a, armeabi]</td></tr>
<tr><td>ABIs (32bit)</td><td>null</td></tr>
<tr><td>ABIs (64bit)</td><td>null</td></tr>
</table> |
phpdevbr/vagas | 502772031 | Title: [Curitiba] PHP Developer [Icon Talent]
Question:
username_0: ## Descrição da vaga
• Implementar as melhores práticas de código e design patterns, orientação a objetos , otimização de performance e escalabilidade
• Arquitetar, desenvolver e deployar usando a nossa infra-estrutura.
• Contribuir com todo o processo de desenvolvimento de software.
• Navegar bem entre back-end e front-end.
• Desenvolver código limpo, testável e de fácil manutenção.
• Implementar features novas e investigar problemas em produção.
• Contribuir nas discussões técnicas sobre os desafios encontrados e arquitetura.
• Participar do processo de code review , garantindo qualidade e consistência do código.
• Participar da formação técnica do time, compartilhando conhecimentos com a empresa e a comunidade.
## Local
Curitiba/PR
## Benefícios
- Vale refeição ou alimentação
- Vale transporte
- Bônus de performance
#### Diferenciais
- Sala de jogos
- No dress code (pode trabalhar de bermuda, camiseta, chinelo, etc, afinal o que importa é seu resultado!)
## Requisitos
**Obrigatórios:**
- Pelo menos 3 anos de experiência prévia em desenvolvimento de software / sistemas web.
- Conhecimento em PHP e seus Frameworks (Yii, Laravel, Zend)
- PostgreSQL
- JavaScript/ES6
- Vue.js 2 ou framework similar (React, Angular)
- APIs REST
- HTML5
- CSS/SCSS
- Git (via Github)
Perfil
- Analítico (capacidade de análisar estruturas complexas)
- Objetividade (apresentar ideias e soluções simples com eficássia)
- Determinação (foco na finalização de atividades iniciadas)
- Responsabilidade (entendimento de seus atos e realizações)
Procuramos por pessoas que:
- Queiram trabalhar com autonomia para encarar desafios e propor soluções.
- Sejam detalhistas e analíticas.
- Consigam trabalhar em equipe de forma colaborativa e em função de um objetivo comum.
- Sejam autodidatas e que busquem aprendizado constante.
- Queiram construir um ambiente de trabalho de respeito e apoio mútuo.
**Desejáveis:**
- Experiência com Amazon Web Services
**Diferenciais:**
- experiência em projetos implementados com Yii2
## Contratação
- Regime de contratação CLT ou PJ (40 horas semanais).
[Truncated]
A Icon Talent atua com recrutamento e seleção de profissionais de TI. Nosso cliente fornece ERP para lojas de revenda de automóveis.
## Como se candidatar
Por favor envie um e-mail para <EMAIL> com seu CV anexado - enviar no assunto: Vaga PHP
## Labels
<!-- Escolha abaixo, apague as que não fizerem sentido: -->
### Alocação:
- Presencial
### Contratação:
- CLT
- PJ
### Experiência
- Pleno
- Sênior
Answers:
username_0: vaga fechada!
Status: Issue closed
|
backstage/backstage | 1009811891 | Title: [TechDocs] Custom TechDocsPageHeader
Question:
username_0: All TechDocs pages are rendered with a header. This header includes some metadata such as siteName, siteDescription and a [set of labels](https://github.com/backstage/backstage/blob/master/plugins/techdocs/src/reader/components/TechDocsPageHeader.tsx#L55). There is a need identified to be able to customize what labels are used in the Header and therefore it would be valuable to have a way to use a custom header to support these needs.
<img width="1440" alt="Screen Shot 2021-09-28 at 4 00 04 PM" src="https://user-images.githubusercontent.com/25153114/135101880-c073e098-ba27-40a3-bb60-2e319b25de41.png">
## Feature Suggestion
Be able to compose the TechDocsReaderPage in the [App](https://github.com/backstage/backstage/blob/master/packages/app/src/App.tsx#L170-L173) by using a custom header component instead of [TechDocsPageHeader](https://github.com/backstage/backstage/blob/master/plugins/techdocs/src/reader/components/TechDocsPage.tsx#L51) in the TechDocsPage component.
Something like
```
<Route path="/docs" element={<TechDocsReaderPage />}>
<TechDocsReaderPage>
<TechDocsCustomPageHeader />
</TechDocsReaderPage>
</Route>
```<issue_closed>
Status: Issue closed |
rancher/rke | 295955633 | Title: Issues with k8s service DNS resolution after upgrade of k8s service images for RKE cluster
Question:
username_0: **RKE version:**
v0.1.1
**Docker version: (`docker version`,`docker info` preferred)**
docker 1.12.6
**Operating system and kernel: (`cat /etc/os-release`, `uname -r` preferred)**
ubuntu-16.04
**Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)**
AWS
**cluster.yml file:**
three node cluster,each node with a single role. so one node -controlplane, node - worker, node -etcd
**Steps to Reproduce:**
Create a cluster and then update the rancher service k8s service image
**Results:**
The kubedns and test pods can get the same ip:
```
kubectl get pods --all-namespaces -o wide | grep 10.233.66.4
kube-system kube-dns-6f7666d48c-6bwxn 3/3 Running 0 10h 10.233.66.4 192.168.127.12
nsone-afterupgrade pod-test-util-xb2f6 1/1 Running 0 10h 10.233.66.4 192.168.127.12
```
```
AssertionError: Service ClusterIP does not reach pods k8test1.nsone-afterupgrade.svc.cluster.local:
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
curl: (7) Failed to connect to k8test1.nsone-afterupgrade.svc.cluster.local port 80: Connection refused
command terminated with exit code 7
```
https://github.com/kubernetes/kubernetes/issues/43910#issuecomment-290777514
Answers:
username_1: Confirmed fix with latest master:
- created 3 node cluster, 1 role each, with `rancher/k8s:v1.8.5-rancher3`
- updated the cluster to `rancher/k8s:v1.8.7-rancher1-1`
- checked pod IPs
- repeated several times.
Status: Issue closed
|
Web-Developers-G7/search-home | 551967203 | Title: Top rated section
Question:
username_0: Top Rated Section will contain :
* the title of the section.
* the slider for every property, it will contain :
- an image as a background
-the box for details for the specific property<issue_closed>
Status: Issue closed |
gpuweb/gpuweb | 484344507 | Title: Uniform buffer block size issue on Metal
Question:
username_0: For constant buffer declaration below, as the largest alignment of the attribute of `uBuffer` is 16 bytes, the size of the constant buffer bound to `[[buffer(0)]]` must be at least 48 bytes.
```
struct Block {
float2 a;
float3 b;
float4 c;
};
fragment FragOut main(constant Block& uBuffer [[buffer(0)]]) {
...
}
```
There is a similar issue on gfx-rs: https://github.com/gfx-rs/wgpu/issues/185
In conclusion, in WebGPU we should validate the size of the uniform buffer bound in bind group must be no less than the size of the uniform block declared in shader, and the computation of the uniform block size must be compatible with the algorithm in Metal.
Answers:
username_1: Another solution that was brought up in Dawn was that we could internally align the size of buffers to the maximum alignment of Metal structure and ideally with all the out of bounds checks the applications wouldn't be able to tell.
username_2: @dneto0 could we get some clarification on this vs #1558 ?
Consensus here: this uniform structure needs to have 32 bytes
Consensus in #1558: this uniform structure can be 20 bytes
Status: Issue closed
username_1: So the minimum buffer size should be 32. |
hfloyd/Umbraco.Backoffice.UI.StyleGuide | 731799033 | Title: How can this workspace best support larger conversations about back-office design strategy?
Question:
username_0: For those interested in large issues around the future of the Umbraco back-office, what issues are most important, in your mind? What tools would be most useful? What sort of process might help move things along? |
nailgilaziev/GasControl | 380854779 | Title: Добавить датчик активации подачи газа
Question:
username_0: Автоматика на котле работает в режиме вкл/выкл в зависимости от температуры воды на подаче. Некое подобие шим
На практике выяснилось, что при удаленной регулировке рычага(особенно в зоне минимальных значений) хочется понимать как работает автоматика. Включает она газ на полную или это фитиль так подогревает.
Например цель установлена в 5 градусов. Но подача держится на уровне 18-19 градусов и не отпускается.
Нужно следить за режимами работы автоматики. |
OGGM/oggm | 623879398 | Title: Rework and rethink `filter_inversion_output` and `init_present_time_glacier`
Question:
username_0: Both tasks are trying to smooth the last grid points of the last flowline, and both are not preserving volume or area. I think it's going to be hard to preserve this, but at least the two should be consistent (i.e. `filter_inversion_output` should do what `init_present_time_glacier` will do later so that both lead to the same glacier). |
YiiGuxing/TranslationPlugin | 878294690 | Title: 昨天更新完 idea最新版后 idea好多菜单打不开了比如设置界面,还有这
Question:
username_0: idea好多菜单打不开了比如设置界面,还有这项目文件目录都不见了,我点击idea设置菜单 左下角就提示报错
显示的咱们翻译插件有报错,我把翻译插件 卸载 idea就正常了
idea 昨天更新的最新版
插件也是最新版

Cannot get children com.intellij.openapi.options.ex.SortedConfigurableGroup@e3e2972
java.lang.NoSuchMethodError: 'java.util.Locale com.intellij.DynamicBundle.getLocale()'
at cn.yiiguxing.plugin.translate.TranslationBundle$adaptedBundle$2.invoke(TranslationBundle.kt:15)
at cn.yiiguxing.plugin.translate.TranslationBundle$adaptedBundle$2.invoke(TranslationBundle.kt:10)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at cn.yiiguxing.plugin.translate.TranslationBundle.getAdaptedBundle(TranslationBundle.kt)
at cn.yiiguxing.plugin.translate.TranslationBundle.getAdaptedMessage(TranslationBundle.kt:41)
at cn.yiiguxing.plugin.translate.TranslationBundleKt.adaptedMessage(TranslationBundle.kt:51)
at cn.yiiguxing.plugin.translate.ui.settings.OptionsConfigurable.getDisplayName(OptionsConfigurable.kt:25)
at com.intellij.openapi.options.ex.ConfigurableWrapper.getDisplayName(ConfigurableWrapper.java:139)
at com.intellij.openapi.options.ex.Weighted.lambda$static$0(Weighted.java:24)
at java.base/java.util.TimSort.binarySort(TimSort.java:296)
at java.base/java.util.TimSort.sort(TimSort.java:221)
at java.base/java.util.Arrays.sort(Arrays.java:1515)
at java.base/java.util.ArrayList.sort(ArrayList.java:1750)
at com.intellij.openapi.options.ex.SortedConfigurableGroup.buildConfigurables(SortedConfigurableGroup.java:41)
at com.intellij.openapi.options.SearchableConfigurable$Parent$Abstract.getConfigurables(SearchableConfigurable.java:94)
at com.intellij.openapi.options.ex.EpBasedConfigurableGroupKt.collect(EpBasedConfigurableGroup.kt:149)
at com.intellij.openapi.options.ex.EpBasedConfigurableGroupKt.access$collect(EpBasedConfigurableGroup.kt:1)
at com.intellij.openapi.options.ex.EpBasedConfigurableGroup$createListener$1.run(EpBasedConfigurableGroup.kt:97)
at com.intellij.openapi.extensions.impl.ExtensionPointImpl$4.extensionListChanged(ExtensionPointImpl.java:871)
at com.intellij.openapi.extensions.impl.ExtensionPointImpl.notifyListeners(ExtensionPointImpl.java:783)
at com.intellij.openapi.extensions.impl.ExtensionPointImpl.lambda$registerExtensions$17(ExtensionPointImpl.java:1016)
at com.intellij.ide.plugins.DynamicPlugins$loadPlugin$2.run(DynamicPlugins.kt:851)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:959)
at com.intellij.ide.plugins.DynamicPlugins.loadPlugin(DynamicPlugins.kt:838)
at com.intellij.ide.plugins.DynamicPlugins.access$loadPlugin(DynamicPlugins.kt:103)
at com.intellij.ide.plugins.DynamicPlugins$loadPlugins$1.invoke(DynamicPlugins.kt:125)
at com.intellij.ide.plugins.DynamicPlugins$loadPlugins$1.invoke(DynamicPlugins.kt:103)
at com.intellij.ide.plugins.DynamicPlugins.updateDescriptorsWithoutRestart(DynamicPlugins.kt:173)
at com.intellij.ide.plugins.DynamicPlugins.loadPlugins(DynamicPlugins.kt:124)
at com.intellij.ide.plugins.ProjectPluginTrackerManager$updatePluginsState$4.invoke(ProjectPluginTrackerManager.kt:155)
at com.intellij.ide.plugins.ProjectPluginTrackerManager.updatePluginsState(ProjectPluginTrackerManager.kt:173)
at com.intellij.ide.plugins.newui.MyPluginModel.applyEnableDisablePlugins(MyPluginModel.java:251)
at com.intellij.ide.plugins.newui.MyPluginModel.apply(MyPluginModel.java:196)
at com.intellij.ide.plugins.PluginManagerConfigurable.apply(PluginManagerConfigurable.java:1644)
at com.intellij.openapi.options.ex.ConfigurableWrapper.apply(ConfigurableWrapper.java:179)
at com.intellij.openapi.options.newEditor.ConfigurableEditor.apply(ConfigurableEditor.java:315)
at com.intellij.openapi.options.newEditor.SettingsEditor$5.apply(SettingsEditor.java:181)
at com.intellij.openapi.options.newEditor.SettingsEditor.apply(SettingsEditor.java:370)
at com.intellij.openapi.options.newEditor.SettingsDialog.applyAndClose(SettingsDialog.java:194)
at com.intellij.openapi.options.newEditor.SettingsDialog.doOKAction(SettingsDialog.java:190)
at com.intellij.openapi.ui.DialogWrapper$OkAction.doAction(DialogWrapper.java:1887)
at com.intellij.openapi.ui.DialogWrapper$DialogWrapperAction.actionPerformed(DialogWrapper.java:1840)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6652)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
at java.desktop/java.awt.Component.processEvent(Component.java:6417)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027)
[Truncated]
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:969)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:839)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:449)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:808)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:781)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Answers:
username_1: +1
我也是呀我也是呀
username_2: 重复:#747
已修复,请更新插件。
Status: Issue closed
|
JuliaMath/Polynomials.jl | 1142913805 | Title: Incorrect dot product fallback
Question:
username_0: The fallback is producing results that are not mathematically correct:
```julia
julia> using Polynomials
julia> using LinearAlgebra
julia> p = Polynomial([0,1])
julia> p ⋅ p
1
```
Answers:
username_1: At one time, we had `p ⋅ p` mean multiplication, now it falls back to `LinearAlgebra.dot` for arbitrary iterables. It should be that for vector `v` `P(v) ⋅ P(v) == v ⋅ v`.
username_0: So you are not implementing the dot product as the integral `\int_{-\infty}^{\infty} f(t) * conj(g(t)) dt`?
username_1: No, right now we don't have it implemented for the `AbstractPolynomial` type, so it fallsback to the generic for iterables. In `SpecialPolynomials`, for orthogonal polynomials, we have something defined like that internally which should be exposed through `dot`. I'll definitely add that in. |
babel/website | 888736729 | Title: "NOTE: This plugin is included in @babel/preset-env" is misleading, should state that it's under the shippedProposals flag
Question:
username_0: ### Problem
The "call-to-action" at the beginning of plugins like [babel-plugin-proposal-class-properties](https://babeljs.io/docs/en/babel-plugin-proposal-class-properties) is really misleading, it says that the plugin is already _included_ in the preset, however, it doesn't say that it's under an option flag, which happens to be presented only at the very end of the documentation.
### Solution
Change to "NOTE: This plugin is included in @babel/preset-env under the [shippedProposals](https://babeljs.io/docs/en/babel-preset-env#shippedproposals) flag".
I'm happy to send a PR if you agree that it makes sense.
Status: Issue closed
Answers:
username_0: I reported this originally because I'm facing an issue with this upgrade in a production system that relates to `webpack.optimization.concatenateModules`.
I have this code:
```js
class ABC {
static statuses = [];
}
```
If `concatenateModules` is set to `true` and I use `@babel/[email protected]`, `ABC.statuses` is `undefined`, it's getting transpiled to `ABC.ABC_statuses` instead.
However, if I include `@babel/plugin-proposal-class-properties` manually to the plugins section in the Babel config, it's transpiled properly again.
@username_1 @username_2 could you think of anything that was changed between when it was a standalone plugin (<7.14.0) and now that it moved to preset-env (>=7.14.0) that could cause this? I know it's vague, I'm trying to come up with a minimal reproduction because it's private code.
username_2: Oh this is a really strange bug, since when we don't rename class properties but, even if we did, all the identifiers that Babel generates start with `_` (so it would have been `_statuses` or `_ABC_statuses`).
username_0: Thanks for the input.
I managed to reproduce it: https://github.com/webpack/webpack/issues/13371, it's indeed a webpack problem and not Babel's.
It was working before with the plugin added manually because the plugin also transpiles `static` properties even if Node runtime already supports it, whereas preset-env is smarter and doesn't. So Babel was transpiling it before webpack had a chance to concatenate the modules, thus the problem didn't appear.
username_3: @username_1 I believe the #2528 PR doesn't fully address what @username_0 brought up in the OP. I just landed on this issue because I was about to make a PR+issue about the same problem:
This is the midleading bit:

It implies that because it's _included_ it's safe to remove it from babel-rc if using preset-env, and that's not the case. I jsut ran into "Syntax Error: Missing class properties transform".
Edmundo's suggestion makes the most sense to change to "NOTE: This plugin is included in @babel/preset-env under the shippedProposals flag".
Thank you!
username_1: @username_3
`@babel/plugin-proposal-class-properties` is enabled behind `shippedProposals` flag in `@babel/preset-env` version [7.12.0, 7.14.0)
`@babel/plugin-proposal-class-properties` is always enabled in `@babel/preset-env` version [7.14.0, +Infinity)
If you come across a missing plugin error, can you post the output of
```
npm ls @babel/preset-env
```
username_3: | ^
58 | onCloseModal: () => {},
59 | };
60 |
at File.buildCodeFrameError (~/my-app/node_modules/@babel/core/lib/transformation/file/file.js:244:12)
at NodePath.buildCodeFrameError (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/path/index.js:133:21)
at pushBody (~/my-app/node_modules/@babel/plugin-transform-classes/lib/transformClass.js:135:20)
at buildBody (~/my-app/node_modules/@babel/plugin-transform-classes/lib/transformClass.js:109:5)
at classTransformer (~/my-app/node_modules/@babel/plugin-transform-classes/lib/transformClass.js:545:5)
at transformClass (~/my-app/node_modules/@babel/plugin-transform-classes/lib/transformClass.js:581:10)
at PluginPass.ClassExpression (~/my-app/node_modules/@babel/plugin-transform-classes/lib/index.js:67:54)
at newFn (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/visitors.js:171:21)
at NodePath._call (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/path/context.js:53:20)
at NodePath.call (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/path/context.js:40:17)
at NodePath.visit (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/path/context.js:90:31)
at TraversalContext.visitQueue (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/context.js:99:16)
at TraversalContext.visitSingle (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/context.js:73:19)
at TraversalContext.visit (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/context.js:127:19)
at Function.traverse.node (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/index.js:76:17)
at NodePath.visit (~/my-app/node_modules/@babel/core/node_modules/@babel/traverse/lib/path/context.js:97:18)
at ~/my-app/node_modules/@storybook/builder-webpack4/node_modules/webpack/lib/NormalModule.js:316:20
at ~/my-app/node_modules/loader-runner/lib/LoaderRunner.js:367:11
at ~/my-app/node_modules/loader-runner/lib/LoaderRunner.js:233:18
at context.callback (~/my-app/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
at ~/my-app/node_modules/babel-loader/lib/index.js:59:103
```
---
Meanwhile if I uncomment the babel.config.js lines to have
```js
module.exports = {
presets: [
['@babel/preset-env', { modules: 'commonjs', targets: { ie: '11' } } ],
],
plugins: [
// Note to project team: Leave these manually specified! It's to avoid either of:
// "Error: 'loose' mode configuration must be the same for x, y, z (when they are enabled)."
// "ModuleBuildError: Module build failed [...] Missing class properties transform."
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-private-methods',
'@babel/plugin-proposal-private-property-in-object',
'@babel/plugin-transform-runtime',
'@babel/plugin-transform-react-jsx',
['@babel/plugin-transform-typescript', { isTSX: true } ],
],
};
```
It passes with no errors!
---
Also if I try `shippedProposals: true` then _in addition_ to the above errors I also get a hundred of these errors:
```
Though the "loose" option was set to "false" in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the "loose" mode option was set to "true" for @babel/plugin-proposal-private-methods.
The "loose" option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
to the "plugins" section of your Babel config.
```
Which doesn't feel actionable since I want `loose: false` and that's supposed to be the default...
Anyway! No worries it works for me to just have them explicitly listed 😄🎉
```
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-private-methods',
'@babel/plugin-proposal-private-property-in-object',
```
username_1: I can tell from the error trace that in your node_modules there are multiple copies of `@babel/traverse`. Chances are, you may find multiple copies of `@babel/preset-env`, too.
[yarn-deduplicate](https://github.com/atlassian/yarn-deduplicate) always help in this situation.
username_3: Amazing! I only ever use npm and now I'm even more disappointed that my work uses yarn... Thanks for the tip.
```
❯ yarn-deduplicate yarn.lock --list
Package "@babel/code-frame" wants ^7.0.0 and could get 7.14.5, but got 7.12.13
Package "@babel/code-frame" wants ^7.10.4 and could get 7.14.5, but got 7.12.13
Package "@babel/code-frame" wants ^7.12.13 and could get 7.14.5, but got 7.12.13
Package "@babel/code-frame" wants ^7.5.5 and could get 7.14.5, but got 7.12.13
Package "@babel/compat-data" wants ^7.13.11 and could get 7.14.7, but got 7.14.0
Package "@babel/compat-data" wants ^7.13.15 and could get 7.14.7, but got 7.14.0
Package "@babel/core" wants ^7.0.0 and could get 7.14.6, but got 7.14.2
Package "@babel/core" wants ^7.1.0 and could get 7.14.6, but got 7.14.2
Package "@babel/core" wants ^7.7.5 and could get 7.14.6, but got 7.14.2
Package "@babel/generator" wants ^7.12.5 and could get 7.14.5, but got 7.14.2
Package "@babel/generator" wants ^7.14.2 and could get 7.14.5, but got 7.14.2
Package "@babel/helper-annotate-as-pure" wants ^7.0.0 and could get 7.14.5, but got 7.12.13
Package "@babel/helper-annotate-as-pure" wants ^7.12.13 and could get 7.14.5, but got 7.12.13
Package "@babel/helper-compilation-targets" wants ^7.13.0 and could get 7.14.5, but got 7.13.16
Package "@babel/helper-compilation-targets" wants ^7.13.16 and could get 7.14.5, but got 7.13.16
Package "@babel/helper-create-class-features-plugin" wants ^7.13.0 and could get 7.14.6, but got 7.14.2
Package "@babel/helper-create-regexp-features-plugin" wants ^7.12.13 and could get 7.14.5, but got 7.12.17
Package "@babel/helper-function-name" wants ^7.14.2 and could get 7.14.5, but got 7.14.2
Package "@babel/helper-get-function-arity" wants ^7.12.13 and could get 7.14.5, but got 7.12.13
Package "@babel/helper-member-expression-to-functions" wants ^7.13.12 and could get 7.14.7, but got 7.13.12
Package "@babel/helper-module-imports" wants ^7.0.0 and could get 7.14.5, but got 7.13.12
Package "@babel/helper-module-imports" wants ^7.12.13 and could get 7.14.5, but got 7.13.12
Package "@babel/helper-module-imports" wants ^7.13.12 and could get 7.14.5, but got 7.13.12
Package "@babel/helper-module-transforms" wants ^7.12.1 and could get 7.14.5, but got 7.14.2
Package "@babel/helper-module-transforms" wants ^7.14.2 and could get 7.14.5, but got 7.14.2
Package "@babel/helper-optimise-call-expression" wants ^7.12.13 and could get 7.14.5, but got 7.12.13
Package "@babel/helper-plugin-utils" wants ^7.0.0 and could get 7.14.5, but got 7.10.4
Package "@babel/helper-plugin-utils" wants ^7.10.4 and could get 7.14.5, but got 7.10.4
Package "@babel/helper-plugin-utils" wants ^7.8.0 and could get 7.14.5, but got 7.10.4
Package "@babel/helper-plugin-utils" wants ^7.8.3 and could get 7.14.5, but got 7.10.4
Package "@babel/helper-plugin-utils" wants ^7.12.13 and could get 7.14.5, but got 7.13.0
Package "@babel/helper-plugin-utils" wants ^7.13.0 and could get 7.14.5, but got 7.13.0
Package "@babel/helper-replace-supers" wants ^7.13.12 and could get 7.14.5, but got 7.13.12
Package "@babel/helper-simple-access" wants ^7.13.12 and could get 7.14.5, but got 7.13.12
Package "@babel/helper-skip-transparent-expression-wrappers" wants ^7.12.1 and could get 7.14.5, but got 7.12.1
Package "@babel/helper-split-export-declaration" wants ^7.12.13 and could get 7.14.5, but got 7.12.13
Package "@babel/helper-validator-identifier" wants ^7.14.0 and could get 7.14.5, but got 7.14.0
Package "@babel/helper-validator-option" wants ^7.12.17 and could get 7.14.5, but got 7.12.17
Package "@babel/helpers" wants ^7.12.5 and could get 7.14.6, but got 7.14.0
Package "@babel/helpers" wants ^7.14.0 and could get 7.14.6, but got 7.14.0
Package "@babel/highlight" wants ^7.10.4 and could get 7.14.5, but got 7.14.0
Package "@babel/highlight" wants ^7.12.13 and could get 7.14.5, but got 7.14.0
Package "@babel/parser" wants ^7.1.0 and could get 7.14.7, but got 7.14.2
Package "@babel/parser" wants ^7.12.13 and could get 7.14.7, but got 7.14.2
Package "@babel/parser" wants ^7.12.7 and could get 7.14.7, but got 7.14.2
Package "@babel/parser" wants ^7.14.2 and could get 7.14.7, but got 7.14.2
Package "@babel/plugin-proposal-class-properties" wants ^7.12.1 and could get 7.14.5, but got 7.13.0
Package "@babel/plugin-proposal-nullish-coalescing-operator" wants ^7.12.1 and could get 7.14.5, but got 7.14.2
Package "@babel/plugin-proposal-object-rest-spread" wants ^7.12.1 and could get 7.14.7, but got 7.12.1
Package "@babel/plugin-proposal-private-methods" wants ^7.12.1 and could get 7.14.5, but got 7.13.0
Package "@babel/plugin-proposal-unicode-property-regex" wants ^7.4.4 and could get 7.14.5, but got 7.12.13
Package "@babel/plugin-transform-arrow-functions" wants ^7.12.1 and could get 7.14.5, but got 7.13.0
Package "@babel/plugin-transform-classes" wants ^7.12.1 and could get 7.14.5, but got 7.14.2
Package "@babel/plugin-transform-destructuring" wants ^7.12.1 and could get 7.14.7, but got 7.13.17
Package "@babel/plugin-transform-dotall-regex" wants ^7.4.4 and could get 7.14.5, but got 7.12.13
Package "@babel/plugin-transform-for-of" wants ^7.12.1 and could get 7.14.5, but got 7.13.0
[Truncated]
Package "@babel/types" wants ^7.14.0 and could get 7.14.5, but got 7.14.2
Package "@babel/types" wants ^7.14.2 and could get 7.14.5, but got 7.14.2
Package "@babel/types" wants ^7.3.0 and could get 7.14.5, but got 7.14.2
Package "@babel/types" wants ^7.3.3 and could get 7.14.5, but got 7.14.2
Package "@babel/types" wants ^7.4.4 and could get 7.14.5, but got 7.14.2
...
313 more lines...
```
Running again:
```
❯ yarn list --pattern @babel/preset-env
yarn list v1.22.10
└─ @babel/[email protected]
✨ Done in 1.44s.
```
It works now. I can successfully build with only `@babel/preset-env` and have removed the other plugin from package.json and babel.config.js.
Really appreciate the help! Hopefully this info helps other people who search for the issue. Take care |
dexidp/dex | 642513702 | Title: " Bad Request : Login session expired." when login to Kubernetes Dashboard
Question:
username_0: I have 2 service which use dex as authentiction (dex+LDAP) : k8s dashboard and gangway to generate kubeconfig. It is works well with gangway. But when I try integrate it with k8s I get that error message. When I check my dex logs:
```
time="2020-06-21T07:07:39Z" level=info msg="username \"<EMAIL>\" mapped to entry cn=john,ou=People,dc=rahmatawe,dc=com"
time="2020-06-21T07:07:39Z" level=info msg="login successful: connector \"ldap\", username=\"john\", email=\"<EMAIL>\", groups=[]"
time="2020-06-21T07:07:43Z" level=error msg="Failed to get auth request: not found"
```
What that error logs mean? |
NERDngo/nerdsummit2020 | 537123491 | Title: Some Basic Object styling
Question:
username_0: NOTE: the sizes/colors/etc are fixed values from invision and do not necessarily represent the intention of the design.
## `h2` or section headers
- - 8 columns wide
- - #2128BD (blue)
- - font-size: 48px;
- - font-weight: 900;
- - line-height: 51px;
- - text-align center
##Subtitle (only appears once that I can see)
- - 12 columns
color: #212121;
font-family: Montserrat;
font-size: 24px;
font-weight: 500;
line-height: 30px;
text-align: center;
## Buttons
- two styles:
filled:
.button-text {
height: 24px;
width: 179.84px;
color: #FAF8F2;
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 24px;
text-align: center;
background-color: #2128BD;
}
hollow:
.button-text {
height: 24px;
width: 176.11px;
color: #2128BD;
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.5px;
line-height: 24px;
text-align: center;
border: 3px solid #2128BD;
}
## `h3` or subsection heading
.new-england-regional {
height: 36px;
width: 1120px;
color: #000000;
font-family: Montserrat;
font-size: 30px;
font-weight: 600;
line-height: 36px;
text-align: center;
}
## paragraph
[Truncated]
width: 8 columns
color: #000000;
font-family: Montserrat;
font-size: 18px;
line-height: 24px;
text-align: center;
}
## links (these are the heavy blue links as displayed in the About section
.learn-more-about-ner {
height: 24px;
width: 8 columns
color: #2128BD;
font-family: Montserrat;
font-size: 16px;
font-weight: 900;
letter-spacing: 0.5px;
line-height: 24px;
text-align: center;
}
Answers:
username_0: I've started this work here: https://github.com/NERDngo/nerdsummit2020/pull/new/object-styling |
ajvorobiev/StringForge | 56974033 | Title: Allow Fill Missing in selection.
Question:
username_0: When an entity is selected you can chose through the context menu to fill its missing values.
Answers:
username_0: Right clicking on an entity in the tree and selecting `Fill Missing in Selection` will fill missing values using the English or Original language.
Status: Issue closed
|
bugsnag/bugsnag-angular | 335076847 | Title: Work-around for Bugsnag with Angular SSR?
Question:
username_0: /node_modules/bugsnag-angular/dist/index.js:11
import { ErrorHandler, Injectable } from "@angular/core";
^
SyntaxError: Unexpected token {
at new Script (vm.js:74:7)
at createScript (vm.js:246:10)
at Object.runInThisContext (vm.js:298:10)
at Module._compile (internal/modules/cjs/loader.js:646:28)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
at Module.load (internal/modules/cjs/loader.js:589:32)
at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
at Function.Module._load (internal/modules/cjs/loader.js:520:3)
at Module.require (internal/modules/cjs/loader.js:626:17)
at require (internal/modules/cjs/helpers.js:20:18)
```
It appears the distributed Bugsnag code relies on the import being compiled out by the angular compiler or something? Whatever the case, `ts-node` immediately crashes because TypeScript doesn't compile imports in `node_modules` directories.
### Steps to reproduce
1. Follow Bugsnag Angular integration steps
2. Run a standard SSR app (e.g. [this one](https://github.com/angular/universal-starter))
3. Server application crashes
### Version
*@angular/core 6.x, @angular/express-engine 6.x
### Additional information
I considered conditionally importing bugsnag based on the `isPlatformBrowser` helper using `import()`, but Angular dependency injection doesn't support factories that return promises.
Answers:
username_1: Hey @username_0. Thanks for reporting this issue – this is probably pretty frustrating for you!
I cloned the [basic SSR app you linked to](https://github.com/angular/universal-starter) and managed to get the app to compile and run successfully with the following changes to app.module.ts:
```js
import BugsnagErrorHandler from 'bugsnag-angular'
import bugsnag from 'bugsnag-js'
import {BrowserModule} from '@angular/platform-browser';
import {ErrorHandler, NgModule, PLATFORM_ID} from '@angular/core';
import {RouterModule} from '@angular/router';
import {isPlatformBrowser} from '@angular/common';
// configure Bugsnag ASAP, before any other imports
const bugsnagClient = isPlatformBrowser(PLATFORM_ID) ? bugsnag('API_KEY') : null
import { AppComponent } from './app.component';
import { HomeComponent } from './home/home.component';
import {TransferHttpCacheModule} from '@nguniversal/common';
export function errorHandlerFactory() {
return new BugsnagErrorHandler(bugsnagClient)
}
@NgModule({
declarations: [
AppComponent,
HomeComponent,
],
imports: [
BrowserModule.withServerTransition({appId: 'my-app'}),
RouterModule.forRoot([
{ path: '', component: HomeComponent, pathMatch: 'full'},
{ path: 'lazy', loadChildren: './lazy/lazy.module#LazyModule'},
{ path: 'lazy/nested', loadChildren: './lazy/lazy.module#LazyModule'}
]),
TransferHttpCacheModule,
],
providers: isPlatformBrowser(PLATFORM_ID)
? [ { provide: ErrorHandler, useFactory: errorHandlerFactory } ]
: [],
bootstrap: [AppComponent]
})
export class AppModule { }
```
The only downside of this is that bugsnag-js logs a warning when it gets imported on the server, but as long as you don't do anything with it, it's fine.
As far as compiling out the import syntax, it looks like this example app handles it fine and so I think that's something your app should do too. `ts-node` by default might leave out everything it finds in `node_modules`, but I'm not sure.
Let me know if this gets you any further! Rest assured that we are working on a universal js notifier at the moment to support SSR and make the user experience across the different js platforms much more consistent.
username_0: Thanks for the detailed look @username_1 - that use of `isPlatformBrowser` looks similar to what I've got now. I'm guessing since the sample SSR app relies on Webpack for the server code's compilation the imports are resolved just fine. I'd like to keep using `ts-node` instead of webpack in the short term, just for ease of development / source maps, but I ended up just copying the `bugsnag-angular` code into my repo to get it working without issue.
Status: Issue closed
|
DefinitelyTyped/DefinitelyTyped | 47248297 | Title: Ui router has breakable change in UrlMatcher
Question:
username_0: Hi! In new version of ui-router 0.2.11 is breakable change with params. Chenge log is here
https://github.com/angular-ui/ui-router/blob/master/CHANGELOG.md
Problem is, that the signature of params in ng.ui.IState has changed from []any to {}.
Please fix this issue to next version. Just change in ng.ui.IState from
interface IState {
name?: string;
template?: any;
templateUrl?: any;
templateProvider?: any;
controller?: any;
controllerAs?: string;
controllerProvider?: any;
resolve?: {};
url?: string;
params?: any[];
views?: {};
abstract?: boolean;
onEnter?: any;
onExit?: any;
data?: any;
reloadOnSearch?: boolean;
}
to
interface IState {
name?: string;
template?: any;
templateUrl?: any;
templateProvider?: any;
controller?: any;
controllerAs?: string;
controllerProvider?: any;
resolve?: {};
url?: string;
params?: {};
views?: {};
abstract?: boolean;
onEnter?: any;
onExit?: any;
data?: any;
reloadOnSearch?: boolean;
}
Thanks :)
Status: Issue closed
Answers:
username_1: Hi thread, we're moving DefinitelyTyped to use [GitHub Discussions](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/53377) for conversations the `@types` modules in DefinitelyTyped.
To help with the transition, we're closing all issues which haven't had activity in the last 6 months, which includes this issue. If you think closing this issue is a mistake, please pop into the [TypeScript Community Discord](https://discord.gg/typescript) and mention the issue in the `definitely-typed` channel. |
Azure/azure-sdk-for-js | 870682430 | Title: Azure Search Documents Sample Issues
Question:
username_0: 1.
Section [link](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/search/search-documents/samples/typescript/src/indexes/analyzeText.ts#L33)

Reason:

2.
Section [link](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/search/search-documents/samples/javascript/src/indexes/analyzeText.js#L29)

Reason:

@jongio for notification.
Answers:
username_1: Will work on this for the August release
username_1: @username_0 I have looked into the 2 reported issues.
1. For the issue 1, I am not sure what the problem is? Could you please elaborate? I have executed the sample and find no issues with it.
2. For the issue 2, the program is just a sample that the user is supposed to use. I will change it to generic value today.
username_0: @username_1 Well, for the issue 1, I don't know how to elaborate it. I just run the code and it throw the error. I have seen the SDK code about this but I don't find something wrong. I run it in different computer and node version today with the latest SDK code. It is still throw the error. I can tell you my configuration for the sample. I hope it can help you.
1. I run it under `azure-sdk-for-js/blob/main/sdk/search/search-documents/samples/typescript/` folder, so I use the `package.json` and `tsconfig.json` in the folder.
2. Some additional configuration:
node version: v14.17.3
typescript version: v3.9.5
`@azure/search-documents` package version: v11.3.0-beta.1
username_0: @username_1 Do you have some progress on this issue?
username_1: @username_0 I am still working on getting all the samples fixed as part of another issue. This should be fixed before the August release (08/10)
username_0: @username_1 Ok, I get it. Thank you.
username_1: The samples have been reorganized with PR https://github.com/Azure/azure-sdk-for-js/pull/16804. The analyzeText sample has been removed as it needs pre reqs. Also, confirmed with CI that all the current samples are successful. Feel free to reopen the issue if you still have any issues with the samples
Status: Issue closed
username_0: @username_1 Ok, thank you. |
picqer/exact-php-client | 840735332 | Title: Unable to download invoice pdf when not logged into exactonline(in another tab in same browser)
Question:
username_0: Invoice pdf is already created on exactonline but when I pull invoice pdf document url & open it in browser to download it returns "De gegevens die u wilt ophalen kunnen niet gevonden worden of u hebt geen rechten om deze actie uit te voeren" on ExactOnline (in English the error it throws ="The data you want to retrieve cannot be found or you do not have rights to perform this action")
Secondly, If I pull invoice data it returns "Document" field=null/blank(I read somewhere that it must be manually linked with invoice) So How to manually link already created invoice pdf to invoice on exactonline(I dont want to recreate invoice) & if manually linked successfully, is my code correct to fetch them? And how to link it using script for bulk?
Note: Again, I think PrintedSalesInvoice will recreate invoice(and also sends to customer) which I dont want, but if it dosent create new invoice & help me download invoice pdf Can anyone share its code for reference?
Please atleast if anyone can if its atleast possible or not?
Here is my code
```
$documentAttachment = new \Picqer\Financials\Exact\DocumentAttachment($connection);
$attachments = $documentAttachment->filter("Document eq guid'".$doc->ID."'");
foreach($attachments as $docs)
{
echo $docs->FileName; // I can get this
if($docs->getDownloadUrl() && $docs->getDownloadUrl()!='')
{
echo $docs->getDownloadUrl(); // I can get url(Like https://start.exactonline.be/docs/SysAttachment.aspx?ID=<ALFANUMERIC CHARACTERS>&_Division_=<MY DIVISION ID>&Download=1 )
// Clicking this URL I can able to download invoice pdf but only & only when I am logged into ExactOnline panel in another tab of my browser
// I even tried -> echo/print_r() -> $docs->download(); which then print some characterset but didnt downloaded pdf
}
}
```
Answers:
username_1: @username_0 You need to make sure you are using the access token as bearer. Here is the code I use to download the file:
```
// Build the connection
$connection = (new Exact)->connect();
$accessToken = $connection->getAccessToken();
$url = 'https://start.exactonline.nl/docs/SysAttachment.aspx?ID='. $guid . '&_Division_=361639&Download=1';
// Get the PDF from Exact
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Authorization: Bearer ' . $accessToken));
$output = curl_exec($ch);
// Close curl resource to free up system resources
curl_close($ch);
// Offer the pdf to the customer
$filename = $invoiceId . '.pdf';
header('Content-type: application/pdf');
header('Content-Disposition: attachment; filename="' . $filename . '"');
header('Content-Transfer-Encoding: binary');
header('Accept-Ranges: bytes');
echo $output;
```
username_2: @username_1 thanks. As it has not been followed up I assume your answer was sufficient and I will close this issue.
Status: Issue closed
|
my-snippet/etc | 153268399 | Title: browser text empty after `LiveServerTestCase` changed,
Question:
username_0: ```
superlists/functional_tests/tests.py", line 26, in test_can_start_a_list_and_retrieve_it_later
self.assertIn('To-Do', self.browser.title)
AssertionError: 'To-Do' not found in ''
```
Answers:
username_0: It might be omitted processes, I solved it doing step-by-step
Status: Issue closed
|
MicrosoftDocs/azure-stack-docs | 435267443 | Title: Windows image clarification
Question:
username_0: Hello, Would it be possible to add a clarification on the need to download new version of Windows Server images? It is not clear to me if the images downloaded are automatically updated with the new OS fixes and new versions of guest OS, or if the admin must manually replace the images periodically to have the latest updates available. Thank you!
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 2945c53e-1796-2a51-7de8-55b6289f319c
* Version Independent ID: 77acdc28-60fb-f87d-5094-cda1cfb4c48f
* Content: [Azure Marketplace items available for Azure Stack](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-marketplace-azure-items)
* Content Source: [articles/azure-stack/azure-stack-marketplace-azure-items.md](https://github.com/Microsoft/azure-docs/blob/master/articles/azure-stack/azure-stack-marketplace-azure-items.md)
* Service: **azure-stack**
* GitHub Login: @username_1
* Microsoft Alias: **sethm**
Answers:
username_1: Hi @username_0 -- thanks for reaching out. We have added this section to the release notes: https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-release-notes-1904#security-updates. In addition, we added this topic to help clarify: https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-release-notes-security-updates-1904. Please let us know if that is sufficient.
username_0: Hello Seth! Thanks for the info. It's great that this note and the article were added but I was asking about the guest OSs running on the stamp, not the infra ones. I got my answer earlier this year, but it would be nice if the information would be publicly available. Please let me know if something was published on this topic (updating Windows guest VMs on Azure Stack) or will be published. Thank you!
username_1: @username_0 Hi Raluca, sorry for the slow response. We have added this to our doc backlog and will publish an update as soon as possible. Thanks again for the feedback. #please-close
Status: Issue closed
|
Ksaidex4/task1 | 637604186 | Title: Доработать алгоритм
Question:
username_0: 1. Упростить код. Убрать сокращенные логические операторы;
2. Добавить комментарии;
3. Назвать со смыслом переменные
4. Вынести код алгоритма в отдельную процедуру (для корректного решения задачи алгоритм надо будет использовать несколько раз).<issue_closed>
Status: Issue closed |
hedzr/android-file-chooser | 416381213 | Title: Screen snapshots
Question:
username_0: Put snapshots here.




<issue_closed>
Status: Issue closed |
informaticaipsfa/afiliacion | 292026006 | Title: Sincronizar datos de familiares en SAMAN
Question:
username_0: Es necesario que los datos de los familiares incluidos en el sistema SSSIFANB sean incluidos en el sistema SAMAN de forma automática, al tiempo que se incluyen los datos del militar titular
Status: Issue closed
Answers:
username_1: Esta es una tarea del tunel :+1:
Resuelta en Saman y Saman WEB
Modulo del tunel/mdl/sssifanb/militar.go Lineas : ( 429 - 440)
func ActualizarPostgresSaman(d string) {
_, err := sys.PostgreSQLSAMAN.Exec(d)
if err != nil {
fmt.Println("SAMAN: ", err.Error())
return
}
_, err = sys.PsqlWEB.Exec(d)
if err != nil {
fmt.Println("SAMANWEB: ", err.Error())
return
}
} |
YumaInaura/YumaInaura | 530291316 | Title: スターバックスで野菜と皮だらけの根菜サラダチキンラップを引いてしまった今日も良い日だ。
Question:
username_0: 心構えはできている。たまにハズレがあるんだ。だけど皮も美味しいからもぐもぐするぞ。



ところでやはり毎日、角の席が好きな佐野というおじちゃんが角席の隣に座ってくる。防止策としてリュックサックを隣にあらかじめ置いてみたが、効果はなく横にせり寄ってきた。誰なの。
It's also a good day today when I pulled the vegetable and skinny root vegetable salad chicken wrap at Starbucks. |
postcss/autoprefixer | 182172810 | Title: generated sourcemaps missing path
Question:
username_0: I use autoprefixer with gulp, but generated sourcemaps seem to have only files name in `sources` attribute.
```
src
|- component
| \- components.css
\- musername_1n.css
```
```js
// gulpfile.js
var $ = require("gulp-load-plugins")({ lazy: true });
gulp.task("compile:styles", function () {
return gulp
.src("./src/**/*.css")
.pipe($.sourcemaps.init())
.pipe($.autoprefixer())
.pipe($.concat("styles/all.css"))
.pipe($.sourcemaps.write(".", {includeContent: false, sourceRoot: '../src'}))
.pipe(gulp.dest("./dist"));
});
```
Actual result:
```json
// dist/styles/all.css.map
{"version":3,"sources":["styles.css","components.css"],"names":[],"file":"styles/all.css","sourceRoot":"../src","mappings":"..."}
// missing path ------------------------^
```
Expected result (when I disable autoprefixer):
```json
{"version":3,"sources":["styles.css","app/components.css"],"names":[],"file":"styles/all.css","sourceRoot":"../src","mappings":"..."}
```
Answers:
username_1: You need to set sourceContent option to PostCSS.
Status: Issue closed
username_0: I don't use autoprefixer as PostCSS plugin.
I use **standalone** `gulp-autoprefixer`
username_1: There is no standalone Autoprefixer 😉. gulp-autoprefixer just have hidden PostCSS inside.
In Gulp you need to enable sourceContent in gulp-sourcemaps. PostCSS will use previous source map settings.
username_0: `gulp-sourcemaps` has no `sourceContent` option.
The only similar one is `includeContent`, but I'd like to use external source so... as you see, I set it to false
`{includeContent: false, sourceRoot: '../src'}`
username_1: `includeContent` is what you need, it will add `sourceContent` to map.
username_1: Ouh, I found what you mean 😕
username_1: Could you try `gulp-postcss` with `autoprefixer`. And if you will have problem open a issue in PostCSS repo?
Autoprefixer doesn't add maps, only PostCSS does it
username_0: :) Let me try.
username_0: `gulp-postcss` with `autoprefixer` work fine 👍
But should `gulp-autoprefixer` also support sourcemaps?
username_1: It should, but maybe it contusername_1ns some mistake? |
ceurws/lod | 52032219 | Title: Extract LOD from all proceedings volumes
Question:
username_0: … using https://github.com/ailabitmo/sempubchallenge2014-task1.
Expected output: one large `rdfdb.ttl` file, which will require further processing.
Answers:
username_1: the error was not important, just one of the links had strange characters, I removed it.
username_1: All data is extracted from all URLs except the removed one! The only thing is that, the data should be extracted once more with new DBpedia dumps but we can use the current extracted data!
Status: Issue closed
|
thomastige/File-Mover | 159775962 | Title: TODO: Mover - Add logic to move time blocks instead of the entire file
Question:
username_0: Make it more granular. Instead of overwriting the entire file when moving, split the downloaded file in a list based on the time stamps, then update the time stamps on the destination folder, and only update those blocks.
This will make it possible to avoid overwriting a big note file with an empty one in the event that the local storage on Chrome was emptied for some reason.
Also update the metadata (first line) to always keep it up to date.<issue_closed>
Status: Issue closed |
scalacenter/bloop | 562697864 | Title: unable to run bloop on project using Scala 2.12
Question:
username_0: I can run bloop compile / test on a project with Scala 2.11 but not 2.12
I get the following error when running bloop compile root:
Unexpected error when compiling root: 'Couldn't retrieve module ch.epfl.scala:compiler-bridge_2.12:1.3.0-M4+32-b1accb96:compile'
Answers:
username_0: so I'm behind a web proxy and I have $JAVA_OPTS setup to respect this. I can use coursier just fine from the command line - I guess my env is not getting passed to coursier when invoked from bloop.
I was able to get past my issue finally by running `coursier fetch --sources ch.epfl.scala:compiler-bridge_2.12:1.3.0-M4+32-b1accb96:compiler-bridge_2.12-1.3.0-M4+32-b1accb96`
username_1: @username_0 I am not sure if JAVA_OPTS will work for Bloop. I wrote a troubleshooting guide recently on how to deal with Metals and Bloop proxy settings: https://scalameta.org/metals/docs/build-tools/proxy.html
There might something helpful there.
username_2: Depends where and how you're setting up `$JAVA_OPTS`, Bloop will pick it up. How are you launching the bloop server?
The preferred way of getting bloop to work with proxies is that you set up the PROXY environment variables. You can read https://github.com/scalacenter/bloop/blob/master/frontend/src/main/scala/bloop/util/ProxySetup.scala to understand the code handling proxies.
Another interesting read for you is https://github.com/scalacenter/bloop/issues/920 which explains a case where coursier can't pick up system options. Bloop could be picking up your jvm options but if coursier doesn't respect them there's nothing we can do. Maybe you can just change the way you set up the proxy to use environment variables?
I've realized we don't have docs for proxy and we probably should. If you have the time, I encourage you to contribute these docs after you figure this out.
username_0: Thanks @username_1 and @username_2 for taking a look at this.
I actually got bloop running by setting my proxy options in`~/.bloop/.jvmopts` that I got from the guide @username_1 https://scalameta.org/metals/docs/build-tools/proxy.html sent.
Contents of `~/.bloop/.jvmopts`
I'm running squid locally with the authenticated web proxy as a parent proxy. I'll look into updating the docs with this solution.
```
-Dhttps.proxyHost=localhost
-Dhttp.proxyHost=localhost
-Dhttps.proxyPort=4444
-Dhttp.proxyPort=4444
```
Status: Issue closed
username_3: This didn't work for me when using VSCode behind a proxy. I get the same error. I tried setting `.jvmopts` both inside the home directory .bloop and on my projects `.bloop` directory.
I get the same error as @username_0's (version v1.4.0-RC1-229-b7c15aa9)
username_2: Great 👌 happy it’s fixed after the restart. |
parse-community/Parse-SDK-Android | 250336186 | Title: Do we need a model (class) for our parse objects?
Question:
username_0: Lets say I am storing a persons name and age in the database (MongoDB). Do I NEED to have a model for it -> Constructor, setters and getters?
I usually just make a query call, which would loop through the list of ParseObject's and get do something like.
textView.setText(object.getString("personsName"));
Does it make it a faster query if I used a model?
Answers:
username_1: To my knowledge, it makes no difference but makes the code look cleaner in some instances.
Making a model (or subclass as it's called in the documentation), you just define getters and setters that call getXXX and put.
username_1: Oh yeah, I wanted to provide more explanation on why you want to make a subclass.
For one, a ParseObject is more vague than a subclass, let's use Event as an example subclass.
If the user sees the variable is a ParseObject, it could be anything from the database. An event, child, game score, whatever classes you have in the database.
Additionally, a Parse object gives no information about what fields are in it. Since you call getXXX("key name"), any strings could be valid key names.
However, if you define a subclass and create getters and setters, you are telling the developer or viewer that these fields are present in the class.
username_0: I store my key values in a constant class in my app. and I of course do checks to make sure it exists. Usually its when we have a query, so if the query returns 0, then were all good with a quick object.size() check.
If it made the app faster than I probably would have went with it.
how do we pin a query? when should we pin/unpin? right now my app goes to a splash screen to main (see if they are registered) and then to login register (if they aren't signed in). would I pin everything to that user in main activity for the rest of the app loads faster?
username_2: Feel free to continue discussion, just closing out since the issue is resolved.
Pinning/unpinning is done when things need to be saved locally. If the right place for you to do that is within your splash screen, then you can do it there. It is really up to you on what the right time is to pin things. Speed doesn't change based on when you pin/unpin within the application really. And you don't really pin a query, you pin a ParseObject. So, this is another reason you probably want to subclass.
Do some testing and see if it is faster to reload the key values via pinning or via calls to the server, sometimes pinning can be slow. See https://github.com/parse-community/Parse-SDK-Android/issues/279
Status: Issue closed
username_1: @username_2 pretty much cleared it up but I want to make an important distinction that took me some research to discover.
Pinning/unpinning uses the local datastore (LDS) and saves the objects. It's almost like having a local database on the device where you don't have to do Network queries. Queries are not saved in LDS, but rather ParseObjects like mentioned.
However, if you just want to speed up a specific query and don't want to bother with LDS, then use caching for the query. Each time you perform a query with caching, it takes the JSON results of the query and stores that String in a map where the key is the query.
If you change one part of the query such as a limit or filter, then the key changes and the network will need to be queried for the data. |
simatec/ioBroker.shuttercontrol | 472257134 | Title: Fehler in Beschreibung?
Question:
username_0: Es geht nur um die deutsche Beschreibung:
Vielleicht übersehe ich ja etwas, oder verstehe es nur nicht richtig, aber in dem Passus zum Aussperrschutz erkenne ich keinen funktionalen Unterschied zwischen der ersten und der letzten Option:
Aus: kein Aussperrschutz, die Rollläden bewegen sich automatisch, egal wie der Sensor steht.
nur Auf: Bei Verdunklungs- / Beschattungsende fährt der Rollladen hoch
nur Ab: Bei Verdunklungs- / Beschattungsbeginn fährt der Rollladen herunter
Auf und Ab: Der Rollladen darf sich egal wie der Sensor steht, in beide Richtungen bewegen<issue_closed>
Status: Issue closed |
alpacahq/pylivetrader | 358261352 | Title: data.current efficiency
Question:
username_0: `data.current` API takes multiple assets as a parameter. However, it is split into each asset and calls backend's `get_spot_value` for each asset, even though the backend can query the current value a lot more efficiently if list of assets are given at a time. This is a heritage from zipline and should be addressed. |
necolas/react-native-web | 177657503 | Title: ScrollView onScroll handler triggers on completion triggers this warning: "Warning: This synthetic event is reused for performance reasons"
Question:
username_0: ```
On a side note, my first attempted was to map to `{nativeEvent: {contentOffset: {y:` as would normally work in React Native, but the same API is not kept at this level of granularity.
Answers:
username_0: I see how the `animated` library is being used which already has the goal of bringing RN's Animated lib to the web. So unless we are to touch that, it seems maybe we should test if `nativeEvent` is null and not call `onScroll` here:
https://github.com/username_1/react-native-web/blob/master/src/components/ScrollView/ScrollViewBase.js#L73
As well as most likely in `_handleScrollEnd`. The thing is it's getting called multiple times at the end once it's `null`. So that says to me it's being called both at the end and in the last few ticks of the scroll. This solution may be a hack though and the right solution might lie in the `animated` library, I'm not sure.
username_1: Please can you provide a reduced test case and some of the other information asked for in the issue template
username_1: I was looking over `animated` and part of the problem appears to be there. It doesn't seem to be maintained anymore either, so I might have to switch back to copy-pasting `Animated` from RN and avoiding the calls into native code.
RN also has different events to React. Not easy to build a cross-platform API on different synthetic events :/.
username_2: I have the same warning on every scrollend.
It looks like it is happening because scrollEnd is throttled. Since react reuses event objects, you cannot access the event after the onScroll has finished executing - which the debounced scrollEnd tries to do.
Happens here: https://github.com/username_1/react-native-web/blob/master/src/components/ScrollView/ScrollViewBase.js#L36
Status: Issue closed
|
BioContainers/containers | 327338656 | Title: Picard container issue
Question:
username_0: Hello,
Recently, I tried to use the Picard container image from `Quay`. I tried to run the following command line with the container and it failed on me because of R is not available in the container image.
`sudo docker run --rm -e JAVA_OPTS='-Xmx24G' -v /home/ |
ippeiNakamura/TaskManagementTool | 952367688 | Title: projects_controllerのリファクタリング
Question:
username_0: <問題点>
・fat Controllerになっている。
<課題>
①同じ記述が複数存在している
②modelに書ける内容がcontrollerに記述されている
③classの外で使用されることのないが、インスタンスメソッド内に記述されている
<やること>
①modelへの移行
②concernsによる共通化
③class内からしか呼び出さないメソッドを、privateに移行 |
pytest-dev/pytest | 371840883 | Title: OS errors because of `py.path` => `pathlib` transition in `tmpdir`.
Question:
username_0: E OSError: could not create numbered dir with prefix /hello in /tmp/pytest-of-user/pytest-2 after 10 tries
sandbox/blahpytest/conftest.py:6: OSError
======================================= 1 error in 18.22 seconds ========================================
```
When run with `sudo` it works in my system however it doesn't help in Docker container.
- [ ] `pip list` of the virtual environment you are using
Python 3.6.5rc1
pytest 3.9.1
- [ ] pytest and operating system versions
ArchLinux, 4.12.13-1-ARCH
- [ ] Minimal example if possible
Answers:
username_1: Thanks @username_0 for the report.
cc @username_3
username_2: tbh, the old code looks like a bug and the new code looks fixed. I would expect `.mkdir('/hello')` to try and write to the root of the filesystem -- you probably want `.mkdir('hello')`
username_3: we should fail flat if an absolute path is passed, the old code just accepted it and i have no idea off hand what id did (one of the reasons why i want to get away from `py.path.local` is that it fixes so many messes and bad mistakes in the name of convenience, that one misses bad implementations)
username_1: Perhaps we should just close this as working as intended then? I agree it seems like the original intent was to write `.mkdir("hello")` and it worked mostly by accident.
@username_0 what do you think?
username_0: @username_3 answered my question that "we should fail flat if an absolute path is passed". So it means that old behaviour wasn't valid.
@username_1 It seems like it can be closed but is it ok for `pytest` to create temporary directory which "jumps out" from default "/tmp/pytest-of-user/" or user defined directory? I can still run this example test on my machine with `sudo` so "failing flat" isn't assured by `pytest`.
Status: Issue closed
username_1: @username_0 I don't think we should support this out of the box because of the potential for misuse, so IMHO the current failing behavior is fine.
I personally don't think it is necessary, but @username_3 would you like to open a separate issue to explicitly forbid receiving absolute paths in `mkdir`?
username_3: E OSError: could not create numbered dir with prefix /hello in /tmp/pytest-of-user/pytest-2 after 10 tries
sandbox/blahpytest/conftest.py:6: OSError
======================================= 1 error in 18.22 seconds ========================================
```
When run with `sudo` it works in my system however it doesn't help in Docker container.
Now in such case should it work in the new or old way?
username_3: Reopening until ii create aa followup (on my mobile ATM)
username_4: We should also reject relative paths where the destination is outside the tempdir - e.g. `'../../bin/'` could potentially cause serious problems. We should not pretend that we can make this safe against malicious test suites, but we can remove some footguns.
username_1: @username_3 do you think this is still relevant.
username_3: Yes
username_1: Sorry, I meant this ^
username_3: closing as the followup was made, thanks for the reminder/pointer, i missed it on mobile
Status: Issue closed
|
wagtail/bakerydemo | 971010286 | Title: how do I fix "admin css" scaling issue
Question:
username_0: I've noticed, since upgrading to wagtail 2.0 and django 3.2, the admin icons are all scaled wrong/huge.
Is there a manual way to fix this?
Answers:
username_0: 
username_0: this is after collectstatic
username_0: https://stackoverflow.com/questions/64673306/upgrading-wagtail-from-2-9-3-to-2-11-breaks-wagtail-admin-icons looks like I'm not alone
username_0: and it solved the issue to clear browser cache
Status: Issue closed
|
algorithm005-class01/algorithm005-class01 | 569518295 | Title: 【0250-week5总结】
Question:
username_0: 动态规划总结:
特点:divide & conquer + optimal substructure 分而治之&最优子结构
动态规划可以用来解决最优解的问题,比如求最大、最小值。因为存在这样一种最优解的问题,所以在动态规划的求解过程中,不需要把所有的状态保存下来,只需要存储每一步最优的状态,同时淘汰掉当前一步次优的状态,这是动态规划与分治的区别。
一些关键点
动态规划和递归、分治并没有本质上的区别(关键看有无最优子结构)
共性:找到重复子问题
差异性:最优子结构、中途可以淘汰次优解
动态规划的关键点
最优子结构:opt[n] = best_of(opt[n - 1], opt[n - 2], ...) 可能是累加、最大、最小值
存储中间状态:opt[i]
状态转移方程(DP 方程,递推公式)
Fib: dp[i] = dp[i - 1] + dp[i - 2]
不同路径(unique paths):dp[i][j] = dp[i - 1][j] + dp[i][j - 1]
动态规划问题分类总结
背包问题
最长公共子序列
零钱兑换
一维数组简单 DP
斐波拉契数列
爬楼梯问题
二维数组 DP
状态的定义就是本身的数据结构
不同路径(有障碍物和没有障碍物)
三角形最小路径和
字符串变化 DP
思维转变:将字符串转换称为一个二维数组来定义状态
最长公共子序列
关于动态规划解题的一些总结
第一步
状态定义和状态转移方程定义
F[n]的定义
有些题目需要做一些变形,直接用题目的定义根本推不出来。
使用常见动态规划的公式来推导。
如果这几种套上去都搞不定,那么八成F[n]需要重新定义。
定义完毕,就要找F[n]和前面n步的关系了,分成四种:
F[n]跟前面一两步有关
F[n]跟前面n步都有关
这种找到公式也不难,但要注意时间优化了,不优化往往就n^2了,比如「最长上升子序列」问题
F[n]需要细分
这种情况下,你发现看着像,但是跟前面n步的关系整的你头疼。
举个例子,股票的几个中等难度的题就是这样。
那就把F[n]分成 F1[n] F2[n]
F[n],一维数组不够用了,需要再加状态。
F[n]的细分其实是这个的简单情况。
比如股票的状态有出售,买入。那么F[n]再加一维数组,变成 F[n][],第二纬只有0,1即可。类似的还有「打家劫舍」问题,用 [0, 1] 表示偷还是没有偷
第二步
进一步确认公式
第三步
确认需要存储的上 1 -> N 步信息是否找对了。
部分情况下,如果只考虑前一步,前两步的话,我们没必要用数组来存储,几个临时变量就OK了
边界条件的确认。比如公式中出现了 n - 1, n - 2。那么初始化的时候需要注意 i = 0, i = 1, i = 2 等边界条件 |
cerner/clara-rules | 266211133 | Title: Include full rule or query in exception data when parsing fails
Question:
username_0: Exceptions thrown when we fail to parse the rule/query DSL could have more information besides the immediate cause of failure, such as the entire rule or query that parsing failed on. They currently don't have this in many cases; see the usage [here](https://github.com/cerner/clara-rules/blob/0.16.0/src/main/clojure/clara/rules/dsl.clj#L71). |
matheushjs/ElfEJSTrans | 388886400 | Title: Creating multiple EJS files won't work.
Question:
username_0: We should convert
```html
<%= translation.welcome %>
```
To
```html
<% if(lang == "en") { %>
"Welcome, my friend!"
<% } else if (lang == "pt") { %>
"Bem vindo, amigo!"
...
```<issue_closed>
Status: Issue closed |
Web-Prolog/swi-web-prolog-lite | 513021912 | Title: variable names missing in terminal
Question:
username_0: The used terminal is a little buggy, especially what
concerns variable display of answers. I get:
grafik
But the expected result would be:
grafik
That it doesn’t show the second query in the more compact form
“X=Y, Y=3” instead of “X=3; Y=3” isn’t that much a problem. But
that it suppresses “X=Y” in the first query is a little confusing.
There is one more error:
grafik
The expected result would be:
grafik |
microsoft-search/pnp-modern-search | 935118595 | Title: Select All and Download Search Results
Question:
username_0: **Is your feature request related to a problem? Please describe.**
Have to be able to select multiple results and download.
**Describe the solution you'd like**
Search results with an option to allow multiple files being selected and downloaded. As in a document library where after a search we can select all files and download them as zip.

**Describe alternatives you've considered**
Tried using search within the document library to download files. Because this document library exceeds the 5,000 item view threshold it's search results are capped at 60 items. So we can't use select/download from the library view. Also tried using different views to filter the results but the filters break the view due to the 5,000 limit.
**Additional context**
This document library has near 40,000 items. Result sets may have a couple hundred files that would need to be downloaded and sent to a third party. This used to be in a file share with it's metadata in Access and was recently moved to SPO with modern search. I tried following the extensibility documentation, but haven't found a complete sample that I could take apart yet.
Answers:
username_1: Hi @username_0, I understand your use case but this is not really in the scope on these Web Parts and be unlikely implemented in the future to be honest. It seems what you're looking for is more the [Microsoft 365 Content Search feature](https://docs.microsoft.com/en-us/microsoft-365/compliance/content-search?view=o365-worldwide) allowing KQL search with results export, just want you need.
username_0: Hey @username_1, would regular users be able to access it or would they have to have either administrator, compliance officer, or eDiscovery manager access? That level of access is restricted to a few individuals and their group would not be ok doing these searches and downloads as often as we need.
Do you know of any complete examples of extensibility components available?
username_1: This feature is reserved to administrators for compliance purposes. Also there is no extensibility components you can use tho achieve that with these Web Parts. This a change that has to made on the core logic and like I said, this is not really the priority list for now.
username_2: @username_0 Selecting a lot of files to zip and download without a server side component is not easily done. If you are to download more than 60 files, then what is the usecase? Maybe a better solution is to set up sync on the library with OneDrive. Then you can download all the files you need at demand with selective sync.
Status: Issue closed
|
RocketChat/Rocket.Chat.iOS | 309555828 | Title: Clarify what Rocket.Chat+ (the Plus in the name) is
Question:
username_0: It's hard to understand the difference between Rocket.Chat and Rocket.Chat+ within the app store. It would be nice having a clarification on what that means.
Status: Issue closed
Answers:
username_1: @username_0 That's a good question. Let me try to clarify it:
1. There are two apps right now in the App Store: "Rocket.Chat" and "Rocket.Chat+". They're both from us and when you search by "Rocket.Chat" both app will appear on the search;
2. The main difference between then: "Rocket.Chat" is written in Cordova and is being deprecated (until 31th March by us) and we're going to remove it from the store (or rename it to "Classic"). "Rocket.Chat+" is our native iOS application, the one that's present on this repository. It's faster, reliable and contains most of the features that the web application does (just like Cordova).
3. Witch one should I download today? The answer is "Rocket.Chat+".
I'm really sorry for the confusion, but we're working hard to solve it in the next weeks. 👍
Hopefully this question was clarified for you guys. |
JohnGorter/OpleidingsGenerator | 247651221 | Title: Reset opleidingsplan doet niet wat het zou moeten doen
Question:
username_0: Deze functie zou het volgende moeten doen: Ongewijzigd blijft: Datum indiensttreding Inzetbaar vanaf <NAME> <NAME> <NAME> De geselecteerde trainingen.
Gereset wordt: Te volgen trainingen Op termijn volgen
Nu gebeurt dat niet. Als je Reset opleidingsplan uitvoert en daarna kies je direct voor Preview Opleidingsplan dan ontstaat er hele vreemde uitvoer
-- |
ARMmbed/mbed-crypto | 574452066 | Title: mbedcrypto-3.0.1 doesn't have the support for persistent keys
Question:
username_0: When running the PSA Crypto APIs tests from https://github.com/ARM-software/psa-arch-tests (Hash: e44ccebdff9631e2474d85650c1812d0ce001dc3) with TFM (Hash: 6e7be077eabef00b4825e245604148d82b11f832), there are tests failures due to missing implementation below APIs in mbedcrypto (https://github.com/ARMmbed/mbed-crypto.git -b mbedcrypto-3.0.1)
The implementation of psa_open_key/psa_close_key requires the support for persistent key storage. Since mbedcrypto doesn't have support for storing persistent keys, psa_import_key fails for the same(Error: -134 - UNSUPPORTED).
Test failures (Target- AN521):
TEST: 250 | DESCRIPTION: Testing crypto key management APIs
[Info] Executing tests from non-secure
[Check 1] Test psa_open_key 16 Byte AES
Failed at Checkpoint: 6
Actual: -134
Expected: 0
TEST RESULT: FAILED (Error Code=0x00000001)
******************************************
TEST: 251 | DESCRIPTION: Testing crypto key management APIs
[Info] Executing tests from non-secure
[Check 1] Test psa_close_key 16 Byte AES
[Check 2] Test psa_close_key 24 Byte AES
Failed at Checkpoint: 3
Actual: -134
Expected: 0
TEST RESULT: FAILED (Error Code=0x00000001)
Please guide us on planning the support for persistent key storage.
Answers:
username_1: Mbed Crypto does have persistent key storage. It works on top of the PSA ITS API. Mbed Crypto provides an implementation of PSA ITS over standard C stdio. It can also work with other PSA ITS implementations.
I can't speak to the TF-M integration.
Status: Issue closed
username_0: @soby-mathew has confirmed that this is a TFM issue. Therefore, will raise TFM issue. |
tweag/rules_haskell | 385613292 | Title: http_archive is deprecated
Question:
username_0: I was looking at the [documentation](https://docs.bazel.build/versions/master/be/workspace.html#http_archive), and it mentions that `http_archive`, which is the recommended way to get rules_haskell, is deprecated.<issue_closed>
Status: Issue closed |
sveltejs/sapper | 463163037 | Title: Stacktrace of exception thrown in server page is swallowed
Question:
username_0: When an exception is thrown in a server page, but not caught in this server page, it is never displayed in the console.
I expect it to be displayed, in dev mode but also in production.
It would help debugging quite a lot!
This is easily explained by [this block of code](https://github.com/sveltejs/sapper/blob/201a0eb2f6b060fb7cd60bbf2e401a7d5d477cb3/runtime/src/server/middleware/get_server_route_handler.ts#L54-L58).
Status: Issue closed
Answers:
username_1: Released in 0.27.5. Thanks! |
DevinCarr/camp_wars | 121837905 | Title: Entity limit gets hit
Question:
username_0: Neutral camps stack automagically and need to be toned down.
Answers:
username_0: https://github.com/username_0/camp_wars/commit/c4c541d3b01efb958f28835304e9ffb4660a5b22
This should resolve the neutral camp stacking automagically as their are triggers now in place for the spawners.
Status: Issue closed
|
backdrop/backdrop-issues | 53211004 | Title: [UX]
Question:
username_0: Here's what we have out of the box:
- Content
- Add content
- Basic page
- Article
- Find content
- Comments
- Published comments
- Unapproved comments ([count])
The top-level entries ("Add content", "Find content", "Comments") are not listed alphabetically. Perhaps the intention here was to group the content-related entries together while keeping them separate from the comments. Still, why not list the content types alphabetically under ```Content``` -> ```Add content```?
What's even stranger is how this listing works...
- out-of-the-box, the menu entries are seemingly in reverse alphabetical order while both the "Add content" page (```/node/add```) as well as the "Content types" index page (```/admin/structure/types```) are in alphabetical order.
- when you add a "test" content type, the menu list is "Basic page", "test", "Article" (so definitely not alphabetical nor reverse), while both the ```/node/add``` and ```/admin/structure/types``` pages list them properly/alphabetically ("Article", "Basic page", "test").
- adding another "lets see" content type makes things even weirder: Both "Add content" and "Content types" pages list them as "Article", "lets see", "Basic page" and "test" (WTF?) and both the menus start listing them alphabetically now (whaaat??)
Status: Issue closed
Answers:
username_1: I think this issue has resolved, as types are always alpha ordered for me. Please re-open if that is not the case. |
vuejs/vitepress | 1123321113 | Title: nested templates not being compiled
Question:
username_0: ### Reproduction
- create a custom component, say a <Test> component with a `<slot />`
- import it to vitepress
- write a `md` story and nest the component three times:
```md
<test>
<test></test>
<test>
<test>I get rendered as text, even if I contain an HTML element, such as a `<button>`</test>
</test>
</test>
```
### Expected behavior
template compiler should keep going through deeper levels of components and render them as HTML elements.
### System Info
```shell
System:
OS: macOS 12.2
CPU: (8) arm64 Apple M1
Memory: 119.95 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
Yarn: 1.22.17 - /opt/homebrew/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm
Browsers:
Chrome: 97.0.4692.99
Safari: 15.3
npmPackages:
vitepress: ^0.21.6 => 0.21.6
```
### Additional context
_No response_
### Validations
- [X] Follow our [Code of Conduct](https://vuejs.org/coc)
- [X] Read the [docs](https://vitepress.vuejs.org/).
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. |
derek-adair/nflgame | 745826386 | Title: Seeking new maintainer/project owner
Question:
username_0: Please pass around this [link](https://derekadair.com/announcement/nflgame-update/) or just point people to this project. I am looking for a maintainer for this project. Please do not hesitate to reach out if you feel like you are the one who can give the project the TLC it deserves and potentially combat the ridiculous circumstances behind this projects atrophy.
Answers:
username_1: Seems like BurntSushi had a car that needed an oil change. You changed that oil and drove it for a year and then the engine fell out, the tires fell off and the manufacturer of the car - and only supplier of the parts - went out of business.
What exactly comes with "the keys to the kingdom"?
username_2: Just wanted to thank you for taking over when BurntSushi decided to leave the project, so it could live for another year (two?). Much appreciated!
As far as taking over, I'm not the guy and I don't know what there is to take over as the entire application is built around data sources that are no longer available. If someone has a good idea for it then it's gonna be exciting to follow, though!
username_3: Agree with username_2 above, you did a great job derek. As it relates to the new NFL api, etc, will all of this work if a license is purchased? If so, does anyone know the cost of that? You can probably see where I'm going with this... |
cypress-io/cypress | 765067225 | Title: 咸阳品茶交流群品茶学生外围上课
Question:
username_0: 咸阳品茶交流群▋▋薇87O9.55I8唯一靠谱▋▋杏嫡降鲜浩哪有酒店荤,桑拿服务全套SPA,水疗会所保健,品茶学生工作室洋妞十一假期临近,众电影蓄势待发冲刺最强国庆档,《我和我的祖国》、《攀登者》、《中国机长》三足鼎立,吊足观众胃口。而在这些热门的主旋律电影中,“杀”出了一部优质的国产奇幻动画巨制《疯狂斗牛场》。据悉,这部电影已获“新光奖”西安国际原创动漫大赛提名。虽然还未上映,黑马之势就已显现。电影构造了全新的动物王国和焕然一新的世界观,团结、爱情、斗争、智谋轮番上演。影片在人类与动物的形象建构上选择了天翻地覆的隐喻寓意,而最终会有一把钥匙化解这场对抗,这得要观众走进电影院才能一探究竟。除了公牛与人类的争锋相对 咸阳品茶交流群https://github.com/sjslhs6<issue_closed>
Status: Issue closed |
kubernetes/kubernetes | 559101681 | Title: Discovery should return error if Forbidden
Question:
username_0: In Kubernetes 1.14, anonymous API discovery has been dropped (the cluster role-binding that enabled it is no longer applied). This means, when using `client-go` for any unauthenticated, non-dynamic/unstructured requests, an HTTP 403 will be the result. However, `client-go` discovery eats HTTP 403 (and also does 404) which effectively means to the caller there was no error.
In my case I am seeing something like _can't find Kind{} for Resource{} in Group{}_.
I think the culprit is in https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client.go#L164-L177 and https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client.go#L200-L207, which means retro-compatibility is preferred even against versions (1.0?) that are no longer supported.
Also, and if my assumption is correct, there are places in this discovery code where retro-compatibility can go away, e.g. https://github.com/kubernetes/client-go/blob/master/discovery/discovery_client.go#L425-L431.
Thanks to @ncdc for helping my figure out I was getting a 403 and @username_3 for suggesting I open an issue because this just doesn't seem right.
Answers:
username_1: I looked at related code.
Initial thought is adding new func to ServerGroupsInterface which exposes the 403 error.
Let me see if I can find better approach.
username_0: Can you please confirm my assumption that retro-compatibility can be dropped?
username_0: /remove-lifecycle stale
username_2: Just ran into this issue, I'm also curious about this. Can I send a PR to remove the 1.0 compatibility, or would this change require broader discussion/proposals?
username_3: I think all of the code sites mentioned in the OP are questionable and can be improved.
403:
* If all discovery endpoints are returning 403, the functions should return an error.
* If some discovery endpoints are returning 403 but not others, that's confusing, but should probably be tolerated at least as well as we tolerate random aggregated apiservers being unresponsive.
404:
* If all discovery endpoints are returning 404, the functions should return an error.
* If some discovery endpoints are returning 404 but not others, that should be tolerated--it's kind of legit for some things to not be installed.
Mixed:
* If any discovery endpoint gave a non-error value, then the overall function should succeed (principle: *discovery can be partially broken when aggregated apiservers are down, and that MUST not break clients not trying to interact with the resources that are currently broken*)
* If no discovery endpoint was successful (e.g. mix of 404, 403, 503, etc), then we have to fail.
I think we should make the code act more like this (i.e., tolerating partial failures but erroring on complete failures). I actually don't think that will drop compatibility, but if it does, the mentioned versions (1.0 and 1.9) are old enough that it's OK.
username_2: Thanks for the guidance, @username_3. I'll prepare a PR.
/remove-lifecycle stale
/assign @username_2
username_0: @username_2 is this something you're still going to pick up or maybe I could?
username_0: /remove-lifecycle rotten
username_2: @username_0 it's on my backlog, but I'll gladly hand it off (and help if needed) if you have time. Feel free to reassign. Thanks!
username_0: Thanks, @username_2, your guidance is more than welcome. Are you open to a slack chat/call or maybe I can start a WIP PR and we discuss over github?
username_2: Great! @username_0 is going to work on this (chatted via slack).
/assign @username_0
username_0: This is on me, haven't been able to wrap up a PR.
/remove-lifecycle stale
username_2: /remove-lifecycle stale
@username_0 still planning on working on this?
username_0: I was but work calendar got in the way. If someone else wants to pick it up, I thankfully get out of the way. |
NVIDIA/spark-rapids | 842062860 | Title: [BUG] udf_cudf_test.py integration tests fail
Question:
username_0: **Describe the bug**
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_with_column[small data] - py4j....
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_with_column[large data] - py4j....
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_sql - py4j.protocol.Py4JJavaErr...
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_select - py4j.protocol.Py4JJava...
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_map_in_pandas[ALLOW_NON_GPU(GpuMapInPandasExec,PythonUDF)]
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_group_apply[ALLOW_NON_GPU(GpuFlatMapGroupsInPandasExec,PythonUDF)]
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_group_apply_in_pandas[ALLOW_NON_GPU(GpuFlatMapGroupsInPandasExec,PythonUDF)]
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_group_agg[ALLOW_NON_GPU(GpuAggregateInPandasExec,PythonUDF,Alias)]
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_sql_group[ALLOW_NON_GPU(GpuAggregateInPandasExec,PythonUDF,Alias)]
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_window[ALLOW_NON_GPU(GpuWindowInPandasExec,PythonUDF,Alias,WindowExpression,WindowSpecDefinition,SpecifiedWindowFrame,UnboundedPreceding$,UnboundedFollowing$)]
10:14:01 FAILED src/main/python/udf_cudf_test.py::test_cogroup[ALLOW_NON_GPU(GpuFlatMapCoGroupsInPandasExec,PythonUDF)]
```
10:14:01 E py4j.protocol.Py4JJavaError: An error occurred while calling o2084.collectToPython.
10:14:01 E : org.apache.spark.SparkException: Job aborted due to stage failure: Task 8 in stage 35.0 failed 4 times, most recent failure: Lost task 8.3 in stage 35.0 (TID 443, 10.233.122.216, executor 0): java.io.EOFException
10:14:01 E at java.io.DataInputStream.readInt(DataInputStream.java:392)
10:14:01 E at org.apache.spark.api.python.PythonWorkerFactory.createSocket$1(PythonWorkerFactory.scala:120)
10:14:01 E at org.apache.spark.api.python.PythonWorkerFactory.liftedTree1$1(PythonWorkerFactory.scala:136)
10:14:01 E at org.apache.spark.api.python.PythonWorkerFactory.createThroughDaemon(PythonWorkerFactory.scala:135)
10:14:01 E at org.apache.spark.api.python.PythonWorkerFactory.create(PythonWorkerFactory.scala:105)
10:14:01 E at org.apache.spark.SparkEnv.createPythonWorker(SparkEnv.scala:119)
10:14:01 E at org.apache.spark.api.python.BasePythonRunner.compute(PythonRunner.scala:131)
10:14:01 E at org.apache.spark.sql.execution.python.PandasGroupUtils$.executePython(PandasGroupUtils.scala:44)
10:14:01 E at org.apache.spark.sql.execution.python.rapids.GpuPandasUtils$.executePython(GpuPandasUtils.scala:35)
10:14:01 E at org.apache.spark.sql.rapids.execution.python.GpuFlatMapCoGroupsInPandasExec.$anonfun$doExecute$1(GpuFlatMapCoGroupsInPandasExec.scala:135)
10:14:01 E at org.apache.spark.rdd.ZippedPartitionsRDD2.compute(ZippedPartitionsRDD.scala:89)
10:14:01 E at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:349)
10:14:01 E at org.apache.spark.rdd.RDD.iterator(RDD.scala:313)
10:14:01 E at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
10:14:01 E at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:349)
10:14:01 E at org.apache.spark.rdd.RDD.iterator(RDD.scala:313)
10:14:01 E at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
10:14:01 E at org.apache.spark.scheduler.Task.run(Task.scala:127)
10:14:01 E at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:446)
10:14:01 E at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1377)
10:14:01 E at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:449)
10:14:01 E at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
10:14:01 E at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
10:14:01 E at java.lang.Thread.run(Thread.java:748)
10:14:01 E
10:14:01 E Driver stacktrace:
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.failJobAndIndependentStages(DAGScheduler.scala:2059)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2(DAGScheduler.scala:2008)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.$anonfun$abortStage$2$adapted(DAGScheduler.scala:2007)
10:14:01 E at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
10:14:01 E at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
10:14:01 E at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.abortStage(DAGScheduler.scala:2007)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1(DAGScheduler.scala:973)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.$anonfun$handleTaskSetFailed$1$adapted(DAGScheduler.scala:973)
10:14:01 E at scala.Option.foreach(Option.scala:407)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.handleTaskSetFailed(DAGScheduler.scala:973)
10:14:01 E at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.doOnReceive(DAGScheduler.scala:2239)
10:14:01 E at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2188)
10:14:01 E at org.apache.spark.scheduler.DAGSchedulerEventProcessLoop.onReceive(DAGScheduler.scala:2177)
10:14:01 E at org.apache.spark.util.EventLoop$$anon$1.run(EventLoop.scala:49)
10:14:01 E at org.apache.spark.scheduler.DAGScheduler.runJob(DAGScheduler.scala:775)
10:14:01 E at org.apache.spark.SparkContext.runJob(SparkContext.scala:2099)
10:14:01 E at org.apache.spark.SparkContext.runJob(SparkContext.scala:2120)
[Truncated]
10:14:01 E at org.apache.spark.api.python.BasePythonRunner.compute(PythonRunner.scala:131)
10:14:01 E at org.apache.spark.sql.execution.python.PandasGroupUtils$.executePython(PandasGroupUtils.scala:44)
10:14:01 E at org.apache.spark.sql.execution.python.rapids.GpuPandasUtils$.executePython(GpuPandasUtils.scala:35)
10:14:01 E at org.apache.spark.sql.rapids.execution.python.GpuFlatMapCoGroupsInPandasExec.$anonfun$doExecute$1(GpuFlatMapCoGroupsInPandasExec.scala:135)
10:14:01 E at org.apache.spark.rdd.ZippedPartitionsRDD2.compute(ZippedPartitionsRDD.scala:89)
10:14:01 E at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:349)
10:14:01 E at org.apache.spark.rdd.RDD.iterator(RDD.scala:313)
10:14:01 E at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
10:14:01 E at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:349)
10:14:01 E at org.apache.spark.rdd.RDD.iterator(RDD.scala:313)
10:14:01 E at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)
10:14:01 E at org.apache.spark.scheduler.Task.run(Task.scala:127)
10:14:01 E at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:446)
10:14:01 E at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1377)
10:14:01 E at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:449)
10:14:01 E at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
10:14:01 E at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
10:14:01 E ... 1 more
10:14:01
```
Answers:
username_0: @username_2 @username_3
username_1: I remembered I did this test couple of days ago and it succeed. Of course, i have to tweak lots of configs to make it work.
Here are my tests: http://www.openkb.info/2021/03/how-to-run-pandas-cudfudf-test-for.html
username_2: did they fail in all the spark versions ?
username_3: From the Jenkins job page, it failed on all the spark versions(3.0.1, 3.0.2 and 3.1.2).
It began from Mar 26.
username_2: It passed in the latest run.
username_4: Build ID 131 PASS, too. Maybe it was a dependency issue (such as cudf jars).
username_2: We can close this if the next build passes.
username_5: @username_2 do we know why this was broken and is now working?
username_2: Acutually i have no idea about this, may be related to environment . Since nothing was changed in code.
username_5: Spoke with @username_3 and we have not seen this failure since it happened. Closing for now, in case it happens again we need to investigate.
Status: Issue closed
|
AmpersandJS/ampersand-form-view | 41226172 | Title: listenTo not a method?
Question:
username_0: I just noticed that `listenTo`, `listenToOnce`, and `listenToAndRun` are not methods of the form-view instance. Is this correct? Shouldn't it inherit it those from `ampersand-view`?
Answers:
username_1: hey @username_0! at the time of writing, they are still unavailable. please see PR #42. would love to get your review on it too, as i know you're a power-user
username_2: Closed via https://github.com/AmpersandJS/ampersand-form-view/commit/06939cdc52a9e9193314cadc56d780aacee8ef6a
Status: Issue closed
|
PredictiveEcology/reproducible | 1027328374 | Title: postProcess returns weird results (zero's and -3e+38) when useGDAL is NOT set to FALSE (the default)
Question:
username_0: I know it has been an issue and it might be on the way to be solved, but I thought that maybe a reprex could help.
```
# install.packages("Require")
library("Require")
Require("reproducible")
Require("googledrive")
url <- "https://drive.google.com/file/d/1OaNYrAkVIdw1Ke3R-YyCi-WShdMrjVgK/view?usp=sharing"
studyArea <- prepInputs(url = "https://drive.google.com/file/d/1RPfDeHujm-rUHGjmVs6oYjLKOKDF0x09/view?usp=sharing",
destinationPath = tempdir(),
filename2 = NULL,
userTags = c("objectName:studyArea"))
# postProcess returns weird results when useGDAL is NOT set to FALSE (default)
# in the latest CRAN version:
mapResources <- prepInputs(url = url,
destinationPath = tempdir(),
studyArea = studyArea)
raster::plot(mapResources) # Note all values are set to zeros and it is creating the -3e+38 "values", but NA's are respected
# But works fine if writing the inputs/outputs to disk (i.e. useGDAL = FALSE)
mapResources <- prepInputs(url = url,
destinationPath = WD,
studyArea = studyArea,
useGDAL = FALSE)
raster::plot(mapResources)
``` |
runelite/runelite | 623347914 | Title: Lighthouse Clue
Question:
username_0: So i was getting a clue step - just a spelling error that isn't applicable to OSRS just the spelling of Jewellery
[](https://gyazo.com/ab81ff82a5ac24b787100637ebf1acf8)
[](https://gyazo.com/2467f98ade99c7b0e32f32978bce6486)<issue_closed>
Status: Issue closed |
goharbor/harbor-operator | 980951205 | Title: failed to install on openshift cluster
Question:
username_0: error info
```
Status:
Conditions:
Last Transition Time: 2021-08-25T13:18:32Z
Status: True
Type: StorageReady
Last Transition Time: 2021-08-25T13:18:32Z
Message: secrets "harborcluster-sample-redis" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: , <nil>
Reason: Create redis secret error
Status: False
Type: CacheReady
Last Transition Time: 2021-08-25T13:18:32Z
Message: postgresqls.acid.zalan.do "postgresql-cluster-sample-ns-harborcluster-sample" is forbidden: cannot set blockOwnerDeletion if an ownerReference refers to a resource you can't set finalizers on: , <nil>
Reason: Create database CR error
Status: False
Type: DatabaseReady
Message: New generation detected
Reason: newGeneration
Status: True
Type: InProgress
```
Answers:
username_1: Hello people,
We could add any needed resources to the helm chart with a [capability condition](https://helm.sh/docs/chart_template_guide/function_list/#capabilitiesapiversionshas). So these resources is only installed on OpenShift clusters and not on raw clusters.
The only pain point is finding resources that must be added to the chart. :-)
Status: Issue closed
|
datavisyn/datavisyn-anatomogram | 194029128 | Title: multiple instances support
Question:
username_0: the original implementation is using svg ids for identifying elements. However, this prevents using multiple instances at the same time.
options:
a. switch from id based to class based -> need to touch svg files
b. use shadow dom to encapsulate the id space -> can't use styles for styling the elements
b. is simpler
Answers:
username_0: implemented option c: prefix ids with a random string before loading
Status: Issue closed
|
falcosecurity/falco | 390588651 | Title: Duplicate alerts
Question:
username_0: Hi Team,
I want to have a rule where by running apt-get inside the container should trigger the alert.
now I have this in my rules file.
- rule: apt-get_in_container
desc: notice apt-get activity within a container
condition: container.id != host and proc.name = apt-get
output: apt-get in a container (user=%user.name container_id=%container.id container_name=%container.name shell=%proc.name parent=%proc.pname cmdline=%proc.cmdline)
priority: ERROR
When I do apt-get inside the container, I 'm getting alerts but 100s of them unless I exit the container I keep getting alerts.
Eg.
```
09:23:07.606947143: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
09:23:07.606952523: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
09:23:07.607246655: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
09:23:07.607263221: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
09:23:07.607394780: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
09:23:07.607398889: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
09:23:07.612646798: Error apt-get in a container (user=root container_id=ec715805d1c5 container_name=compassionate_wescoff shell=apt-get parent=sh cmdline=apt-get )
```
Status: Issue closed
Answers:
username_1: You should always include an evt.type field to filter events on. Else you can see this behavior. See the docs:
https://github.com/falcosecurity/falco/wiki/Falco-Rules#rule-condition-best-practices |
godotengine/godot | 253186169 | Title: [Editor] Freelook mode does not play well with Gridmap editor
Question:
username_0: **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Fedora 26 - Godot master HEAD
**Issue description:**
<!-- What happened, and what was expected. -->
The RMB shortcut for freelook is conflicting with the delete action in the Gridmap editor.
More importantly, I sometimes get stuck in freelook mode which makes the WASD keys both move me around as well as rotate the object. One time I couldn't get into freelook at all so there's variation in the bug.
**Steps to reproduce:**
Use freelook in gridmap editor.
**Link to minimal example project:**
<!-- Optional but very welcome. You can drag and drop a zip archive to upload it. -->
3D platformer demo
Answers:
username_1: Although it's possible to assign a modifier to trigger freelook, I wonder how this could be fixed. One should override the other.
username_2: i think freelook is more important than grid map shortcuts, so WASD could be replaced for 1234 or something close and delete tile to SHIFT + LMB . navigation should be consistent across all the 3d modes, also freelook is really useful when building maps.
username_0: @username_1 and @username_2 : @reduz said that the WASD shortcuts can be fixed if we disable the gridmap rotation when RMB is pressed (so there is no need to disable one over the other).
As for delete tile being on RMB, @reduz did not suggest a solution on irc, IIRC, but Shift +Lmb should work fine.
username_3: I think he did mention Shift+LMB too, so go with that.
username_2: im solving this.
Status: Issue closed
|
OHDSI/Atlas | 804060901 | Title: Execution button disappears after importing json in Atlas 2.8.0
Question:
username_0: While we have managed to import the json format of the characterization and cohort pathways analysis, the executions button under the ‘Executions’ tabs disappears right after importing, preventing us from running the analysis on the cdm.


This is the error after clicking on ‘analysis-execution-list.js:173’:


Answers:
username_1: In tomcat install directory, there should be a folder structure like:
```
/bin
/conf
/lib
/logs
/temp
/webapps
/work
```
Under the `/logs` folder, you'll find files like tomcat8-stdoutr.2021-02-05.log, If you have a lot of log files and you're not sure, you can always stop your tomcat service, delete the files in the log directory, and then restart the service and trigger the error again in the UI. Then you'll have a smaller set of logs to parse to find where the error is.
username_0: Hi @username_1, thanks. Below is what I can find related to WebAPI and characterisation in the logs
I hope it helps:
**localhost_access_log:**
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:33 +0800] "GET /WebAPI/cohort-characterization/6/generation HTTP/1.1" 500 201
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:33 +0800] "GET /WebAPI/notifications?hide_statuses= HTTP/1.1" 200 564
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:43 +0800] "GET /WebAPI/source/sources HTTP/1.1" 200 194
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:44 +0800] "GET /WebAPI/cohort-characterization/6/generation HTTP/1.1" 500 201
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:44 +0800] "GET /WebAPI/notifications?hide_statuses= HTTP/1.1" 200 564
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:54 +0800] "GET /WebAPI/source/sources HTTP/1.1" 200 194
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:54 +0800] "GET /WebAPI/cohort-characterization/6/generation HTTP/1.1" 500 200
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:54 +0800] "GET /WebAPI/notifications?hide_statuses= HTTP/1.1" 200 564
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:30:59 +0800] "GET /WebAPI/notifications?hide_statuses= HTTP/1.1" 200 564
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:31:04 +0800] "GET /WebAPI/source/sources HTTP/1.1" 200 194
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:31:04 +0800] "GET /WebAPI/cohort-characterization/6/generation HTTP/1.1" 500 202
0:0:0:0:0:0:0:1 - - [11/Feb/2021:09:31:04 +0800] "GET /WebAPI/notifications?hide_statuses= HTTP/1.1" 200 564
**tomcat9-stdout.log**
2021-02-11 09:32:35.605 WARN http-nio-8080-exec-5 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - - SQL Error: 245, SQLState: S0001
2021-02-11 09:32:35.606 ERROR http-nio-8080-exec-5 org.hibernate.engine.jdbc.spi.SqlExceptionHelper - - Conversion failed when converting the varchar value 'warming mycdm cache' to data type int.
2021-02-11 09:32:35.610 ERROR http-nio-8080-exec-5 org.ohdsi.webapi.util.GenericExceptionMapper - - javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1538)
at org.hibernate.query.Query.getResultList(Query.java:165)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)
at sun.reflect.GeneratedMethodAccessor237.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at com.cosium.spring.data.jpa.entity.graph.repository.support.RepositoryQueryEntityGraphInjector.invoke(RepositoryQueryEntityGraphInjector.java:48)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
at com.sun.proxy.$Proxy262.getResultList(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:125)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:89)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:128)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:118)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:494)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:477)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:56)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at com.cosium.spring.data.jpa.entity.graph.repository.support.RepositoryMethodEntityGraphExtractor$JpaEntityGraphMethodInterceptor.doInvoke(RepositoryMethodEntityGraphExtractor.java:157)
at com.cosium.spring.data.jpa.entity.graph.repository.support.RepositoryMethodEntityGraphExtractor$JpaEntityGraphMethodInterceptor.invoke(RepositoryMethodEntityGraphExtractor.java:109)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:133)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:57)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
[Truncated]
at org.hibernate.loader.Loader.doList(Loader.java:2678)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2512)
at org.hibernate.loader.Loader.list(Loader.java:2507)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:504)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:396)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:224)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1538)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1561)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1529)
... 155 more
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Conversion failed when converting the varchar value 'warming mycdm cache' to data type int.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:254)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.nextRow(SQLServerResultSet.java:5378)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.fetchBufferNext(SQLServerResultSet.java:1754)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.next(SQLServerResultSet.java:1018)
at org.hibernate.loader.Loader.processResultSet(Loader.java:986)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340)
at org.hibernate.loader.Loader.doList(Loader.java:2695)
... 164 more
username_1: ```
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Conversion failed when converting the varchar value 'warming mycdm cache' to data type int.
```
Ok, that's the main problem (and I have no idea why that would try to use that as an int).
It is somewhere around
```
at org.ohdsi.webapi.cohortcharacterization.CcServiceImpl$$EnhancerBySpringCGLIB$$ec3aff0b.findGenerationsByCcId()
at org.ohdsi.webapi.cohortcharacterization.CcController.getGenerationList(CcController.java:267)
at org.ohdsi.webapi.cohortcharacterization.CcController$$FastClassBySpringCGLIB$$ce604349.invoke()
```
When it loads the generation list. The question is, what value in the query for generation list would lead to trying to cast 'warming mycdm cache' to int?
@wivern @username_2 : any thoughts?
username_2: @username_0
Hello
Could you post your ddl statement for view `${ohdsiSchema}.cc_generation`?
username_0: Hi @username_2,
How do we get the ddl statement for ${ohdsiSchema}.cc_generation? Currently, after deploying the WebAPI, the tables are automatically generated in the OhdsiSchema. Is it something I can get from the WebAPI folder?
Thanks!
username_1: It's a view, one way to get it is to export the view DDL from a SQL session. The view is defined in a DDL folder in the WebAPI source, but we'd like to see what is physically instantiated in your env.
username_1: @username_0 : do you have any updates on this?
username_0: @Chris_knoll, many apologies for the delay. We have fallen back to using a later version of Atlas (2.7.0) in order to run a network study.
The study is still ongoing and we understand that there might be further analysis on Atlas needed. After the study is done, we can then re-deploy 2.8.0 of WebAPI and Atlas and check up on cc_generation again |
AdobeDocs/experience-platform.en | 1116742557 | Title: Adobe Tags or Tags in Adobe Experience Platform ?
Question:
username_0: Issue in ./help/destinations/catalog/personalization/custom-personalization.md
This page mentions "Adobe Tags" but i think the name is "Tags in Adobe Experience Platform" as per the tags documentation
Answers:
username_1: Thank you for submitting this issue. We will review the documentation and make the necessary updates as quickly as possible. Tracking internally in PLAT-114793.
username_1: We've updated the Tags naming and will close this issue. Thanks again for raising this!
Status: Issue closed
|
joewing/jwm | 99255965 | Title: transparent window outline
Question:
username_0: having a transparent window outline will still allow to resize windows wile making it look a bit more slick and modern.
Answers:
username_1: Of the top of my head, one way to implement this would be to have JWM set the border of a window to be transparent and the child window (the contents) to be opaque. JWM currently supports transparency through a compositing manager such as xcompmgr, etc., but it should be possible to get this effect if such an application were used with JWM with fairly little effort.
The hardest part would deciding what the configuration would look like.
username_0: maybe something like this
<WindowStyle>
< Width>2</Width>
< Outline>transparent</Outline> or < Outline>clear</Outline> or
< Opacity>outline:0.0, window:1.0</Opacity>
username_2: Iirc X11 has some way to copy color from parent, so translucent windows and effects should require a compmgr, but transparent border/trays/etc... shouldn't necessarily.
Adding a "None" color as in xpm, would allow tray buttons to resemble desktop icons or even desktop widgets now that mouse buttons are configurable.
username_1: Unfortunately, as far as I know, there is no way to do real transparency without compositing. That's why some terminal programs (like aterm) show the background when transparency is enabled. Of course, even doing that requires a property to be set on the root window. For a tray, that might not be so bad since there is likely nothing behind it. I remember seeing this trick used a lot in AfterStep. Of course, maybe that's good enough?
username_3: @username_2 I have noticed xpm with None doesn't always work as intended. With the Active TaskList the none is set to the background of the Tray rather than the ActiveTasklist... at least in an FLTK program I wrote that sets the icon via X11/xpm.h
Though, now that I think about it, this could be a JWM TaskList bug, perhaps...
username_0: @username_1 i am using compton with jwm works very well. |
kyma-project/kyma | 465717087 | Title: Migrate Asset Store webhooks to HTTP multipart
Question:
username_0: <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
<!-- Provide a clear and concise description of the feature. -->
Currently, Asset Store webhooks are working as standard REST requests with JSON payload. Such a solution is not generic and we are able to handle only text files. Multipart is more generic.
During implementation please take into account the resources usage:
- support for chunking
- support for max file size - if the file is greater then webhook should fail
**Reasons**
<!-- Explain why we should add this feature. Provide use cases to illustrate its benefits. -->
Make Asset Store webhooks more generic<issue_closed>
Status: Issue closed |
reflex-frp/reflex-platform | 324589650 | Title: trouble running try-reflex on NixOS
Question:
username_0: I had some trouble running `try-reflex` on NixOS:
```sh
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
building path(s) ‘/nix/store/6ajbs7li032xhvalzvkrygpdg97dnym1-stage1Packages’
/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
builder for ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed with exit code 127
error: build of ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed
(use ‘--show-trace’ to show detailed location information)
```
Here's the same thing with the recommended `--show-trace` flag:
```sh
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
building path(s) ‘/nix/store/6ajbs7li032xhvalzvkrygpdg97dnym1-stage1Packages’
/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
builder for ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed with exit code 127
error: while evaluating the attribute ‘buildInputs’ of the derivation ‘shell-x86_64-linux’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/stdenv/generic/make-derivation.nix:129:11:
while evaluating ‘getOutput’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/attrsets.nix:450:23, called from undefined position:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/stdenv/generic/make-derivation.nix:80:17, called from undefined position:
while evaluating ‘reflexEnv’ at /home/illabout/git/reflex-platform/default.nix:682:15, called from undefined position:
while evaluating ‘extendHaskellPackages’ at /home/illabout/git/reflex-platform/default.nix:220:29, called from /home/illabout/git/reflex-platform/default.nix:400:12:
while evaluating ‘makeRecursivelyOverridable’ at /home/illabout/git/reflex-platform/default.nix:196:37, called from /home/illabout/git/reflex-platform/default.nix:220:46:
while evaluating ‘callPackageWith’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:113:35, called from /home/illabout/git/reflex-platform/default.nix:390:21:
while evaluating ‘makeOverridable’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:72:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:117:8:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/default.nix:1:1, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:74:12:
while evaluating ‘makeExtensibleWithCustomName’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:75:48, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/default.nix:23:21:
while evaluating ‘fix'’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:25:10, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:76:5:
while evaluating ‘extends’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:25:21:
while evaluating ‘extends’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:42:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/configuration-ghcjs.nix:14:7, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:67:
while evaluating ‘genAttrs’ at /nix/store/1<KEY>-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/attrsets.nix:281:21, called from /nix/store/1<KEY>-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/configuration-ghcjs.nix:19:16:
while evaluating the attribute ‘ghc.stage1Packages’ at /nix/store/<KEY>nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/compilers/ghcjs/base.nix:167:3:
while evaluating ‘splitString’ at /nix/store/1<KEY>b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:282:23, called from /nix/store/1<KEY>nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/compilers/ghcjs/base.nix:167:45:
while evaluating ‘recurse’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:292:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:303:7:
while evaluating ‘addContextFrom’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:269:23, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:285:11:
build of ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed
```
I am running from the current `develop` branch of `reflex-platform` (commit f70d210a59a2).
Status: Issue closed
Answers:
username_1: Do you have a `~/.ghc` and/or `~/.ghcjs` folder?
If so, does temporarily renaming them allow `try-reflex` work?
They sometimes interfere (and sometimes don't).
username_1: I had some trouble running `try-reflex` on NixOS:
```sh
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
building path(s) ‘/nix/store/6ajbs7li032xhvalzvkrygpdg97dnym1-stage1Packages’
/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
builder for ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed with exit code 127
error: build of ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed
(use ‘--show-trace’ to show detailed location information)
```
Here's the same thing with the recommended `--show-trace` flag:
```sh
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
building path(s) ‘/nix/store/6ajbs7li032xhvalzvkrygpdg97dnym1-stage1Packages’
/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
builder for ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed with exit code 127
error: while evaluating the attribute ‘buildInputs’ of the derivation ‘shell-x86_64-linux’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/stdenv/generic/make-derivation.nix:129:11:
while evaluating ‘getOutput’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/attrsets.nix:450:23, called from undefined position:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/stdenv/generic/make-derivation.nix:80:17, called from undefined position:
while evaluating ‘reflexEnv’ at /home/illabout/git/reflex-platform/default.nix:682:15, called from undefined position:
while evaluating ‘extendHaskellPackages’ at /home/illabout/git/reflex-platform/default.nix:220:29, called from /home/illabout/git/reflex-platform/default.nix:400:12:
while evaluating ‘makeRecursivelyOverridable’ at /home/illabout/git/reflex-platform/default.nix:196:37, called from /home/illabout/git/reflex-platform/default.nix:220:46:
while evaluating ‘callPackageWith’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:113:35, called from /home/illabout/git/reflex-platform/default.nix:390:21:
while evaluating ‘makeOverridable’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:72:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:117:8:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/default.nix:1:1, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:74:12:
while evaluating ‘makeExtensibleWithCustomName’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:75:48, called from /nix/store/1g077klzgk<KEY>045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/default.nix:23:21:
while evaluating ‘fix'’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:25:10, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:76:5:
while evaluating ‘extends’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:25:21:
while evaluating ‘extends’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:42:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/configuration-ghcjs.nix:14:7, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:67:
while evaluating ‘genAttrs’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/attrsets.nix:281:21, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/configuration-ghcjs.nix:19:16:
while evaluating the attribute ‘ghc.stage1Packages’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/compilers/ghcjs/base.nix:167:3:
while evaluating ‘splitString’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:282:23, called from /nix/store/1<KEY>5xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/compilers/ghcjs/base.nix:167:45:
while evaluating ‘recurse’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:292:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:303:7:
while evaluating ‘addContextFrom’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:269:23, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:285:11:
build of ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed
```
I am running from the current `develop` branch of `reflex-platform` (commit f70d210a59a2).
username_0: Unfortunately, I don't think that's the problem:
```sh
$ ls -lah ~/.ghc ~/.ghcjs
ls: cannot access '/home/illabout/.ghc': No such file or directory
ls: cannot access '/home/illabout/.ghcjs': No such file or directory
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
building path(s) ‘/nix/store/6ajbs7li032xhvalzvkrygpdg97dnym1-stage1Packages’
/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
builder for ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed with exit code 127
error: while evaluating the attribute ‘buildInputs’ of the derivation ‘shell-x86_64-linux’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/stdenv/generic/make-derivation.nix:129:11:
while evaluating ‘getOutput’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/attrsets.nix:450:23, called from undefined position:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/stdenv/generic/make-derivation.nix:80:17, called from undefined position:
while evaluating ‘reflexEnv’ at /home/illabout/git/reflex-platform/default.nix:682:15, called from undefined position:
while evaluating ‘extendHaskellPackages’ at /home/illabout/git/reflex-platform/default.nix:220:29, called from /home/illabout/git/reflex-platform/default.nix:400:12:
while evaluating ‘makeRecursivelyOverridable’ at /home/illabout/git/reflex-platform/default.nix:196:37, called from /home/illabout/git/reflex-platform/default.nix:220:46:
while evaluating ‘callPackageWith’ at /nix/store/1<KEY>6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:113:35, called from /home/illabout/git/reflex-platform/default.nix:390:21:
while evaluating ‘makeOverridable’ at /nix/store/1<KEY>nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:72:24, called from /nix/store/1<KEY>nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:117:8:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/default.nix:1:1, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/customisation.nix:74:12:
while evaluating ‘makeExtensibleWithCustomName’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:75:48, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/default.nix:23:21:
while evaluating ‘fix'’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:25:10, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:76:5:
while evaluating ‘extends’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:25:21:
while evaluating ‘extends’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:42:
while evaluating anonymous function at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/configuration-ghcjs.nix:14:7, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/fixed-points.nix:44:67:
while evaluating ‘genAttrs’ at /nix/store/1g077klzgk7f<KEY>045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/attrsets.nix:281:21, called from /nix/store/1g077klzgk<KEY>xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/haskell-modules/configuration-ghcjs.nix:19:16:
while evaluating the attribute ‘ghc.stage1Packages’ at /nix/store/1<KEY>nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/compilers/ghcjs/base.nix:167:3:
while evaluating ‘splitString’ at /nix/store/1<KEY>f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:282:23, called from /nix/store/1<KEY>nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/pkgs/development/compilers/ghcjs/base.nix:167:45:
while evaluating ‘recurse’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:292:24, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:303:7:
while evaluating ‘addContextFrom’ at /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:269:23, called from /nix/store/1g077klzgk7f7d5za8c7y045xcyd7f6b-nixpkgs-456be5f5f9ff24cf5a1daffafe3741fdbddc876b-src/lib/strings.nix:285:11:
build of ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed
```
username_2: @username_0 Hello and welcome to reflex!
I think this problem is due to some missing haskell lib... (containers- Data.Set 's compiled shared object)
I dont know how it can happen, but I had this issue before for some different haskell code base on nix...
(I think somehow this lib was not part of the nix runtime dependecy closure... )
May be scraping/removing this '/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs' and fetching it again might solve this..
You can perhaps even shift your reflex-platform to some previous commit and try if it works..
username_3: This definitely looks like corruption of the Nix store. Can you run `nix-store --verify --check-contents`? If verification fails, try `nix-store --verify --check-contents --repair`.
username_0: Thanks for the quick responses! Sorry, I've been busy the last few days and didn't get a chance to respond.
Unfortunately, it doesn't look like any of the suggestions helped:
```sh
$ nix-store --verify --check-contents
reading the Nix store...
checking path existence...
checking hashes...
$ echo $?
0
```
```sh
$ nix-store --delete /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/
finding garbage collector roots...
deleting ‘/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0’
deleting ‘/nix/store/trash’
deleting unused links...
note: currently hard linking saves -0.00 MiB
1 store paths deleted, 1061.37 MiB freed
```
When I tried running try-reflex again, I got the same error:
```sh
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
building path(s) ‘/nix/store/6ajbs7li032xhvalzvkrygpdg97dnym1-stage1Packages’
/nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/bin/ghcjs-pkg-0.2.1-8.0.2.bin: symbol lookup error: /nix/store/hsabkbvsx25vgasyb2mza65i6sypmglp-ghcjs-0.2.0/lib/ghc-8.0.2/x86_64-linux-ghc-8.0.2/libHSghcjs-0.2.1-ArOyRzZQt3EIHrXqYO2Mr1-ghc8.0.2.so: undefined symbol: containerszm0zi5zi7zi1_DataziSetziBase_zdwzdcp1Data_closure
builder for ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed with exit code 127
error: build of ‘/nix/store/nphk8qfixmhbaz82kg8z8ywfxvv10wkj-stage1Packages.drv’ failed
(use ‘--show-trace’ to show detailed location information)
```
However, I talked to @username_4 about this at Lambda Jam and he suggested that I try to run a nix GC and get rid of some old stuff.
I tried that, and it worked! I ended up running some combination of `nix-collect-garbage`, `nix-store --gc`, and `nix-env --delete-generations`.
I can now run `try-reflex`!
```sh
$ ./try-reflex
If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues
Entering the reflex sandbox...
You are now in a shell with access to the Reflex functional reactive programming engine.
To run a simple app:
$ ghc -dynamic -XOverloadedStrings -e 'import Reflex.Dom' -e 'mainWidget $ text "Hello, world!"'
Or to see a more complex native binary GUI example (based on the source at https://github.com/reflex-frp/reflex-todomvc/blob/master/src/Main.hs):
$ reflex-todomvc
To create a simple web GUI:
$ cat >hello.hs <<EOF
{-# LANGUAGE OverloadedStrings #-}
import Reflex.Dom
main = mainWidget $ text "Hello, world!"
EOF
$ ghcjs hello.hs
Then navigate your browser to file:///home/illabout/git/reflex-platform/hello.jsexe/index.html
Or to see a more complex GUI example (based on the source at https://github.com/reflex-frp/reflex-todomvc/blob/master/src/Main.hs), navigate your browser to file:///nix/store/v3srwlqal49awqa11bispjnmcqyg32fn-reflex-todomvc-0.1/bin/reflex-todomvc.jsexe/index.html
$
```
Status: Issue closed
username_4: @username_0 I'm glad you got through it! Hopefully nix will have a better solution eventually. |
bentideswell/magento2-wordpress-integration | 191506582 | Title: Old Magento1 Code in FishPig\WordPress\Block\Post\View\Comment\Form.php
Question:
username_0: Hi Ben,
Thanks for the other fixes.
I've noticed that there is some old Magento Code in FishPig\WordPress\Block\Post\View\Comment\Form.php
See line 59
`!Mage::getSingleton('customer/session')->isLoggedIn();`
and
Line 73
`Mage::getUrl()`
Cheers
Answers:
username_1: Hi @username_0,
I have just pushed a new commit that fixes this.
Cheers!
Status: Issue closed
|
angular/angular | 363210237 | Title: IE 11 using Angular 6 Console Error. Object doesn't support this action
Question:
username_0: <!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
## I'm submitting a...
<!-- Check one of the following options with "x" -->
<pre><code>
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
[ ] Other... Please describe:
</code></pre>
## Current behavior
<!-- Describe how the issue manifests. -->
Get a console error on page load. Using Angular 6 wih IE 11.
## Expected behavior
<!-- Describe what the desired behavior would be. -->
No console error
## Minimal reproduction of the problem with instructions
<!--
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://stackblitz.com or similar (you can use this template as a starting point: https://stackblitz.com/fork/angular-gitter).
-->
Getting console error:
SCRIPT445: Object doesn't support this action
polyfills.js (8329,21)
Under polyfill.js exact line of error is:
if (!delegate.handleEvent) {
Also I have the following polyfills:
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';
import 'classlist.js';
import 'core-js/es7/reflect';
import 'web-animations-js';
## What is the motivation / use case for changing the behavior?
[Truncated]
Angular version: X.Y.Z
<!-- Check whether this is still an issue in the most recent Angular version -->
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [x ] IE version 11
- [ ] Edge version XX
For Tooling issues:
- Node version: XX <!-- run `node --version` -->
- Platform: <!-- Mac, Linux, Windows -->
Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>
Status: Issue closed
Answers:
username_1: I'm sorry but reported issues require a reproduction of the issue. We suggest using [StackBlitz](https://stackblitz.com/fork/angular-gitter), [Plunker](http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5?p=catalogue) or [Github](https://github.com/new).
If this issue persists, please create a reproduction using one of the links above. Describe the difference between the expected and current behavior in a new issue with the reproduction linked. |
spatie/nova-tags-field | 444864456 | Title: Nova Action with tags-field return error
Question:
username_0: I am trying to create an Action. What I want is to assign Tag to many models at one time.
When added field in Action like this:
```
use Spatie\TagsField\Tags;
...
public function fields()
{
return [
Tags::make('Tags')
];
}
```
an error occured:
local.ERROR: Undefined property: class@anonymous::$tags {"userId":1,"exception":"[object] (ErrorException(code: 0): Undefined property: class@anonymous::$tags at /var/www/html/laravel/vendor/spatie/nova-tags-field/src/Tags.php:80 |
jakubplichta/grafana-dashboard-builder | 201542634 | Title: Support for an All option in template query
Question:
username_0: Grafana has an All option to add All value to query variable value.
graphite value: site.cluster.node.prefix-value-suffix.subvalue
Example setup for prefix-value-suffix:
* variable name - var1
* values query - $site.$cluster.$node.prefix-*
* All option - has several flavors glob, wildcard, regex wildcard, regex values
"type": "query",
"datasource": null,
"refresh_on_load": false,
"name": "var1",
"options": [
{
"text": "All",
"value": "\*"
}
],
"includeAll": true,
"allFormat": "wildcard",
"query": "$site.$cluster.$node.prefix-*",
Answers:
username_1: fixed by #96
Status: Issue closed
username_1: Grafana has an All option to add All value to query variable value.
graphite value: site.cluster.node.prefix-value-suffix.subvalue
Example setup for prefix-value-suffix:
* variable name - var1
* values query - $site.$cluster.$node.prefix-*
* All option - has several flavors glob, wildcard, regex wildcard, regex values
"type": "query",
"datasource": null,
"refresh_on_load": false,
"name": "var1",
"options": [
{
"text": "All",
"value": "\*"
}
],
"includeAll": true,
"allFormat": "wildcard",
"query": "$site.$cluster.$node.prefix-*",
username_1: adding support for configurable `allFormat` and `allValue`
Status: Issue closed
|
nsaxelby/EasyFileSender | 542585913 | Title: As a Windows User, I want to be able to select a client, which shows the list of transfers, and be able to see buttons to create a new tranfer
Question:
username_0: Note: this excludes being able to actually send transfers, just the buttons/draggable area needs to be shown.
- IP Address of destination client is shown as a panel header on the rigth
- Selected client is highlighted with a different color in the client list panel
- Selecting a different client updates the right hand panel
- Button to 'Send File' is visible
- Draggable area 'Drag and drop file here to send' is shown
Note: Excludes showing transfers, as this is covered in another story ( has pre-requirements for this to work )<issue_closed>
Status: Issue closed |
backdrop/backdrop-issues | 202603115 | Title: Add jQuery and jQuery UI versions in site status report.
Question:
username_0: Would be nice to be able to see the version being used since these are two important libraries,
Answers:
username_0: ...screenshot from the PR sandbox:

username_0: ... #2493
username_1: Well done, thank you.
username_1: Should this issue have a milestone?
username_0: I never seem to get milestones right, but what the heck... lets try for the next 1.6.1 release. Unless people see that as a feature, in which case it might get pushed to 1.7.0
username_2: This is pretty trivial and I think it could be considered a UX improvement? If so we can put it in 1.6.1. What do you think?
username_0: Yep, I'd love it if this was in 1.6.1 👍 ...it will make me feel a tiny bit better since i did not get to contribute that much in 1.6.0 😛
Status: Issue closed
username_2: Great, thanks merged https://github.com/backdrop/backdrop/pull/1767 into 1.x for 1.6.1. |
CloverHackyColor/CloverBootloader | 719473463 | Title: Stuck after updating to clover 5124
Question:
username_0: 
What's the problem? I updated to clover 5124 and it stuck and cannot boot to the home menu
Answers:
username_1: Got the same issue, it was working somewhat with the pre-release but now I'm just stuck at the apple logo.
username_0: At least you're booting until apple logo. But mine do not stuck at the apple logo. Omg, what happened 😭😭
username_2: Same thing here. Before it should clover menu, an error message No returned found from DataHubDxe.efi. Not sure if it's related.
username_3: after UPDATE I lock my system to
LOG:EXITSB:START
seem a problem with bootx64.efi. If I change this all works again
thank in advance
username_4: 
I get the same issue
username_4: How did you change the bootx64.efi?
username_0: May i know how do you change the bootx64.efi?
username_1: You just download the bootx64.efi from release 5123 and replace it with the one it has currently
@username_4 @username_0
username_0: How to replace it? Because my screen was blank
username_1: My guy, I'm not an expert in this, but you should have backups just in case because you just never know what can happen..If you have no other macOS software, then you can do it through a virtual machine on Windows.
@username_0
username_0: Alright, thanks for your advice
username_5: +1 stuck after updating. I get "not found returned from datahubdxe.efi", then after selecting Catalina it sticks at "[EB]#LOG:EXITBS:START]".
username_6: try remove datahubdxe.efi and this error will disappear
username_7: I am, as yet, unable to boot Catalina with either 5123 or 5124. 5123 starts to boot and then freezes early in the boot process. 5124 just shows a blank screen (after selecting the partition to boot). In both cases I am using a config.plist that works with Clover 5118, plus the quirks section from config_sample.plist. I've tried all the obvious things and am running out of ideas.
Hardware is a GA-Z370P D3 and a Core i5 8600 with integrated graphics. Bios is revision F10.
username_3: restored old bootx64.efui , return to pre release 5123
username_5: Thanks, but removing this file (thus this error) still doesn't allow my OS to boot.
username_0: To be honest, seriously I don't know how to restored the old boot efi. Sorry my my friend, hmm
username_5: @username_0 If you installed the new Clover using the pkg installer, /EFI-Backups is automatically created and all contents of your EFI folder is copied into it before the installer touches anything. You can restore it if you can gain access to your root partition. And in the future ALWAYS keep a working EFI on a USB drive or something in case something like this happens.
username_0: 
Hurm, how to restore? Any setting in this picture that I have to enter? If I click Boot MacOs, of course it will be stuck like the first picture on the top. Sorry for asking, I lost 😭😭
username_5: If you don't have another Hackintosh or Mac and are not comfortable with the scary EFI shell, there're two ways:
1. Your computer should be able to boot Windows without Clover. Once in Windows get one of the softwares that can read apfs in Windows (Paragon APFS or UFS Explorer, both have a trial period) then recover the EFI backup.
2. Take your HDD/SSD out, grab an adapter for it and a USB drive, go to somewhere that has Macs, pop them in and do the recovery.
username_0: I see, alright. Thank you buddy 👍😀
username_8: You can try to add boot-args "npci=0x2000" and see if it gets any help...... I successfully boot into Big Sur after adding this boot-arg, though I don't know how it works......
username_7: Thanks, but no change.
username_9: If this issue is still ongoing check insanelymac clover general discussion for answers. If issue is resolved please mark it as such.
username_2: Link to insanelymac discussion thread?
username_4: @username_2 https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/?page=957
username_2: @username_4 That is a generic discussion. Not for specific case. Easily lost in so many different topics/issues.
username_10: I'm sad the update is broken again like it was a few months ago and I got caught out for updating without checking here first. My question why not pull the update as soon as the issue was posted?
username_11: There are several different issues mostly resolved in revision 5125.
Please don't create a thread like "I can't boot" - "I also can't".
Each issue must be specific with enough information for developers.
Status: Issue closed
username_4: @username_11 sorry and thank you 🙏
username_12: same here, after update blank screen on mojave
username_13: Return to release 5122 and forget you had any problems. 5123 forward is buggy and or requires fixes.
username_10: Gave it one last chance today, upgraded from r5122 to r5126 hoping the issues were fixed but now gets stuck on small white apple logo. I'm done, switching to OpenCore.
username_13: I highly recommend OpenCore! I've been running it for the past few weeks and its been incredible.
username_10: Thanks I switched to OpenCore, the guides are like an infinite loop sometimes but very satisfying to get through it. I used OpenCore Configurator against their advice but I think it made it much simpler. Native startup disk selection and real disk icons in the boot chooser are a couple of things I'm enjoying.
username_14: OpenCore is not for all. It kills my GA-Z97X-SLI and I needed recover BIOS from backup chip :)
username_13: After a few months with OpenCore I agree. It worked relatively well for a while but I noticed issues cropping up like QuickLook was breaking and other nagging problems. I've reverted back to Clover and my computer is a dream on Catalina. Rock solid. I still can't update past Clover 5122 but hoping to find a fix soon. |
iRon7/ConvertTo-Expression | 485992974 | Title: Single quote in Hashtable key
Question:
username_0: I get an exception when i try to convert a Hashtable with a key that has a single quote:
`@{"as'd'f" = "asdf"} | ConvertTo-Expression`
I don't know if it's a good solution, but I (think I) fixed it adding a Replace in line 70:
`(Prefix) + '@{' + (@(ForEach ($Key in $List.get_Keys()) {"'$($Key.Replace('''', ''''''))' = $($List.$Key)"}) -Join '; ') + '}'`
Answers:
username_1: Thanks for the feedback and suggestion.
I will need to investigate, as the issue bigger than just _single quote in Hashtable keys_.
- It also appears in object keys (probably same fix)
- Backticks (`` ` ``) in keys need to be escaped as well
- Although single quotes are currently properly escaped in values, backticks (`` ` ``) are not
I will fix and update this a.s.a.p.
Status: Issue closed
username_1: I have updated the script (bug fix and added pwsh `semver` type support).
This bug test is also added to pester script to prevent it to reappear in future releases. |
Kittyfisto/Tailviewer | 243122404 | Title: Perform code signing on both installer and application
Question:
username_0: If the app is downloaded with Chrome on Windows 10, then chrome will first block execution of the installer, followed by windows showing two separate warning screens to the user.
If any additional security applications are installed, then the installer is often deleted without the user being able to do anything against it.
The only solution seems to be to pay enough ransom to a CA in order to obtain a code signing certificate.
Answers:
username_0: This ain't happening until a reasonable service to do so appears.
username_0: TOOD:
- [ ] Take a look at https://www.ksoftware.net/code-signing-certificates/ |
VitoLing/RGB_D-SLAM-with-SWIAICP | 1022725641 | Title: it seems your code is all wrong
Question:
username_0: I am using your code, but it seems that I get result all wrong. Any thing wrong?
here is the result:
python2 evaluate_ate_scale.py --plot deskiicpPLOT --verbose ../../rgbd_dataset_freiburg1_desk2/groundtruth.txt ../poses_kf.txt
compared_pose_pairs 102 pairs
absolute_translational_error.rmse 4.406771 m
absolute_translational_error.mean 4.052513 m
absolute_translational_error.median 4.476088 m
absolute_translational_error.std 1.731117 m
absolute_translational_error.min 0.468656 m
absolute_translational_error.max 7.044661 m
max idx: 69
Answers:
username_0: OK, finally I solved it. Great job!
username_1: @username_0 I have compiled successfully with catkin_make, and source setup.bash. but it fails when I run "rosrun iicp iicp" , showing it cant't find executable named iicp. Do you have any idea about what I should do next?
username_0: please check your $ROS_PACKAGE_PATH environment variable by execute "echo $ROS_PACKAGE_PATH" command, make sure that the iicp package has been added succeed to $ROS_PACKAGE_PATH, here is my output:
**/media/laijinxiang/UBUNTU/home/iicp/src**:/opt/ros/melodic/share
username_1: Many thanks! I solved it with your help!
username_0: Hi, I have to remind you that there is a fatal error on line 202 in the iaicp.cpp file of this project. You should chage "auto got = m_ForegroundTgt.find(cv::Point2i(xpos,ypos));" to "auto got = m_ForegroundTgt.find(cv::Point2i(xpos_,ypos_));".
username_1: Kind of you! It helps me a lot! |
stm32duino/STM32SD | 783101285 | Title: STM32F407VET6 with SDIO peripheral not compiling STM32SD examples
Question:
username_0: Hello,
after installing STM32SD, when I try to compile the "ReadWrite" example that comes with the STM32SD arduino lib, I get the following errors:
Arduino : 1.8.13 (Windows 8.1), Carte : "Generic STM32F4 series, FK407M1 STM32F407VET, STM32CubeProgrammer (DFU), Enabled (generic 'Serial'), None, Low/Full Speed, Smallest (-Os default), Newlib Nano (default)"
In file included from C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/Sd2Card.h:40,
from C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/STM32SD.h:22,
from C:\Users\admin\AppData\Local\Temp\arduino_modified_sketch_128243\ReadWrite.ino:12:
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:58:40: error: variable or field 'BSP_SD_GetCardInfo' declared void
58 | #define HAL_SD_CardInfoTypedef HAL_SD_CardInfoTypeDef
| ^~~~~~~~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:115:28: note: in expansion of macro 'HAL_SD_CardInfoTypedef'
115 | void BSP_SD_GetCardInfo(HAL_SD_CardInfoTypedef *CardInfo);
| ^~~~~~~~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:58:40: error: 'HAL_SD_CardInfoTypeDef' was not declared in this scope; did you mean 'HAL_SD_CardInfoTypedef'?
58 | #define HAL_SD_CardInfoTypedef HAL_SD_CardInfoTypeDef
| ^~~~~~~~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:115:28: note: in expansion of macro 'HAL_SD_CardInfoTypedef'
115 | void BSP_SD_GetCardInfo(HAL_SD_CardInfoTypedef *CardInfo);
| ^~~~~~~~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:115:52: error: 'CardInfo' was not declared in this scope; did you mean 'SD_CardInfo'?
115 | void BSP_SD_GetCardInfo(HAL_SD_CardInfoTypedef *CardInfo);
| ^~~~~~~~
| SD_CardInfo
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:120:24: error: variable or field 'BSP_SD_MspInit' declared void
120 | void BSP_SD_MspInit(SD_HandleTypeDef *hsd, void *Params);
| ^~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:120:24: error: 'SD_HandleTypeDef' was not declared in this scope; did you mean 'SPI_HandleTypeDef'?
120 | void BSP_SD_MspInit(SD_HandleTypeDef *hsd, void *Params);
| ^~~~~~~~~~~~~~~~
| SPI_HandleTypeDef
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:120:42: error: 'hsd' was not declared in this scope
[Truncated]
58 | #define HAL_SD_CardInfoTypedef HAL_SD_CardInfoTypeDef
| ^~~~~~~~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/bsp_sd.h:64:21: note: in expansion of macro 'HAL_SD_CardInfoTypedef'
64 | #define SD_CardInfo HAL_SD_CardInfoTypedef
| ^~~~~~~~~~~~~~~~~~~~~~
C:\Users\admin\Documents\Arduino\libraries\STM32SD\src/Sd2Card.h:62:5: note: in expansion of macro 'SD_CardInfo'
62 | SD_CardInfo _SdCardInfo;
| ^~~~~~~~~~~
exit status 1
Erreur de compilation pour la carte Generic STM32F4 series
Answers:
username_1: Hi @username_0
this is normal.
The variant does not enable the HAL SD module that's why you have all those errors.
Moreover the PinMap SD does not exists in the PeripheralPins.c.
You can enable the `HAL_SD_MODULE_ENABLED` by adding a file at the sketch level name `hal_conf_extra.h` with:
`#define HAL_SD_MODULE_ENABLED`
For the missing array, add on top of your sketch this array:
```c
#ifdef HAL_SD_MODULE_ENABLED
const PinMap PinMap_SD[] = {
// {PB_8, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D4
// {PB_9, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D5
// {PC_6, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D6
// {PC_7, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D7
{PC_8, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D0
{PC_9, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D1
{PC_10, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D2
{PC_11, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF12_SDIO)}, // SDIO_D3
{PC_12, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_NOPULL, GPIO_AF12_SDIO)}, // SDIO_CK
{PD_2, SDIO, STM_PIN_DATA(STM_MODE_AF_PP, GPIO_NOPULL, GPIO_AF12_SDIO)}, // SDIO_CMD
{NC, NP, 0}
};
#endif
```
You can comment or remove the pin you don't need.
Status: Issue closed
|
ustclug/discussions | 255839168 | Title: vm-nfs根分区磁盘损坏
Question:
username_0: 坏掉的是一块32GB的SSD,目前很多命令执行不了(由于读不出来数据),不建议重启。
目前这台机器运行的服务:
1. vSphere虚拟化集群的存储器(via NFS)
2. vSphere虚拟化集群备用DNS
目前想到的方案:
1. 换一块SSD,并重装系统,以便恢复服务
2. 将虚拟机存储迁移到vdp,这台机器就不修了
@username_1 ?
Answers:
username_1: 我还有点没搞明白,意思是vpn、light、gateway-el等虚拟机的存储其实都在vm-nfs上吗?换句话说就是它们随时可能因为vm-nfs后续坏盘而损坏?
如果这样的话,考虑到之前你说它的硬盘都已经不太行了,似乎是直接把其上服务移走比较好
username_0: 是的。这些虚拟机实际存放在vm-nfs上,且磁盘的状况不太好,但并没有坏,只有根分区坏了。
vm-nfs存储使用的是RAID1,再坏一块机械硬盘,虚拟机并不会跪。但如果设备断电(重启),有很大可能性启动不起来(然后虚拟机就跪了)。
username_2: 坏机器如果是捐赠的那批比较老的服务器,还是不要修了吧,太麻烦。现在我们有台老 mirrors,应该是相当稳定的,可以考虑往上迁移。
username_0: 目前SSH已经连不上了
Status: Issue closed
username_3: 这台机器的功能已经由 gateway-el 替代,目前 vm-nfs 已经没有使用。 |
reapit/foundations | 946379147 | Title: Investigate issue with the sales account not being able to uninstall apps
Question:
username_0: **Describe the bug**
Currently the Reapit sales account cannot uninstall apps on the marketplace despite belonging to the required groups.
**To Reproduce**
Login to the reapit sales account and attempt to uninstall an app.
**To do**
Investigate the cause of the issue and resolve. (Check the platform identity)<issue_closed>
Status: Issue closed |
ContinuumIO/anaconda-issues | 243042278 | Title: Navigator Error
Question:
username_0: For some reason, I had this issue with the new Anaconda-Navigator. The worst problem is that Spyder was reopened without my previous Editor session, which means that I needed to upload every single program I was using.
## Main error
Application <b>spyder</b> launch may have produced errors.
## Traceback
```
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
```
## System information
```
platform: osx-64
version: 1.6.2
conda: 4.3.21
qt: 5.6.2
language: en
python: 2.7.13
os: Darwin;16.6.0;Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64;x86_64;i386
pyqt: 5.6.0
```
Answers:
username_1: Closing as duplicate of #1778
---
Please update to the latest version of Navigator.
Open a terminal (on Linux or Mac) or the Anaconda Command Prompt (on windows)
and type
```
$ conda update anaconda-navigator
```
Status: Issue closed
|
contextfree/winrt-rust | 174902975 | Title: Improve compile time (or at least don't regress it)
Question:
username_0: We can use this issue to track the current compile time (and memory usage) by posting the output of `cargo rustc --features all -- -Z time-passes`. Also don't forget to include `rustc -V`.
Answers:
username_0: Here are some numbers (for https://github.com/contextfree/winrt-rust/commit/2e914f7273f15085975b45fd77c6d908723762db) (without the time required to compile dependencies) showing the effect of https://github.com/rust-lang/rust/pull/36524 between `rustc 1.13.0-nightly (c772948b6 2016-09-20)` and `rustc 1.13.0-nightly (4f9812a59 2016-09-21)`:
| | time [secs] | rlib size [bytes] |
|------------------|-------------|-------------------|
| Before (Debug) | 351.46 | 263.572.720 |
| Before (Release) | 506.68 | 154.972.432 |
| After (Debug) | 285.87 | 187.843.258 |
| After (Release) | 305.48 | 119.689.216 |
See [details in a gist](https://gist.github.com/username_0/908f6cd832d328eb096c089dc40abc55).
username_0: I added the `#[inline]` attribute to more functions in https://github.com/contextfree/winrt-rust/commit/df557dd1a1c342ede680ff779110c1994d3ee966 and measured again, this time comparing `rustc 1.13.0-nightly (4f9812a59 2016-09-21)` and `rustc 1.13.0-nightly (d0623cf7b 2016-09-26)`
| | time [secs] | rlib size [bytes] |
|------------------|-------------|-------------------|
| Before (Debug) | 250.86 | 99.626.880 |
| Before (Release) | 259.66 | 97.387.268 |
| After (Debug) | 223.87 | 76.829.116 |
| After (Release) | 221.5 | 74.582.690 |
Adding more `#[inline]` improved everything but the `item-bodies checking` phase, and the latest compiler changes improved compile times further!
I have updated the gist to include the latest measurements.
username_0: I just did a new test run (with PR #48), and observed that the compile times slightly decreased, but the memory usage and output rlib size increased quite a bit (as always, see the [gist](https://gist.github.com/username_0/908f6cd832d328eb096c089dc40abc55) for details):
| | time [secs] | rlib size [bytes] | max memory [MB] |
| --- | --- | --- | --- |
| 2016-09-26 (Debug) | 223.87 | 76.829.116 | 2396 |
| 2016-09-26 (Release) | 221.5 | 74.582.690 | 2384 |
| 2017-12-20 (Debug) | 214.25 | 117.216.458 | 4334 |
| 2017-12-20 (Release) | 215.84 | 114.618.966 | 4325 |
This can have many reasons, because both `rustc` and winrt itself changed between those two measurements. Maybe worth investigating, but I don't have time for that. |
lukelmg/numbermusic | 529073679 | Title: Weird thing with non-numbers
Question:
username_0: spaces when doing 765 765 5555666765 were being very weird. probably just have spaces setup to do something which it shouldn't. will fix tomorrow or over break
Answers:
username_0: Fixed! problem with strings registering " "'s as zeros. Found a special if statement to detect spaces in strings. Working now |
explosion/spaCy | 288343128 | Title: how to tweak hyper parameters like from "optimizer_B1" to " optimizer_B2" ?
Question:
username_0: @username_2 @username_1
Python version: 2.7.6
Platform: Linux-3.16.0-77-generic-x86_64-with-Ubuntu-14.04-trusty
spaCy version: 2.0.0a17
Models: en, en_core_web_sm, xx_ent_wiki_sm
**parser_hidden_depth=2 parser_maxout_pieces=1 train-parser** this command is provided in documentation of API , but I am not getting where this command should be executer and what should be the syntax for changing optimizer b1 to b2 ?
Answers:
username_1: Those are environment variables, used when you're training spaCy via the command line commands.
Status: Issue closed
|
hofmanneil/DevelopersFinal | 516761252 | Title: saving modelform instance will fail
Question:
username_0: https://github.com/hofmanneil/DevelopersFinal/blob/c0b8feefce3323529ca8ace3d8c40e56c4e1c722/ADproject2/monitorsapp/views.py#L13-L15
the Monitor object youre trying to save doesnt really work here, i think if you get rid of line 14 and change 15 to `stock.save()` it should work like you want |
marcjwilliams1/SubClonalSelection.jl | 494984626 | Title: Error when Runing examples
Question:
username_0: When using the example to test if SubClonalSelection.jl works properly, I encountered a MethodError regarding to ApproxBayes.ABCSMCModel.
Here is the command I used:
```
using Random
Random.seed!(123)
out = fitABCmodels("/media/mcgdyy/26a57261-f203-45e8-96a9-2b6dfe6ee8a8/Research/HCC_clonal_evolution/selection_quantification/SubClonalSelection.jl-master/example/oneclone.txt","oneclone",read_depth = 300,resultsdirectory = "example",Nmaxinf = 10^6,maxiterations = 5*10^5,save = true,nparticles = 400);
```
And here is the error message:
```
ERROR: MethodError: no method matching ApproxBayes.ABCSMCModel(::Array{Function,1}, ::Array{Int32,1}, ::Float64, ::Array{ApproxBayes.Prior,1}; constants=Array{Any,1}[[2, 300, 0.0, 0.693147, 0.0, 10000, timefunc, 0.0166667, 0.05, 0.75], [2, 300, 0.0, 0.693147, 0.0, 10000, timefunc, 0.0166667, 0.05, 0.75], [2, 300, 0.0, 0.693147, 0.0, 10000, timefunc, 0.0166667, 0.05, 0.75]], nparticles=400, maxiterations=500000, convergence=0.07, modelkern=0.5, ϵ1=1000000, other=1000000)
Closest candidates are:
ApproxBayes.ABCSMCModel(::Array{Function,1}, ::Array{Int64,1}, ::Float64, ::Array{ApproxBayes.Prior,1}; constants, maxiterations, nparticles, α, ϵ1, modelkern, convergence, other, kernels) at /home/mcgdyy/.julia/packages/ApproxBayes/EK19t/src/types.jl:177
Stacktrace:
[1] #getsetup#59(::Int32, ::Int32, ::Float64, ::Float64, ::Int32, ::Int32, ::Float64, ::Float64, ::Int32, ::Float64, ::Float64, ::Float64, ::Int32, ::Float64, ::typeof(timefunc), ::Int32, ::Float64, ::Float64, ::Float64, ::Float64, ::Int32, ::typeof(SubClonalSelection.getsetup), ::Int32) at /home/mcgdyy/.julia/dev/SubClonalSelection/src/runabc.jl:191
[2] (::getfield(SubClonalSelection, Symbol("#kw##getsetup")))(::NamedTuple{(:detectionlimit, :read_depth, :maxiterations, :nparticles, :modelkern, :convergence, :ϵ1, :Nmax, :mincellularity, :ρ, :maxclonalmutations, :maxmu, :timefunction, :ploidy, :d, :b, :fmin, :fmax, :Nmaxinf),Tuple{Float64,Int32,Int32,Int32,Float64,Float64,Int32,Int32,Float64,Float64,Int32,Float64,typeof(timefunc),Int32,Float64,Float64,Float64,Float64,Int32}}, ::typeof(SubClonalSelection.getsetup), ::Int32) at ./none:0
[3] #fitABCmodels#60(::Int32, ::Int32, ::Float64, ::Float64, ::Float64, ::Int32, ::Int32, ::Int32, ::Int32, ::String, ::Bool, ::Bool, ::Bool, ::Int32, ::Float64, ::Float64, ::Bool, ::Int32, ::Float64, ::Bool, ::typeof(timefunc), ::Int32, ::Float64, ::Float64, ::Int32, ::Int32, ::Float64, ::Bool, ::typeof(fitABCmodels), ::Array{Float64,1}, ::String) at /home/mcgdyy/.julia/dev/SubClonalSelection/src/runabc.jl:315
[4] (::getfield(SubClonalSelection, Symbol("#kw##fitABCmodels")))(::NamedTuple{(:fmin, :fmax, :minreads, :minvaf, :read_depth, :maxiterations, :maxclones, :nparticles, :Nmax, :resultsdirectory, :progress, :verbose, :save, :ϵ1, :mincellularity, :maxcellularity, :firstpass, :Nmaxinf, :ρ, :adaptpriors, :timefunction, :ploidy, :d, :b, :convergence, :savepopulations),Tuple{Float64,Float64,Int32,Float64,Int32,Int32,Int32,Int32,Int32,String,Bool,Bool,Bool,Int32,Float64,Float64,Bool,Int32,Float64,Bool,typeof(timefunc),Int32,Float64,Float64,Float64,Bool}}, ::typeof(fitABCmodels), ::Array{Float64,1}, ::String) at ./none:0
[5] #fitABCmodels#61(::Int32, ::Int32, ::Float64, ::Float64, ::Float64, ::Int32, ::Int32, ::Int32, ::Int32, ::String, ::Bool, ::Bool, ::Bool, ::Int32, ::Float64, ::Float64, ::Bool, ::Int32, ::Float64, ::Bool, ::typeof(timefunc), ::Int32, ::Float64, ::Float64, ::Float64, ::Bool, ::typeof(fitABCmodels), ::String, ::String) at /home/mcgdyy/.julia/dev/SubClonalSelection/src/runabc.jl:365
[6] (::getfield(SubClonalSelection, Symbol("#kw##fitABCmodels")))(::NamedTuple{(:read_depth, :resultsdirectory, :Nmaxinf, :maxiterations, :save, :nparticles),Tuple{Int32,String,Int32,Int32,Bool,Int32}}, ::typeof(fitABCmodels), ::String, ::String) at ./none:0
[7] top-level scope at none:0
```
So what could be the source of this error?
Answers:
username_0: 
It appeared that it's an inconsistence of ApproxBayes.ABCSMCModel,with the second parameter of different type?
username_1: Hi @username_0, sorry for the delay with this, will try to get to the bottom of it this week. I updated ApproxBayes.jl recently so it is probably because of that. I'll let you know. Thanks for your patience.
username_0: Thank you for your reply. I realized that this might be due to the default int type used by julia 32bit and julia 64bit. So I change the julia to 64bit and the problem seem to be solved!
Status: Issue closed
|
NeuralEnsemble/elephant | 323128174 | Title: add manifest.in file
Question:
username_0: According to @rgerkin (see https://github.com/NeuralEnsemble/elephant/issues/158) a `MANIFEST.in` file is necessary to properly include the `requirements` and `LICENCE` files in the pypi release.
Add inside:
```
include requirements.txt
include LICENSE
```
Answers:
username_0: Any other files that should be included needs to be added to the `MANIFEST.in`.
username_0: A manifest file is now added with PR https://github.com/NeuralEnsemble/elephant/pull/159. I will leave this issue a little bit open to remind us to put additional files into the `manifest.in`.
username_0: Some examples:
include README.rst
include LICENSE.txt
include AUTHORS.txt
recursive-include doc *
prune doc/build
Status: Issue closed
|
zostera/django-bootstrap4 | 265064877 | Title: Docs still use "django-bootstrap3"
Question:
username_0: Docs still use `django-bootstrap3` everywhere, for example in installation instructions.
(Are you interested in PRs here?)
Answers:
username_0: This is fixed in `develop`, but readthedocs appears to build off `master`.
username_1: We're overdue for a merge party. :)
username_2: We're looking at the docs, also because the docs URL was/is claimed by another party :-(
username_2: We hope to have access to the preferred ReadTheDocs name soon, a little more patience.
Status: Issue closed
username_2: The documentation is now (also) at http://django-bootstrap4.readthedocs.io/.
We've had great help from ReadTheDocs and @username_1 to make this happen. Thanks! |
negomi/react-burger-menu | 453560356 | Title: customBurgerIcon FOUC
Question:
username_0: When I use the `customBurgerIcon` props I always get a flash of unstyled content (FOUC)...
How to get rid of it?
Answers:
username_1: Hi @username_0,
I'm unable to reproduce this locally. Could you push some code up to a repo demonstrating the issue so I can look into it?
username_0: Actually I'm sorry.
When I made a reduced test case it turned out it was because [this sizing pkg](https://npm.im/react-resize-aware) I'm using is slow. 😬
Status: Issue closed
username_1: Ah, no worries :) |
Ananastasiya88/-Credit-Card-Number-Validator | 949647418 | Title: "Result is FAIL" при вводе валидного номера банковской карты, состоящего из 14 символов
Question:
username_0: ### Шаги по воспроизведению
1. Открыть IntelliJ IDEA
1. Вставить в программу код, который оставил разработчик
1. Открыть сайт freeformatter.com, генерирующий валидные номера банковских карт
1. Скопировать поочередно номера карт Diners Club - Carte Blanche
1. Вставить скопированные номера в четвертую строку кода IntelliJ IDEA
1. Нажать на кнопку "Run 'main.main()'
1. Скопировать поочередно номера карт Diners Club - International (все они состоят из 14 символов)
1. Вставить скопированные номера в четвертую строку кода IntelliJ IDEA
1. Нажать на кнопку "Run 'main.main()'
#### Ожидаемый результат
"Result is OK" при вводе валидного номера банковской карты, состоящего из 14 символов
#### Фактический результат
"Result is FAIL" при вводе валидного номера банковской карты, состоящего из 14 символов
#### Программное окружение
Устройство: laptop Asus (Windows 10 Домашняя)
Браузер: Microsoft Edge (91.0.864.70)(64-разрядная версия)
Версия JAVA: 11.0.11
Скриншоты:





 |
red-hat-storage/ocs-ci | 793119335 | Title: SanityExternalCluster does not have an attribute obj_objs
Question:
username_0: This error is being appeared in external cluster deployment in Test Deployment:
An example for a deployment we faced this: [link](https://ocs4-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/qe-deploy-ocs-cluster/16653/consoleFull)
```
E AttributeError: 'SanityExternalCluster' object has no attribute 'obc_objs'
ocs_ci/helpers/sanity_helpers.py:97: AttributeError
```
Status: Issue closed
Answers:
username_1: This is the dup of this issue: https://github.com/red-hat-storage/ocs-ci/issues/3746 , so closing this one. |
kzahel/jstorrent | 97795213 | Title: New Chromebook, Error Invalid file when downloading torrents
Question:
username_0: Hi I recently downloaded your app and currently cannot get it to work. Im not a familiar user with Chromebook, but I've directed the program to save files in the download folder, but when I try access the URL download, i get the above error code.
Answers:
username_1: Hi, try using magnet links instead, as they will give you fewer problems. Finding magnet links can be easier if you install the helper extension: https://chrome.google.com/webstore/detail/jstorrent-helper-extensio/bnceafpojmnimbnhamaeedgomdcgnbjk
Also, if you have a .torrent file that you believe is valid but JSTorrent is not reading correctly, you can send it to <EMAIL> and I will take a look. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.