id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
100679997
java.lang.NoClassDefFoundError: android/view/View Version:7.0.2-SNAPSHOT when i execute "gradle installD" in android studio ,an error occurs like below: What went wrong: Execution failed for task ':app:compileDebugJava'. java.lang.NoClassDefFoundError: android/view/View Paste a full stack trace @JakeWharton I ran into this last night, I fixed it in #330 whenever it gets merged. I can fix it separately from that PR though a full stack trace: 12:08:44.105 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :butterknifesample:compileDebugJava (Thread[Task worker,5,main]) started. 12:08:44.106 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :butterknifesample:compileDebugJava 12:08:44.106 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Starting to execute task ':butterknifesample:compileDebugJava' 12:08:44.110 [DEBUG] [org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter] Determining if task ':butterknifesample:compileDebugJava' is up-to-date 12:08:44.125 [INFO] [org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter] Executing task ':butterknifesample:compileDebugJava' (up-to-date check took 0.014 secs) due to: No history is available. 12:08:44.125 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter] Executing actions for task ':butterknifesample:compileDebugJava'. 12:08:44.140 [INFO] [org.gradle.api.internal.changedetection.changes.RebuildIncrementalTaskInputs] All input files are considered out-of-date for incremental task ':butterknifesample:compileDebugJava'. 12:08:44.156 [DEBUG] [org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler] Compiler arguments: -d /home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/classes/debug -g -encoding UTF-8 -bootclasspath /home/wangwei/Env/bak/adt-bundle-linux-x86_64-20140702/sdk/platforms/android-22/android.jar -sourcepath /home/wangwei/data/opensouce/Fitness2/butterknifesample/build/tmp/compileDebugJava/emptySourcePathRef -s /home/wangwei/data/opensouce/Fitness2/butterknifesample/build/generated/source/apt/debug -processorpath /home/wangwei/.gradle/caches/modules-2/files-2.1/com.jakewharton/butterknife-compiler/7.0.2-SNAPSHOT/eb75643954cc8d28c6e2826d9afcb3d0972ff4c8/butterknife-compiler-7.0.2-SNAPSHOT.jar:/home/wangwei/Env/bak/adt-bundle-linux-x86_64-20140702/sdk/extras/android/m2repository/com/android/support/appcompat-v7/22.2.1/appcompat-v7-22.2.1.aar:/home/wangwei/.gradle/caches/modules-2/files-2.1/com.jakewharton/butterknife/7.0.2-SNAPSHOT/1989eca48d274a80ed0a8e1ac3d9ffe9420635d0/butterknife-7.0.2-SNAPSHOT.jar:/home/wangwei/.gradle/caches/modules-2/files-2.1/com.squareup/javapoet/1.2.0/ad3ba65c1788f4d814a4da056323e2b84412fb3c/javapoet-1.2.0.jar:/home/wangwei/Env/bak/adt-bundle-linux-x86_64-20140702/sdk/extras/android/m2repository/com/android/support/support-v4/22.2.1/support-v4-22.2.1.aar:/home/wangwei/Env/bak/adt-bundle-linux-x86_64-20140702/sdk/extras/android/m2repository/com/android/support/support-annotations/22.2.1/support-annotations-22.2.1.jar:/home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/jars/classes.jar:/home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/jars/libs/internal_impl-22.2.1.jar:/home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/jars/classes.jar -classpath /home/wangwei/Env/bak/adt-bundle-linux-x86_64-20140702/sdk/extras/android/m2repository/com/android/support/support-annotations/22.2.1/support-annotations-22.2.1.jar:/home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/jars/classes.jar:/home/wangwei/.gradle/caches/modules-2/files-2.1/com.jakewharton/butterknife/7.0.2-SNAPSHOT/1989eca48d274a80ed0a8e1ac3d9ffe9420635d0/butterknife-7.0.2-SNAPSHOT.jar:/home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/jars/libs/internal_impl-22.2.1.jar:/home/wangwei/data/opensouce/Fitness2/butterknifesample/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/jars/classes.jar /home/wangwei/data/opensouce/Fitness2/butterknifesample/src/main/java/raptors/com/butterknifesample/MainActivity.java /home/wangwei/data/opensouce/Fitness2/butterknifesample/build/generated/source/r/debug/android/support/v7/appcompat/R.java /home/wangwei/data/opensouce/Fitness2/butterknifesample/build/generated/source/r/debug/raptors/com/butterknifesample/R.java /home/wangwei/data/opensouce/Fitness2/butterknifesample/build/generated/source/buildConfig/debug/raptors/com/butterknifesample/BuildConfig.java -XDuseUnsharedTable=true 12:08:44.157 [INFO] [org.gradle.api.internal.tasks.compile.JdkJavaCompiler] Compiling with JDK Java compiler API. 12:08:44.643 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':butterknifesample:compileDebugJava' 12:08:44.643 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :butterknifesample:compileDebugJava FAILED 12:08:44.644 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :butterknifesample:compileDebugJava (Thread[Task worker,5,main]) completed. Took 0.538 secs. 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker Thread 5,5,main]] finished, busy: 0.167 secs, idle: 0.837 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker,5,main]] finished, busy: 0.592 secs, idle: 0.412 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker Thread 7,5,main]] finished, busy: 0.028 secs, idle: 0.975 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Daemon worker,5,main]] finished, busy: 0.007 secs, idle: 0.997 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker Thread 4,5,main]] finished, busy: 0.035 secs, idle: 0.969 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker Thread 3,5,main]] finished, busy: 0.117 secs, idle: 0.887 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker Thread 6,5,main]] finished, busy: 0.012 secs, idle: 0.992 secs 12:08:44.644 [DEBUG] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] Task worker [Thread[Task worker Thread 2,5,main]] finished, busy: 0.038 secs, idle: 0.966 secs 12:08:44.651 [ERROR] [org.gradle.BuildExceptionReporter] 12:08:44.652 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build failed with an exception. 12:08:44.653 [ERROR] [org.gradle.BuildExceptionReporter] 12:08:44.653 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong: 12:08:44.653 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed for task ':butterknifesample:compileDebugJava'. 12:08:44.653 [ERROR] [org.gradle.BuildExceptionReporter] > java.lang.NoClassDefFoundError: android/view/View 12:08:44.653 [ERROR] [org.gradle.BuildExceptionReporter] 12:08:44.654 [ERROR] [org.gradle.BuildExceptionReporter] * Try: 12:08:44.654 [ERROR] [org.gradle.BuildExceptionReporter] Run with --stacktrace option to get the stack trace. 12:08:44.655 [LIFECYCLE] [org.gradle.BuildResultLogger] 12:08:44.655 [LIFECYCLE] [org.gradle.BuildResultLogger] BUILD FAILED 12:08:44.655 [LIFECYCLE] [org.gradle.BuildResultLogger] 12:08:44.655 [LIFECYCLE] [org.gradle.BuildResultLogger] Total time: 8.286 secs Ran into the same problem, v7.0.2 SNAPSHOT FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileDebugJava'. > java.lang.NoClassDefFoundError: android/view/View stack trace: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:compileDebugJava'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:42) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53) at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) at org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:310) at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.executeTask(AbstractTaskPlanExecutor.java:79) at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:63) at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:51) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54) at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40) Caused by: java.lang.RuntimeException: java.lang.NoClassDefFoundError: android/view/View at com.sun.tools.javac.main.Main.compile(Main.java:469) at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:132) at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:45) at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:33) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.delegateAndHandleErrors(NormalizingJavaCompiler.java:101) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:50) at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:36) at org.gradle.api.internal.tasks.compile.CleaningJavaCompilerSupport.execute(CleaningJavaCompilerSupport.java:34) at org.gradle.api.internal.tasks.compile.CleaningJavaCompilerSupport.execute(CleaningJavaCompilerSupport.java:25) at org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:157) at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:137) at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:91) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:75) at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$IncrementalTaskAction.doExecute(AnnotationProcessingTaskFactory.java:243) at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:219) at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$IncrementalTaskAction.execute(AnnotationProcessingTaskFactory.java:230) at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:208) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61) ... 14 more Caused by: java.lang.NoClassDefFoundError: android/view/View at butterknife.internal.BindingClass.createBindMethod(BindingClass.java:129) at butterknife.internal.BindingClass.brewJava(BindingClass.java:106) at butterknife.internal.ButterKnifeProcessor.process(ButterKnifeProcessor.java:130) at com.sun.tools.javac.processing.JavacProcessingEnvironment.callProcessor(JavacProcessingEnvironment.java:793) at com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:722) at com.sun.tools.javac.processing.JavacProcessingEnvironment.access$1700(JavacProcessingEnvironment.java:97) at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1029) at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1163) at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1108) at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:824) at com.sun.tools.javac.main.Main.compile(Main.java:439) ... 32 more Caused by: java.lang.ClassNotFoundException: android.view.View ... 43 more The compiler no longer references Android classes directly. This will be fixed in the next release.
gharchive/issue
2015-08-13T03:09:13
2025-04-01T04:32:39.652062
{ "authors": [ "JakeWharton", "MichaelEvans", "iyy", "yrom" ], "repo": "JakeWharton/butterknife", "url": "https://github.com/JakeWharton/butterknife/issues/329", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
85511698
Plugin doesn't work with gradle 2.2.1, android gradle plugin 1.2.3 (1.2.2) Hello, it seems to plugin doesn't work with my project. We use SDK Tools 24.3, Build Tools 22.0.1, Platform Tools 22, android gradle plugin 1.2.3, gradle 2.2.1. When i use following configuration: apply plugin: 'android-sdk-manager' apply plugin: 'com.android.application' sdkManager { emulatorVersion 'android-19' emulatorArchitecture 'armeabi-v7a' // optional, defaults to arm } then start command "./gradlew clean assemble", i get following error: Could not find method sdkManager() for arguments [build_dacvu57stp2ir956ean5vm7nd$_run_closure1@74f280bd] on project... Also, could you please give advice, how to check plugin works or no? Release with support for configuration via sdkManager {} closure is not published yet. See #73. Thanks, what about question "Also, could you please give advice, how to check plugin works or no?" Also i want to understand could i apply this plugin to all my project modules (have a lot of modules) if i put it in root build.gradle file? To check that plugin works you can execute Gradle with one of logging level flag, for example: ./gradlew clean build --info Sdk-Manager will print: "SDK resolve took someTime ms". And yes, you can add plugin to the buildScript's classPath in the root build.gradle, but you should apply plugin: android-sdk-manager in each submodule where you want to use Sdk-Manager. @artem-zinnatullin , Thank's a lot!!! @ultraon glad to help, if you don't have other questions related to this issue, please close it :)
gharchive/issue
2015-06-05T11:30:13
2025-04-01T04:32:39.657514
{ "authors": [ "artem-zinnatullin", "ultraon" ], "repo": "JakeWharton/sdk-manager-plugin", "url": "https://github.com/JakeWharton/sdk-manager-plugin/issues/77", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
146473258
Generate restrictive robots.txt unless ENV is production robots.txt should disallow everything unless process.env.NODE_ENV == production While i like this idea, builds on jam3.net are considered production, at least with the current build process, and we definitely want the robots.txt there. We should investigate another way to ensure the robots.txt is everywhere except the live server. That's a good point Perhaps a separate environment variable? Or check the host name of the machine to see if it's jam3.net? Is that possible? After some research, best solution i have seen is having a robots.php mapped to robots.txt that dynamically writes it. This would work fine for jam3.net, but I'm not sure if its the best solution. No viable in our current build process.
gharchive/issue
2016-04-07T00:24:25
2025-04-01T04:32:39.663653
{ "authors": [ "cheapsteak", "njam3" ], "repo": "Jam3/generator-jam3", "url": "https://github.com/Jam3/generator-jam3/issues/191", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
139816917
Nogl implementation Hello @mattdesl! Some changes: Nogl implementation for nodejs. Retargeted to process n×m dim canvas. Augmented the API to follow the logic var draw = Draw(what, how). It is compatible with old API, but now user can simply pass a fragment shader source: var draw = create(glslify('shader.frag')). Optimized performance of draw, now it is 2-3 times faster in some cases. Turned on float values by default - they better fit for processing. I know, it is quite big change, and you may not like changed code style/test runner, just wanted to know your opinion and maybe ideas for a new package name then. Maybe gl-shader-process or gl-shader-draw? Thanks anyways. Very cool!! I think a lot of this may be out of scope for this module, though, which is just trying to be specific to webgl. What about moving the core non-glsl logic to another module like 'js-glsl'? Then you can build other modules on top of it. Thanks! Sent from my iPhone On Mar 10, 2016, at 3:13 AM, Deema Yvanow notifications@github.com wrote: Hello @mattdesl! There I’ve provided nogl implementation of a module for nodejs. Augmented the API to follow the logic createDraw(shader, options). It is compatible with old API, but now user can simply pass a fragment shader source: create(glslify('sound.frag')). Optimized performance of draw, now it is 2-3 times faster in some cases. Turned on float values by default. I know, it is quite big change, just wanted to know your opinion and maybe ideas for a new package name, if you prefer to keep the current gl-shader-output implementation. Maybe gl-shader-process or gl-shader-draw? You can view, comment on, or merge this pull request online at: https://github.com/Jam3/gl-shader-output/pull/2 Commit Summary Update style Provide basic nogl implementation File Changes M README.md (48) M index.js (168) A nogl.js (55) M package.json (28) M test/test.js (177) Patch Links: https://github.com/Jam3/gl-shader-output/pull/2.patch https://github.com/Jam3/gl-shader-output/pull/2.diff — Reply to this email directly or view it on GitHub. @mattdesl nice idea, thanks. Guess I will do that. I have already a bunch of things which are able to be implemented with glsl-js https://github.com/dfcreative/glsl-js/issues/9 Moved nogl logic to nogl-shader-output Obsolete due to #3
gharchive/pull-request
2016-03-10T08:13:46
2025-04-01T04:32:39.672587
{ "authors": [ "dfcreative", "mattdesl" ], "repo": "Jam3/gl-shader-output", "url": "https://github.com/Jam3/gl-shader-output/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
360018225
lv-exe option causes an unhandled exception in 2.0.0b1 In the line below we don't add the other version parameters when using an lv-exe option. Later the port registration tries to use these for an ID. We need to enter placeholders at least here https://github.com/JamesMc86/LabVIEW-CLI/blob/0a0c45c265326829c9423f1da99a9391f9027438/C Sharp Source/LabVIEW CLI/Program.cs#L218 Deprecated for next 2.0.0 beta
gharchive/issue
2018-09-13T18:43:19
2025-04-01T04:32:39.687389
{ "authors": [ "JamesMc86" ], "repo": "JamesMc86/LabVIEW-CLI", "url": "https://github.com/JamesMc86/LabVIEW-CLI/issues/54", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1250148968
Show link on help page and handle fullscreen The help page shows two links now instead of the QR code. The app goes fullscreen automatically and leaves fullscreen on opening a link from Help page. There is another button on bottom-right to go back to fullscreen. Fullscreen works good and the links show up 👍 But is it correct that the QR code is not needed anymore? @max-simon / @JanLahmann can you please confirm that? Yes, its intended from my side. Showing the QR Code would need some refactoring and I did not have a good idea on how to nicely show it :D
gharchive/pull-request
2022-05-26T22:24:59
2025-04-01T04:32:39.705088
{ "authors": [ "max-simon", "tbrodbeck" ], "repo": "JanLahmann/Qoffee-Maker", "url": "https://github.com/JanLahmann/Qoffee-Maker/pull/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
300002267
Adding support for Visual Studio Live Share This PR adds support for Visual Studio Live Share, and is the accompanying change to this CSpell PR. With this change in place, all developers that join a Live Share collaboration session, and have this extension installed, will be able to continue benefiting from the spell checking behavior they would expect (which could be really important for pairing/mentoring/etc. scenarios): After this CSpell PR was merged, it would obviously need to be published to NPM, and depending on the new version, this dependency would need to be updated. However, this change could still be made separately, since it would have the affect of making the status bar item begin showing up on the "guest" side, however, it would still show spell checking as disabled unless the LSP server was using the latest cspell with my change. // CC @Jason-Rev @Jason3S I have published the extension with the updated uri filter. Awesome! Thanks so much
gharchive/pull-request
2018-02-25T06:16:32
2025-04-01T04:32:39.772003
{ "authors": [ "Jason3S", "lostintangent" ], "repo": "Jason-Rev/vscode-spell-checker", "url": "https://github.com/Jason-Rev/vscode-spell-checker/pull/191", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1780450967
[Feat]: create product detail page What feature? we can create product detail page to display product specific information Add screenshots Add screenshots Code of Conduct [x] I agree to follow this project's Code of Conduct can you reopen this @JasonDsouza212
gharchive/issue
2023-06-29T09:25:36
2025-04-01T04:32:39.773793
{ "authors": [ "kailashchoudhary11" ], "repo": "JasonDsouza212/free-hit", "url": "https://github.com/JasonDsouza212/free-hit/issues/940", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
573095035
[Bug]Chinese content disturbance/中文的文本文件打开乱码,notepad与notepad++都正常 操作步骤.txt 乱码 应该是 GBK 问题 其实不管怎么做,都没法保证准确率,最好的办法就是先识别本机的语言和地区,然后用相应的识别库来对比。但是就算这样,也有可能用户打开的文件就只是utf-8。慢慢程序软件都转向utf-8了,这类问题就不会再出现了。 @JasonStein 作者大大,要不要加个 SaveWithEncoding 和 以某个编码 读取的功能? 系统自带的save/open dialog不支持添加extension,所以save with encoding不好做。但是我有想加入 以某个编码重新打开当前文本的功能,就像 VSCode一样。 @JasonStein 棒棒棒 其实好像改编码不需要改后缀名哇,还是以原文件保存,只是保存的时候就使用 utf8 了 哦哦 我的意思是 Win32那个文件保存框 UWP是没有权限魔改的,如果要做的话,就应该像notepad.exe那样在保存框的下面多一个选项,你自己选编码。 @JasonStein 我想了一个馊主意,也许咱通过给用户两个 Dialog 可以解决,一个给用户选编码,一个让用户选保存到哪,就可以解决 我之前想过,太丑了。。。所以就打算这样了。 毕竟Notepads面向的大多数用户,用不上这个功能。需要这个功能的人多半电脑里也有VSCode或者notepad++ @dunkeng 暂时你先去设置里选择ANSI 作为默认编码识别,重启app之后再打开你那些乱码的文件看看。 可以,打开这个文件没问题,但打开JIS的日文的就不行了,无论是UTF8还是ANSI 新建文本文档.txt @JasonStein 大佬考虑给个搜寻框不,这么多内容可不好找 你看中间那个,会根据你的系统语言,优先推荐当前系统ANSI编码,如果是中文的话就是GB 3213。意思就是大部分情况下,大部分国家的用户都能在中间那里找到自己想要的。 厉害了这个交互细节 @lindexi 更厉害的是,如果像我这样电脑是英文,地区有中文的话,提示两个: Closing this thread since v1.1.4.0 is released with "Auto Guess Encoding" feature.
gharchive/issue
2020-02-29T01:26:01
2025-04-01T04:32:39.788182
{ "authors": [ "JasonStein", "dunkeng", "lindexi" ], "repo": "JasonStein/Notepads", "url": "https://github.com/JasonStein/Notepads/issues/305", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
381090783
老旧设备无法扫描出设备名称 我用大部分手机(近两年买的)都是可以搜到名字的,但是用16年的手机比如:三星S5、1加3等,虽然支持BLE4.0,但扫描出来没有Name,只有Mac。请问该如何解决呢? 同问!求大神解答 @RunningShadow-007 兄弟,我是因为没有判断定位是否开启导致的……扫描前必须要把定位打开。
gharchive/issue
2018-11-15T10:15:55
2025-04-01T04:32:39.790306
{ "authors": [ "PrinceChou", "RunningShadow-007" ], "repo": "Jasonchenlijian/FastBle", "url": "https://github.com/Jasonchenlijian/FastBle/issues/350", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1623298727
Extend Azure Service Bus options to allow connection using TokenCredentials (and probably the other options azure service bus allows) Something like return await Host .CreateDefaultBuilder(args) .UseWolverine((ctx, opts) => { opts .UseAzureServiceBus("my-servicebus.servicebus.windows.net", new ManagedIdentityCredential()) .AutoProvision() .UseConventionalRouting(); }) .RunOaktonCommands(args); Closed by #231 and related work
gharchive/issue
2023-03-14T11:39:40
2025-04-01T04:32:39.795011
{ "authors": [ "jeremydmiller", "robinarrowsmith" ], "repo": "JasperFx/wolverine", "url": "https://github.com/JasperFx/wolverine/issues/230", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1206357790
JSTB-0: create Skeleton Spring boot project Create skeleton Spring Boot project for JSTB. Acceptance criteria: Spring boot project created https://github.com/JavaStudyTelegramBot/java-study-telegram-bot/pull/6
gharchive/issue
2022-04-17T12:05:17
2025-04-01T04:32:39.804614
{ "authors": [ "pavelRyumin" ], "repo": "JavaStudyTelegramBot/java-study-telegram-bot", "url": "https://github.com/JavaStudyTelegramBot/java-study-telegram-bot/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
837864388
Spring @Autowired argument 호환 드디어 Spring 의 @Autowired 가 등장했습니다. 아래와 같은 테스트에서 Spring Bean OrderRepository 가 주입되어야 합니다. @SpringBootTest class SpringContextTest { @ParameterizedTest @AutoSource void test( Order order, @Autowired OrderRepository orderRepository ) { // test } } AutoParams 와 SpringExtension 의 충돌로 아래와 같은 에러 메시지가 발생합니다. org.junit.jupiter.api.extension.ParameterResolutionException: Discovered multiple competing ParameterResolvers for parameter ..... https://github.com/junit-team/junit5/blob/main/junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/execution/ExecutableInvoker.java#L210 충돌을 해결하고 @Autowired 는 Spring Bean 이 주입되도록 합니다. @mhyeon-lee @Autowired가 주입되도록 한다면, @Value 주입 여부도 결정해야 되지 않을까요? @SpringBootTest 애노테이션이 parameter resolver 역할을 하는 거에요? @gyuwon @SpringBootTest 에 @ExtendWith(SpringExtension.class) 가 선언되어 있고 SpringExtension 은 ParameterResolver 를 구현하고 있군요 https://github.com/spring-projects/spring-framework/blob/master/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/SpringExtension.java#L80 @mhyeon-lee 그럼 @SpringBootTest와 @AutoSource를 함께 사용하는 것은 본문의 오류 메시지에 의하면 불가능하겠네요. @gyuwon 아직 Junit5 확장 포인트들을 자세히 보지는 않았는데요 AutoParams Spring 지원 모듈을 만들고 거기서 Spring 이 ParameterResolve 하는 애노테이션들 (@Autowired 등) 을 AutoParams 에서 resolve 하지 않도록 처리할 필요가 있을거 같습니다. 아래 링크의 supportsParameter 를 false 로 반환 https://github.com/junit-team/junit5/blob/main/junit-jupiter-api/src/main/java/org/junit/jupiter/api/extension/ParameterResolver.java#L66 AutoParams 는 ArgumentsProvider 를 구현하고 있는데 어떻게 같이 처리할지는 아직 자세히 안봤습니다. #162 가 있으니 이 이슈는 닫겠습니다.
gharchive/issue
2021-03-22T15:53:18
2025-04-01T04:32:39.810468
{ "authors": [ "Rebwon", "gyuwon", "mhyeon-lee" ], "repo": "JavaUnit/AutoParams", "url": "https://github.com/JavaUnit/AutoParams/issues/101", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
70196500
Proposal: onTapOutside event Hi, I want to implement a touch-friendly dropdown button which opens a submenu on a tap event and should close the submenu if a tap event is triggered somewhere outside of the dropdown button. Similar modules: click-outside lc-touch angular library which implements a ngTapOutside directive An easier way to achieve the same result would just be to have a backdrop (be it visible or not, through opacity) and playing with z-index Thanks for the suggestion @lo1tuma I agree with @clauderic, there is a lot of detail involved in how you might implement onTapOutside, including assumptions I'm not currently happy making in this component. Specifically, there may be other elements which could block (or otherwise handle) the tap event in your page that could conflict with the handler we set up. It seems clearer and simpler for cases like the one you've got to just implement the tappable backdrop behind the submenu component you're implementing.
gharchive/issue
2015-04-22T18:11:22
2025-04-01T04:32:39.841761
{ "authors": [ "JedWatson", "clauderic", "lo1tuma" ], "repo": "JedWatson/react-tappable", "url": "https://github.com/JedWatson/react-tappable/issues/26", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
814238367
import 오류 경로 : Basic(한글)/ 할 일 목록 앱 만들기 / 6. TodoInsert 컴포넌트 App.js에 TodoInsert를 import 하면 아래와 같이 뜨는데 혹시 아실까요? [오류내용] TodoList' is declared but its value is never read.ts(6133) [이미지 첨부] TodoInsert 를 import 해왔지만 해당 파일에서 사용되지 않아서 생기는 경고메세지의 에러인 것 같아요. 지워보시고 실행시켜보시겠어요??? 지우고 실행하면 이상없이 잘 됩니다. TodoInsert import 하면 저렇게 경고 메시지 뜨고.. 시뮬레이터는 동일하게 ADD가 추가되지 않된 상태로 뜹니다. ㅠ 위에 보여주신 코드(App.js)로 실행시켰을 때 결과가 원하는대로 안나오는 이유는 TodoInsert의 문제라고 생각하시는 것보다 return (); 안에 있는 코드가 아직 완성이 안되어있다고 생각해보시고 접근하셔야할 것 같습니다! Todo item을 입력받는 TextInput에 무언가 값을 담을 때 필요한 value, onChangeText()와 같은 props가 없는 것으로 보여요! 마찬가지로, button도 onPress 했을 때 아이템이 추가되는 함수가 구현되어있지 않고 TodoList를 loop로 돌며 TodoItem을 하나씩 렌더링 해줄 부분으로 보여지는 <Text>todoList</Text> 이부분도 완성되지 않은 것으로 보입니다. 결론적으로, TodoInsert는 지우셔도 될 것 같고 코드를 수정해보시는게 어떨까요??? 아니면 여기에 나와있는대로 그대로 복사해서 붙여넣기한 후 코드를 돌려보시고 확인해보시며 익혀보시는 것도 좋은 방법일 것 같습니다.😊 아 참고로, 저 에러는 typescript 설정에서 import는 해왔지만 사용하지 않는다면 에러를 표시하자 이런 뜻인데, 당장 프로그램이 돌아가는데는 지장 없을 것 같으니 Quick Fix를 눌러주셔도 될 것 같아요. 말씀하신데로 return 부분이 잘못되어 있었네요 ! ㅎㅎ 다시 지우고 하나씩 다시 JS 만들어서 발견했네요 ㅠ TodoInsert 태그가 없어 선언이 안되어 떴었네요!! 자세한 설명 감사합니다!! ^^
gharchive/issue
2021-02-23T08:32:03
2025-04-01T04:32:39.849249
{ "authors": [ "jinsunee", "petersoo" ], "repo": "JeffGuKang/react-native-tutorial", "url": "https://github.com/JeffGuKang/react-native-tutorial/issues/204", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
214671269
Support product flavors Fixes #6 Hi. Sorry for the delay. Using this plugin with build variant is a little more complex. Your pull request works for simple version code declaration (like versionCode 123) But, it doesn't work for version code based on the default config (eg versionCode 123 + android.defaultConfig.versionCode) I've updated the plugin, including 2 new params : gradle_file_path: to specify the build.gradle file to modify ext_constant_name: the name of the constant that contains the version code Maybe you could use thoses param to modify the flavor version code ? What do you think ? will this be merged at some point? Any update guys ?
gharchive/pull-request
2017-03-16T11:16:35
2025-04-01T04:32:39.876889
{ "authors": [ "Jems22", "mak12", "phiilu", "yakubbaev" ], "repo": "Jems22/fastlane-plugin-increment_version_code", "url": "https://github.com/Jems22/fastlane-plugin-increment_version_code/pull/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1007538765
BatchNorm layer do not initialize fanIn/fanOut parameters BatchNorm::build do not initialize fanIn/fanOut parameters of Layer before calling Layer::addWeight here. As I understand it can lead to an incorrect initialization for some initializers, but I'm not sure, since validation for such case is commented. Is it the expected behavior of BatchNorm layer? It's closed in #324
gharchive/issue
2021-09-26T23:43:04
2025-04-01T04:32:39.935069
{ "authors": [ "knok16", "zaleslaw" ], "repo": "JetBrains/KotlinDL", "url": "https://github.com/JetBrains/KotlinDL/issues/245", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
742989998
Todo example does not work when coroutines are added to the main module STR: add coroutines to the main module: implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1") run desktop app Actual: the window is blank Expected: a working app I see that all Composable functions are triggered with valid data but nothing is rendered. Looks like the Crossfade function becomes broken. Removing Crossfade fixes the issue: Index: examples/todoapp/common/root/src/commonMain/kotlin/example/todo/common/root/integration/TodoRootImpl.kt IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- examples/todoapp/common/root/src/commonMain/kotlin/example/todo/common/root/integration/TodoRootImpl.kt (revision 1b294335a9394ba32c042e5aaee5021a7a288c91) +++ examples/todoapp/common/root/src/commonMain/kotlin/example/todo/common/root/integration/TodoRootImpl.kt (date 1605354747181) @@ -63,9 +63,7 @@ @Composable override fun invoke() { router.state.children { child, configuration -> - Crossfade(currentChild = child, currentKey = configuration) { currentChild -> - currentChild() - } + child() } } I noticed on my app adding coroutines makes TextFields very buggy and very few keystrokes are recognised FYI org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9 works OK with TextFields, but org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.0-M1` or higher does not. Fixed in 0.2.0-build128. I checked that todoapp works if we add coroutines 1.4.1 in main module. Was fixed in: https://android-review.googlesource.com/c/platform/frameworks/support/+/1495139 Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
gharchive/issue
2020-11-14T11:53:51
2025-04-01T04:32:39.942179
{ "authors": [ "CarsonRedeye", "arkivanov", "igordmn", "okushnikov" ], "repo": "JetBrains/compose-multiplatform", "url": "https://github.com/JetBrains/compose-multiplatform/issues/103", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1711022357
Setting any Window or Dialog to undecorated and transparent leads to an exception in SKIKO Describe the bug Setting any Window or Dialog to undecorated and transparent leads to an exception in SKIKO. Affected platforms Desktop Versions Kotlin version*: 1.8.20 Compose Multiplatform version*: 1.4.0 OS version(s)* (required for Desktop and iOS issues): Windows 10 OS architecture (x86 or arm64): x86_64 JDK (for desktop issues): OpenJDK-17 To Reproduce Run the last official example from WINDOW_API_NEW: import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.padding import androidx.compose.foundation.shape.RoundedCornerShape import androidx.compose.material.Surface import androidx.compose.runtime.mutableStateOf import androidx.compose.runtime.remember import androidx.compose.ui.Modifier import androidx.compose.ui.draw.shadow import androidx.compose.ui.graphics.Color import androidx.compose.ui.unit.dp import androidx.compose.ui.window.Window import androidx.compose.ui.window.application import androidx.compose.material.Text import androidx.compose.runtime.* fun main() = application { var isOpen by remember { mutableStateOf(true) } if (isOpen) { Window( onCloseRequest = { isOpen = false }, title = "Transparent Window Example", transparent = true, undecorated = true, //transparent window must be undecorated ) { Surface( modifier = Modifier.fillMaxSize().padding(5.dp).shadow(3.dp, RoundedCornerShape(20.dp)), color = Color(55, 55, 55), shape = RoundedCornerShape(20.dp) //window has round corners now ) { Text("Hello World!", color = Color.White) } } } } A exception will pop up with the message: [SKIKO] warn: Fallback to next API org.jetbrains.skiko.RenderException: Failed to create DirectX12 device. Thanks, we already have this bug in skiko repository. You can follow here: https://github.com/JetBrains/skiko/issues/327 Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
gharchive/issue
2023-05-16T00:24:54
2025-04-01T04:32:39.947833
{ "authors": [ "dima-avdeev-jb", "hristogochev", "okushnikov" ], "repo": "JetBrains/compose-multiplatform", "url": "https://github.com/JetBrains/compose-multiplatform/issues/3171", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1741217752
There are non-generic codes in the "common" section. Describe the bug The code accessible in the "common" section should be code that is supported on any platform. However, there are currently many non-cross-platform codes, which has made me feel confused during development. Window is desktop only, asComposeImageBitmap not found in android, and so on. Affected platforms Select one of the platforms below: All Desktop Web (K/Wasm) - Canvas based API Web (K/JS) - Canvas based API Web (K/JS) - HTML library iOS Other Versions Kotlin version*: 1.8.20 Compose Multiplatform version*: 1.4.0 OS version(s)* (required for Desktop and iOS issues): Window11 OS architecture (x86 or arm64): x86 JDK (for desktop issues): 17 To Reproduce Steps and/or the code snippet to reproduce the behavior: Go to '...' Click on '...' Scroll down to '...' See error Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add screenshots to help explain your problem. Additional context Add any other context about the problem here. Swing API can be found in common, i think it is not reasonable, or compose team has other factors to consider. This issue is concerning Kotlin Multiplatform in general, not only compose. One can write a platform-specific code in commonMain if, for example, all actual targets support that particlar API (like asComposeImageBitmap is supported by all except android as you mentioned). If I have only a desktop target, than I can use any JVM specific API in commonMain. If later I add js or ios targets, the commonMain won't work for them. Currently it's up to a developer to be careful when using platform-specific APIs (I absolutely agree that it's inconvenient). But here is an issue you can track - https://youtrack.jetbrains.com/issue/KT-33578/Provide-an-ability-to-extend-the-set-of-platforms-that-the-source-set-is-analyzed-for-helping-project-future-evolution#focus=Comments-27-6383391.0-0 This issue is concerning Kotlin Multiplatform in general, not only compose. One can write a platform-specific code in commonMain if, for example, all actual targets support that particlar API (like asComposeImageBitmap is supported by all except android as you mentioned). If I have only a desktop target, than I can use any JVM specific API in commonMain. If later I add js or ios targets, the commonMain won't work for them. Currently it's up to a developer to be careful when using platform-specific APIs (I absolutely agree that it's inconvenient). But here is an issue you can track - https://youtrack.jetbrains.com/issue/KT-33578/Provide-an-ability-to-extend-the-set-of-platforms-that-the-source-set-is-analyzed-for-helping-project-future-evolution#focus=Comments-27-6383391.0-0 Thanks Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
gharchive/issue
2023-06-05T08:07:36
2025-04-01T04:32:39.958774
{ "authors": [ "eymar", "okushnikov", "wwalkingg" ], "repo": "JetBrains/compose-multiplatform", "url": "https://github.com/JetBrains/compose-multiplatform/issues/3234", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
750721367
Added Ivan Goran Kovačić I added it to lib/domains/rs/edu/igk.txt Website is igk.edu.rs igk.edu.rs/index.php/ucenici-ucenici/takmicenja/978-2020?tmpl=component&print=1 is proof they have it classes, and their students are great at IT. the website leads to igk.edu.rs @popontdev I am sorry, I cannot check the information about this school. There are not enough sources of the information in the internet about this school. Also, some technical details of the school domain look suspicious. It will take a bit longer than usual to validate this school. Thank you for your understanding. No problem. Thanks for faking your time to valida te this school
gharchive/pull-request
2020-11-25T11:05:50
2025-04-01T04:32:40.040652
{ "authors": [ "philipto", "popontdev" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/10039", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1249842288
Create student.txt Please add the school domain @JideOgunlana First stage of verification passed, official domain is 42heilbronn.de as far as I verified. This is just an informational note. Pull request is still in the review. I appreciate your patience while waiting for the final decision. @JideOgunlana Pull request merged. Thank you.
gharchive/pull-request
2022-05-26T17:22:36
2025-04-01T04:32:40.042088
{ "authors": [ "JideOgunlana", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/14263", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1344213066
Add 'Akademia Sztuk Pięknych im. Władysława Strzemińskiego w Łodzi' Add 'Akademia Sztuk Pięknych im. Władysława Strzemińskiego w Łodzi' Official website: https://www.asp.lodz.pl/index.php/pl/ @ThomasTheHuman First stage of verification passed, official domain is asp.lodz.pl as far as I verified. This is just an informational note. Pull request is still in the review. I appreciate your patience while waiting for the final decision. @ThomasTheHuman Thank you for your patience while waiting for a review and processing your request. Pull request merged.
gharchive/pull-request
2022-08-19T09:49:33
2025-04-01T04:32:40.044395
{ "authors": [ "ThomasTheHuman", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/14830", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
125334499
update cycu.org.tw added cycu.org.tw @eit please excuse our delay with replying you - I'm adding the domain.
gharchive/pull-request
2016-01-07T06:48:29
2025-04-01T04:32:40.045615
{ "authors": [ "eit", "zweizwei" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/1614", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1625896516
moved the file to the correct directory 'edu', inside the directory '… …MX'. @Gnaevs First stage of verification passed, official domain is lania.mx as far as I verified. This is just an informational note. Pull request is still in the review. I appreciate your patience while waiting for the final decision. Proof of domain ownership: https://www.lania.mx/ @Gnaevs Pull request merged. Thank you.
gharchive/pull-request
2023-03-15T16:49:19
2025-04-01T04:32:40.047241
{ "authors": [ "Gnaevs", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/16939", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1872961378
Add files via upload add named file for uy/edu extension email https://ceibal.edu.uy/ https://jovenesaprogramar.edu.uy/ @ralexrivero First stage of verification passed, official domain is ceibal.edu.uy as far as I verified. This is just an informational note. Pull request is still in the review. I appreciate your patience while waiting for the final decision. That sounds great! Thanks! @ralexrivero Thank you for your patience while waiting for a review and processing your request. Pull request merged. Awesome!
gharchive/pull-request
2023-08-30T05:59:47
2025-04-01T04:32:40.049704
{ "authors": [ "philipto", "ralexrivero" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/18475", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2317810038
added leys school added The Leys school @combinedactors Please provide us with: the school official website URL the school street address, including city and country an URL of a page on the official website where the school offers an IT-related long-term (>1 year) course a proof, which shows that the school recognizes the domain you are submitting as an official email domain for the students. @combinedactors Please provide us with: the school official website URL the school street address, including city and country an URL of a page on the official website where the school offers an IT-related long-term (>1 year) course a proof, which shows that the school recognizes the domain you are submitting as an official email domain for the students. Thank you, here are the details you requested: https://www.theleys.net The Leys School, Cambridge, CB2 7AD, United Kingdom https://www.theleys.net/academic/subjects/computing/ https://www.theleys.net/contact-us/
gharchive/pull-request
2024-05-26T16:02:31
2025-04-01T04:32:40.054648
{ "authors": [ "combinedactors", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/21028", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
271285955
Create sjcwebmail.txt Added St Josephs College @DeathByKorea Pull request merged. Thank you!
gharchive/pull-request
2017-11-05T15:15:10
2025-04-01T04:32:40.055691
{ "authors": [ "DeathByKorea", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/3657", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
438448816
Delete franko.txt Old non-usable address There is redirect from franko.lviv.ua to lnu.edu.ua @grenuh Thank you for the update! Pull request merged.
gharchive/pull-request
2019-04-29T18:31:35
2025-04-01T04:32:40.057055
{ "authors": [ "grenuh", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/6190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
545497939
Create ofppt-edu.ma ofppt-edu.txt @sorakannie ofppt-edu.ma: this request has an incorrect file path format, please ensure that you are familiar with this repository rules located at the bottom of this page and change your request accordingly. If you don't know how to change request, close it and open a new one. If you are not able to make the pull request according the instructions, please send us an email to support@jetbrains.com. Please mention this request URL in the message.
gharchive/pull-request
2020-01-06T01:30:25
2025-04-01T04:32:40.059573
{ "authors": [ "philipto", "sorakannie" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/7409", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
734276414
Add our domain please Add our domain please @AnderTxurdinaga I am sorry, I have to close the request without merging, because this organization is a training center, not a college, nor a university. Please ensure that you are familiar with this repository rules located at the bottom of this page. Please apply for an appropriate licensing option (which may also be free) at https://www.jetbrains.com/community/education/#courses Thank you for the understanding!
gharchive/pull-request
2020-11-02T07:49:32
2025-04-01T04:32:40.061328
{ "authors": [ "AnderTxurdinaga", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/9784", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
771010302
Achievement icons do not appear in the black header ribbon Noticed in 2020.2.1, but likely started in 2020.2. Right, sorry for that, we'll change the plugin to work with the new header. Please follow https://youtrack.jetbrains.com/issue/TW-64379
gharchive/issue
2020-12-18T16:21:20
2025-04-01T04:32:40.062650
{ "authors": [ "dmitry-treskunov", "ogerovich" ], "repo": "JetBrains/teamcity-achievements", "url": "https://github.com/JetBrains/teamcity-achievements/issues/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1763276183
🛑 naru/g14 is down In 9681bd5, naru/g14 (https://naru.jhyub.dev/g14/g14.db) was down: HTTP code: 502 Response time: 189 ms Resolved: naru/g14 is back up in f2c2352.
gharchive/issue
2023-06-19T10:52:46
2025-04-01T04:32:40.094352
{ "authors": [ "Jhyub" ], "repo": "Jhyub/upptime", "url": "https://github.com/Jhyub/upptime/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
834308252
List alignment... Hello: A great editor! Could this visual enhancement be implemented in the lists? Greetings From the screenshot, you can't tell which tag you put the style in. All styles of the editor edit area are defined here. https://github.com/JiHong88/SunEditor/blob/master/src/assets/css/suneditor-contents.css Implement it by overriding css. Hello: Try in your demo a list element with a very long character string so that you see the alignment on the left side. Greetings The 2.37.2 version has been updated. If this issue has not been resolved, please reopen this issue. Thank you.
gharchive/issue
2021-03-18T01:33:20
2025-04-01T04:32:40.097472
{ "authors": [ "JiHong88", "cacuestai" ], "repo": "JiHong88/SunEditor", "url": "https://github.com/JiHong88/SunEditor/issues/666", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1027998419
Adding of climate data to each states and federal territories. Each state should have their own climate data. The climate data can be obtained in several ways. The first way is to slowly comb through the available open data located here. and add the data to each of the state accordingly. or the easier way Use the climate data from the Wikipedia located here for Selangor. The data for the climate should be able to clearly denote each year and month so that it is easily parsed. Closing this issue as the climate data is hard to deal with, also due to the removal of the open data from the official Malaysia open source website.
gharchive/issue
2021-10-16T09:03:07
2025-04-01T04:32:40.099756
{ "authors": [ "JianLoong" ], "repo": "JianLoong/malaysia-api", "url": "https://github.com/JianLoong/malaysia-api/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2730498794
TypeError: init() got an unexpected keyword argument 'text' 作者您好,当我按照conda方式安装之后 发现找不到cal_syn_fst 之后又按照Linux 安装的方式安装了 在跑前面的步骤都很顺利的情况下 cal_syn_fst报了这个错: 可以麻烦您看看吗? File "/data/home/xxx/miniconda3/envs/syndiv/lib/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: TypeError: init() got an unexpected keyword argument 'text' 谢谢! 感谢您开发了SynDiv ! 可能是您配置文件中有text字符,该位置需要的是数字。 不过现在的cal_syn_fst流程确实有点复杂,我们最近会把这个功能添加到SynDiv_c代码中,这样一条命令就可以出结果。我们之后更新好之后给您说下。 可能是您配置文件中有text字符,该位置需要的是数字。 不过现在的cal_syn_fst流程确实有点复杂,我们最近会把这个功能添加到SynDiv_c代码中,这样一条命令就可以出结果。我们之后更新好之后给您说下。 好的,谢谢! 祝顺利! 您好,计算Fst的功能已经添加到SynDiv_c程序中了,您更新下代码,然后使用下边的代码就可以计算。 SynDiv_c Fst -c subPopulation1.cal.out sunPopulation2.cal.out population.cal.out -o SynDiv.Fst.out
gharchive/issue
2024-12-10T15:46:21
2025-04-01T04:32:40.105489
{ "authors": [ "duzezhen", "lamevan" ], "repo": "JiaoLab2021/SynDiv", "url": "https://github.com/JiaoLab2021/SynDiv/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
182516044
Azure Blob Cache - Feedback/Notes Hi! Firstly massive thumbs up, this is great! I wanted to share some of my experiences, as we've got a website using this, that has LOTS of images, most of which are large assets (2000px+, high quality jpg). Things I have noticed: 1. Occasional 404's when loading multiple images on the page The more images we place on the page the higher the percentage of images that can't be served. When StreamCachedImage is false, we see a combination of 404 & 500 errors. Error 2 (500) An unhandled exception occurred System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at ImageProcessor.Web.Plugins.AzureBlobCache.AzureBlobCache.<>c__DisplayClass14_0. <RewritePath>b__2() at ImageProcessor.Web.Plugins.AzureBlobCache.AzureBlobCache.TryFiveTimes(Action delegateAction, Action exceptionAction) at ImageProcessor.Web.Plugins.AzureBlobCache.AzureBlobCache.RewritePath(HttpContext context) at ImageProcessor.Web.HttpModules.ImageProcessingModule. <ProcessImageAsync>d__32.MoveNext() Error 1 (404) ImageProcessor.Common.Exceptions.ImageProcessingException: RewritePath 495 : Unable to rewrite cached path to: http://dmb.azureedge.net/cache/6/b/0/d/6/d/6b0d6dc97d8ce33c46ec4c39988d8a6be3a631bf.png When StreamCachedImage is true, this issue disappears. The site is running on a Medium Azure instance and my little Surface, so there should be enough grunt to deal with the requests! ;-) 2. How long are the assets cached for? Looking at request performance, it seems the Images are dropped out of cache within the hour. Cheers! Laurie The best solution I've found (also using in production with large images) is to set StreamCachedImage to true and then place a CDN in front of ImageProcessor (rather than behind). So the logic looks like this... User requests image directly from CDN. If image does not exist, CDN requests one from ImageProcessor. CDN caches the image. This largely ignores ImageProcessor's own cache when it comes to actually serving images but has a significant performance boost as we're not sending back lots of redirects (new HTTP connections that the client has to make). Hi @uniquelau so sorry for not getting back to you on this sooner! I meant to do so after releasing the last update. I'll try to answer your questions. I fixed the issue that you were seeing where images were not getting redirected. One of the CDN options on Azure (I forget which) can be pretty slow when first setting up images so timeouts occur which used to not be handled properly. I now correctly check and fallback to blob storage after 1000ms configurable so you are always served an image no matter what. v1.1.3 onwards. I set the headers to cache to the same defaults as the desk cache. 365 days on the server, 7 days in the browser. If you have any further detail you can share that would be great. @JasonElkin Thanks for pitching in. 😄 That approach should work well. I'd love to see a diagram if you could to show exactly how you've set that up on Azure if you could for others to see? I've personally never had the opportunity to set it up like that myself so I'm also very curious. This conversation seems like a good place to instigate a new one on how we could improve the cache. I originally wrote the initial solution in a couple of hours so it would be great to revisit the design. So... What do you see as the main shortcoming of the current cache design? How can we better design the caching and serving process? Personally I would love to be able to remove the redirects. They only exist because the url is determined not only by the image request url but by the file size and last write time of the image itself. (This allows versioning which is important.) If we can figure out something smarter there's massive performance boosts to be had. Looking forward to your input. James Thanks @JimBobSquarePants, here's a few thoughts - diagram to follow. What do you see as the main shortcoming of the current cache design? I have a suspicion that streaming cached images from the CDN is actually slower than accessing blob storage directly - I'm due to do some performance testing on a deployment this week so I'll have the chance to do some real-world testing and will feed back what I find. Methods like IsNewOrUpdatedAsync() are fast and trivial tasks for a local filesystem, but blob storage is basically just a NAS and has network overheads. The only solution I can see to get around this is to implement some kind of index to keep track of the cached images without having to make extra requests. All that having been said, the main issue, as I see it, is that blob storage is always a REST request away. Any type of cache that's backed by blob storage will either create extraneous redirects, or it act as a proxy - neither of which are particularly efficient options. How can we better design the caching and serving process? Where we're using ImageProcessor in-app (as opposed to as a standalone/remote server) we could use a method at render time to query the cache (perhaps still with the help of an index) and write the correct URL directly in-app/page. That way we can leverage blob storage and/or a CDN for serving the cached files directly. Hi @JasonElkin , Internally the Azure Blob Cache uses a memory cache to reduce some of the overheads but yeah, checking whether the item has been updated or is new is a hassle. An indexer would be an idea but as soon as you start scaling instances then that index could get out of sync. As for the second suggestion... I have been working on an approach that does the following. On render call a method that gets the image URL. In that method make a head request to the URL and cache the redirected response. Any redirects will give us the CDN url Return the cached response URL and render that on the page. That shouldn't slow down page render too much on first hit as long as appropriate timeouts and handling are set on the request. I've done a lot of updates recently to the cache to improve performance. Please give the latest version a go and let me know what you thing. Any progress or a branch with the url work? Cached file names are now predictable. There's a static method in ImageProcessor.Web CachedImageHelper.GetCachedImageFileName that you can now call to get the cached file name as a hash. The rest you would have to do yourself since I don't produce framework specific consumer code. I do have the guts of a method in another library of mine that is doing what I described. It uses code specific to the CMS I'm integrating with though. https://github.com/JimBobSquarePants/Zoombraco/blob/bb5a1f2c7ce8566951249bda86e7a4d4afa80cc3/src/Zoombraco/Models/MediaTypes/ImageExtensions.cs#L91 I do, however need to release an update that handles an odd bug in Azure where requesting the CDN result via a head request can return a 500 code yet also the correct response object. The code is written, just not released. There's been so many updates to both .Web and the Azure cache since this was opened I can't count them. Basically performance is waaaaaay better and I can handle Azure weirdness better so I'm gonna close this now.
gharchive/issue
2016-10-12T12:45:25
2025-04-01T04:32:40.136025
{ "authors": [ "JasonElkin", "JimBobSquarePants", "LemonTVnz", "uniquelau" ], "repo": "JimBobSquarePants/ImageProcessor", "url": "https://github.com/JimBobSquarePants/ImageProcessor/issues/495", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
315637368
fix Hue when not rotating If rotate is false it is not possible to set a hue of 0 as the function will return immediately. This change will add a check if rotate is true and return only if so. Fixes #665 Ah that's great. Thanks, really appreciate it! 👍
gharchive/pull-request
2018-04-18T20:50:06
2025-04-01T04:32:40.138154
{ "authors": [ "JimBobSquarePants", "MarcLandis" ], "repo": "JimBobSquarePants/ImageProcessor", "url": "https://github.com/JimBobSquarePants/ImageProcessor/pull/666", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
461935264
Dev Yay second merge wow great commit
gharchive/pull-request
2019-06-28T09:07:24
2025-04-01T04:32:40.178059
{ "authors": [ "JingWenHolmusk" ], "repo": "JingWenHolmusk/workspace", "url": "https://github.com/JingWenHolmusk/workspace/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1156767265
npm run start doesn't work Cloned the repo from GitHub did npm i, which was successful npm run startfailed with Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/system.min.js' is not defined by "exports" OS: MacOs 12.1 Node: 17.5.0 Changes: None Stacktrace: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/system.min.js' is not defined by "exports" in /Users/stephanmakowski/Arbeit/Projects/Fore/node_modules/systemjs/package.json at new NodeError (node:internal/errors:371:5) at throwExportsNotFound (node:internal/modules/esm/resolve:429:9) at packageExportsResolve (node:internal/modules/esm/resolve:705:3) at resolveExports (node:internal/modules/cjs/loader:482:36) at Function.Module._findPath (node:internal/modules/cjs/loader:522:31) at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27) at Function.resolve (node:internal/modules/cjs/helpers:108:19) at Object. (/Users/stephanmakowski/Arbeit/Projects/Fore/node_modules/es-dev-server/dist/utils/inject-polyfills-loader.js:25:27) at Module._compile (node:internal/modules/cjs/loader:1097:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10) { code: 'ERR_PACKAGE_PATH_NOT_EXPORTED' } npm update did the trick
gharchive/issue
2022-03-02T08:27:19
2025-04-01T04:32:40.186323
{ "authors": [ "StephanMa" ], "repo": "Jinntec/Fore", "url": "https://github.com/Jinntec/Fore/issues/110", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1052825052
Only captures the active sale Hello friends! I was testing this extension to bring guests as independent sources to OBS. However, when I put each guest in full screen and capture the windows in OBS, only the one of the guest on top (which is the active one) is visible. That is, I can't have several participants in full screen, only the one on top remains. Has anyone found a solution for this? Sorry to hear it's not working for you. Did you follow the instructions in the Readme?
gharchive/issue
2021-11-14T02:12:00
2025-04-01T04:32:40.190497
{ "authors": [ "Jip-Hop", "JuanmaAranda" ], "repo": "Jip-Hop/jitsi-pop", "url": "https://github.com/Jip-Hop/jitsi-pop/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1694623328
不能正常申请CUDA内存 运行环境: WindowsServer2019 Intel(R) Xeno(R) CPU E5-2686 v4 @2.30GHz 2.29GHz (2个处理器) 128GB RAM RTX2080Ti 12T HDD 尝试调整内存和显存限制后依旧出现爆内存/显存的问题,在跳出Traceback之前获取到如下信息: [w 0504 02:52:44.996000 68 cuda_device_allocator.cc:30] Unable to alloc cuda device memory, use unify memory instead. This may cause low performance. [i 0504 02:52:44.996000 68 cuda_device_allocator.cc:32] === display_memory_info === total_cpu_ram: 15 B total_device_ram: 11GB hold_vars: 500 lived_vars: 547 lived_ops: 135 jtorch_grad_vars: 0 name: sfrl is_device: 1 used: 9.652GB(100%) unused: 1002KB(0.0099%) total: 9.653GB name: sfrl is_device: 1 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 3.149GB(24.6%) unused: 9.652GB(75.4%) total: 12.8GB name: temp is_device: 0 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B name: temp is_device: 1 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B cpu&gpu: 22.46GB gpu: 9.654GB cpu: 12.8GB free: cpu( 0 B) gpu( 0 B) swap: total( 0 B) last( 0 B) =========================== [w 0504 02:52:45.119000 68 cuda_device_allocator.cc:30] Unable to alloc cuda device memory, use unify memory instead. This may cause low performance. [i 0504 02:52:45.120000 68 cuda_device_allocator.cc:32] === display_memory_info === total_cpu_ram: 15 B total_device_ram: 11GB hold_vars: 500 lived_vars: 547 lived_ops: 135 jtorch_grad_vars: 0 name: sfrl is_device: 1 used: 9.652GB(100%) unused: 1002KB(0.0099%) total: 9.653GB name: sfrl is_device: 1 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 3.149GB(24.6%) unused: 9.652GB(75.4%) total: 12.8GB name: temp is_device: 0 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B name: temp is_device: 1 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B cpu&gpu: 22.46GB gpu: 9.654GB cpu: 12.8GB free: cpu( 0 B) gpu( 0 B) swap: total( 0 B) last( 0 B) =========================== Same occurred to me [w 0511 17:57:07.446000 88 cuda_device_allocator.cc:30] Unable to alloc cuda device memory, use unify memory instead. This may cause low performance. [i 0511 17:57:07.446000 88 cuda_device_allocator.cc:32] === display_memory_info === total_cpu_ram: 15 B total_device_ram: 11.99GB hold_vars: 520 lived_vars: 567 lived_ops: 135 jtorch_grad_vars: 0 name: sfrl is_device: 1 used: 11.15GB(100%) unused: 324KB(0.00277%) total: 11.15GB name: sfrl is_device: 1 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 1.649GB(12.9%) unused: 11.15GB(87.1%) total: 12.8GB name: temp is_device: 0 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B name: temp is_device: 1 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B cpu&gpu: 23.96GB gpu: 11.15GB cpu: 12.8GB free: cpu( 0 B) gpu( 0 B) swap: total( 0 B) last( 0 B) =========================== [w 0511 17:57:07.491000 88 cuda_device_allocator.cc:30] Unable to alloc cuda device memory, use unify memory instead. This may cause low performance. [i 0511 17:57:07.492000 88 cuda_device_allocator.cc:32] === display_memory_info === total_cpu_ram: 15 B total_device_ram: 11.99GB hold_vars: 520 lived_vars: 567 lived_ops: 135 jtorch_grad_vars: 0 name: sfrl is_device: 1 used: 11.15GB(100%) unused: 324KB(0.00277%) total: 11.15GB name: sfrl is_device: 1 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 0 B(0%) unused: 1MB(100%) total: 1MB name: sfrl is_device: 0 used: 1.649GB(12.9%) unused: 11.15GB(87.1%) total: 12.8GB name: temp is_device: 0 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B name: temp is_device: 1 used: 0 B(-nan(ind)%) unused: 0 B(-nan(ind)%) total: 0 B cpu&gpu: 23.96GB gpu: 11.15GB cpu: 12.8GB free: cpu( 0 B) gpu( 0 B) swap: total( 0 B) last( 0 B) =========================== 我也遇到这个问题了 我已经解决了,运行模型时在管理员模式运行 问一下怎么解决的 我在管理员的情况下还是一样的 @HJT9328 那你就在图形界面中设置环境变量试试。从控制面板中进入编辑系统环境变量 新建一个变量,按照官方文档的命名。
gharchive/issue
2023-05-03T18:58:17
2025-04-01T04:32:40.216688
{ "authors": [ "1wpc", "HJT9328", "JianquanWang", "KCN-judu" ], "repo": "Jittor/JittorLLMs", "url": "https://github.com/Jittor/JittorLLMs/issues/86", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1103802561
New method for VS2022 Hi, I'm on the team at Microsoft that created the template support. You have created a very interesting tool here! I haven't had time to try it out, but it looks pretty cool. I just wanted to let you know that in VS2022 we have a new method to integrate dotnet new templates. You can read more about it over at https://aka.ms/netcore-templates, more specifically https://github.com/sayedihashimi/template-sample#how-to-ship-a-template-inside-of-a-visual-studio-extension-vsix. With this new method there is less work to integrate your template with Visual Studio and it's the correct long term approach. Microsoft.VisualStudio.TemplateEngine.Wizard.TemplateEngineWizard will not be supported long term. Ideally for VS2022 you could switch to the new method, but I believe that the Wizard still works there today. If you have any questions, please let us know. If you run into any issues, we can help you. cc @phenning @baronfel Hey @sayedihashimi! It’s great to hear that there’s better official support for including dotnet new templates in VSIX packages :) I’m not sure this tool has as much value, with the official method being easier now. But if I do come back to it, I’ll make sure to update it to use the new method. I was thinking about monogame. Since this is used there, you may want to take a look at updating the approach used at some point. Later I'm hoping that we can add support to install/uninstall/update dotnet templates directly in VS, but we are not committed to that work yet.
gharchive/issue
2022-01-14T15:36:05
2025-04-01T04:32:40.221078
{ "authors": [ "Jjagg", "sayedihashimi" ], "repo": "Jjagg/dotnet-vstemplate", "url": "https://github.com/Jjagg/dotnet-vstemplate/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
570855794
Please add you adapter to our repository We saw your adapter and if it is ready please request that it is added to the repository. With this it becomes available for all users. Please consult https://github.com/ioBroker/ioBroker.repositories#add-a-new-adapter-to-the-latest-repository and the following sections for more details. If you need help, contact us in the forum https://forum.iobroker.net/ or in the developer chat https://github.com/iobroker-community-adapters/info . Thank you for your support. checked with version 0.1.1 Duplicate https://github.com/JoJ123/ioBroker.mihome-airpurifier/issues/33
gharchive/issue
2020-02-25T21:47:17
2025-04-01T04:32:40.235204
{ "authors": [ "JoJ123", "ioBrokerChecker" ], "repo": "JoJ123/ioBroker.mihome-airpurifier", "url": "https://github.com/JoJ123/ioBroker.mihome-airpurifier/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1931993147
Device Request temperature &humidity Prerequisites: Before requesting a device addition, please ensure there is not already a request for the device among the open issues. Make sure your Homey is upgraded to firmware v5 or higher. You need a physical example of the device Device Name: temperature &humidity sensor Device Model IH-K009 Device Description: temperature &humidity sensor Link to device image: https://a.aliexpress.com/_ExfI231 Device Interview: "ids": { "modelId": "TS0201", "manufacturerName": "_TZ3000_dowj6gyi" }, "endpoints": { "ieeeAddress": "a4:c1:38:22:70:b8:fe:10", "networkAddress": 27637, "modelId": "TS0201", "manufacturerName": "_TZ3000_dowj6gyi", "endpointDescriptors": [ { "status": "SUCCESS", "nwkAddrOfInterest": 27637, "_reserved": 24, "endpointId": 1, "applicationProfileId": 260, "applicationDeviceId": 770, "applicationDeviceVersion": 0, "_reserved1": 1, "inputClusters": [ 1, 3, 1026, 1029, 0 ], "outputClusters": [ 3, 25, 10 ] } ], "deviceType": "enddevice", "receiveWhenIdle": false, "capabilities": { "alternatePANCoordinator": false, "deviceType": false, "powerSourceMains": false, "receiveWhenIdle": false, "security": false, "allocateAddress": true }, "extendedEndpointDescriptors": { "1": { "clusters": { "powerConfiguration": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 32, "name": "batteryVoltage", "value": 30, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 33, "name": "batteryPercentageRemaining", "value": 200, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 1, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "identify": { "attributes": [] }, "temperatureMeasurement": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "measuredValue", "value": 2254, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "minMeasuredValue", "value": 1893, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "maxMeasuredValue", "value": 2859, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "relativeHumidity": {}, "basic": {} }, "bindings": { "identify": { "attributes": [] }, "ota": {}, "time": {} } } } } Additional Comments: [Provide any other relevant information or requests related to the device. Link to where you bought the device can be of help] How to interview a device: Add the device as a generic Zigbee device in Homey Navigate to https://developer.athom.com/tools/zigbee. Interview the device, the button for this is to the right of the device in the list of Zigbee units. Click the copy button/icon to capture the device information. Paste the copied information above. Note: To be able to add more devices to the Tuya Zigbee app, we rely on community members like you to provide interviews of the devices you want added. Thank you for your contribution! "ids": { "modelId": "TS0201", "manufacturerName": "_TZ3000_dowj6gyi" }, "endpoints": { "endpointDescriptors": [ { "endpointId": 1, "applicationProfileId": 260, "applicationDeviceId": 770, "applicationDeviceVersion": 0, "_reserved1": 1, "inputClusters": [ 1, 3, 1026, 1029, 0 ], "outputClusters": [ 3, 25, 10 ] } ], "endpoints": { "1": { "clusters": { "powerConfiguration": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 32, "name": "batteryVoltage", "value": 30, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 33, "name": "batteryPercentageRemaining", "value": 200, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 1, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "identify": { "attributes": [] }, "temperatureMeasurement": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "measuredValue", "value": 2615, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "minMeasuredValue", "value": 2212, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "maxMeasuredValue", "value": 2632, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "relativeHumidity": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "measuredValue", "value": 5309, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "minMeasuredValue", "value": 4927, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "maxMeasuredValue", "value": 7565, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2, "reportingConfiguration": { "status": "NOT_FOUND", "direction": "reported" } } ] }, "basic": { "attributes": [ { "acl": [ "readable", "reportable" ], "id": 0, "name": "zclVersion", "value": 3 }, { "acl": [ "readable", "reportable" ], "id": 1, "name": "appVersion", "value": 70 }, { "acl": [ "readable", "reportable" ], "id": 2, "name": "stackVersion", "value": 0 }, { "acl": [ "readable", "reportable" ], "id": 3, "name": "hwVersion", "value": 1 }, { "acl": [ "readable", "reportable" ], "id": 4, "name": "manufacturerName", "value": "_TZ3000_dowj6gyi" }, { "acl": [ "readable", "reportable" ], "id": 5, "name": "modelId", "value": "TS0201" }, { "acl": [ "readable", "reportable" ], "id": 6, "name": "dateCode", "value": "" }, { "acl": [ "readable", "reportable" ], "id": 7, "name": "powerSource", "value": "battery" }, { "acl": [ "readable", "writable", "reportable" ], "id": 65502 }, { "acl": [ "readable", "reportable" ], "id": 65533, "name": "clusterRevision", "value": 2 }, { "acl": [ "readable", "reportable" ], "id": 65534, "name": "attributeReportingStatus", "value": "PENDING" }, { "acl": [ "readable", "reportable" ], "id": 65506 }, { "acl": [ "readable", "reportable" ], "id": 65507 } ] } }, "bindings": { "identify": { "attributes": [] }, "ota": { "attributes": [ { "acl": [ "readable" ], "id": 0 }, { "acl": [ "readable" ], "id": 1 }, { "acl": [ "readable" ], "id": 2 }, { "acl": [ "readable" ], "id": 3 }, { "acl": [ "readable" ], "id": 4 }, { "acl": [ "readable" ], "id": 5 }, { "acl": [ "readable" ], "id": 6 }, { "acl": [ "readable" ], "id": 7 }, { "acl": [ "readable" ], "id": 8 }, { "acl": [ "readable" ], "id": 9 }, { "acl": [ "readable" ], "id": 65533, "name": "clusterRevision", "value": 1 } ] }, "time": { "attributes": [ { "acl": [ "readable" ], "id": 65533, "name": "clusterRevision", "value": 1 } ] } } } } }
gharchive/issue
2023-10-08T18:29:28
2025-04-01T04:32:40.295967
{ "authors": [ "Nielsvdwijdeven1", "Rickert1993" ], "repo": "JohanBendz/com.tuya.zigbee", "url": "https://github.com/JohanBendz/com.tuya.zigbee/issues/476", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1106324343
Confusing Version Info Hi, Guillaume, Prefs>ScreenSaver>Aerial>Info>About says I'm running Aerial v 2.3.4beta8 But the menubar icon for Aerial Companion says "3.0.0 is installed". (also: I'd like to be running v3, but not sure what else to do. I thought running Aerial Companion would take care of it). Also confusing: the support page for Aerial Companion says "After installing Aerial Companion, launch Aerial.app from your Applications folder". But in my Applications folder I see only Aerial Companion. You should try closing System Preferences and reopening it. It should reload the correct version hopefully and show 3.0. If it doesn't, a restart usually fixes things though it's inconvenient. macOS sometimes keeps the old version in memory, it's a long standing bug :( And yep I need to update the support page, I'll try to take care of it this week end, thanks for the heads up ! Closing/reopening Prefs worked, thanks. If you need help rewriting copy - anything that seems hard to clarify - feel free to hit me (I'm not just native English, I'm a professional writer). Great to hear, enjoy v3 ! And thanks for the offer, I definitely will!
gharchive/issue
2022-01-17T23:03:16
2025-04-01T04:32:40.308836
{ "authors": [ "Jimmbo", "glouel" ], "repo": "JohnCoates/Aerial", "url": "https://github.com/JohnCoates/Aerial/issues/1211", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
587782718
Atomically decrease all TTLs Is your feature request related to a problem? Please describe. I'd like to do integration (or even end to end) testing in an application that uses keydb. But to do that I need to test certain keys before and after their TTL goes to 0, but of course I can't have a test wait an hour for a particular key with a one hour TTL to expire. Describe the solution you'd like It would help to have a command to simulate skipping the time ahead, something like TIME -3600 to atomically decrease all TTLs by an hour. I'm currently using unit testing but this feature would allow me to do integration testing to really ensure application robustness Why when you compile the app for testing you don't use shorter TTL's ? This is how we are testing.
gharchive/issue
2020-03-25T15:29:58
2025-04-01T04:32:40.365249
{ "authors": [ "rightaway", "silviucpp" ], "repo": "JohnSully/KeyDB", "url": "https://github.com/JohnSully/KeyDB/issues/158", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2301849740
UV handling Currently the UV only works for a selected few. It may need some fixing or removed. This is only when you have the uv mapping box checked, if having issues try unchecking. UVs are at index 6 and 7 in my RenderDoc exports.
gharchive/issue
2024-05-17T05:22:03
2025-04-01T04:32:40.396793
{ "authors": [ "JollyShmo", "addmix" ], "repo": "JollyShmo/CSV_Import_Blender", "url": "https://github.com/JollyShmo/CSV_Import_Blender/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2069175436
feat: optional --mine-signatures flag Component Heimdall (Core) Describe the feature you would like The decompile module would then be able to mind 4byte signatures matching the onchain contract, allowing users to interact with the contract via the decompiled ABI where signature resolution fails. closing as infeasible
gharchive/issue
2024-01-07T15:36:45
2025-04-01T04:32:40.398041
{ "authors": [ "Jon-Becker" ], "repo": "Jon-Becker/heimdall-rs", "url": "https://github.com/Jon-Becker/heimdall-rs/issues/278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1950644225
🛑 Moodle is down In b483aa9, Moodle (moodle.gymall.de) was down: HTTP code: 403 Response time: 726 ms Resolved: Moodle is back up in 64d143e after 16 minutes.
gharchive/issue
2023-10-18T20:59:47
2025-04-01T04:32:40.403179
{ "authors": [ "JonasSchaber" ], "repo": "JonasSchaber/uptime", "url": "https://github.com/JonasSchaber/uptime/issues/351", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2439430084
Creating types in the packages/shared module does not generate declaration files correctly. Describe the bug The creation of types within the packages/shared module fails to generate declaration files accurately. To Reproduce Steps to reproduce the behavior: Go to 'packages/shared/lib' Create folder 'types' Create file 'entity.ts' export type ProcessedTweet = { content: string; date: string; hashtags: string; }; Create file 'types/index.ts' modify 'shared/index.ts' Expected behavior The declaration files can be generated correctly in the dist, and the common types can be called in other modules. Screenshots Desktop (please complete the following information): OS: [Mac] Browser [chrome] Node Version [18.12.0] Declarations for types are exported via index.ts in package.json. Is there a problem with importing and using types without a separate declaration file?
gharchive/issue
2024-07-31T08:18:34
2025-04-01T04:32:40.411901
{ "authors": [ "Jonghakseo", "beanu" ], "repo": "Jonghakseo/chrome-extension-boilerplate-react-vite", "url": "https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/619", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2459552400
How to add Material UI I want to make an extension for google products, so I need to add Material UI in content scripts to match the design language. So far Material UI works in popup but doesn't work inside content scripts. The component html shows on the page but the css and maybe even js doesn't work. Maybe I need to manually build the css for material but I don't know how to do it can you please help. An alternative to this for this repo can be material tailwind. If material doesn't work, can you please tell me how to use material tailwind. @Jonghakseo It would be great to have some incentives or systems in this repo to actively create integration guides for various UI libraries including shadcn, daisy, next, etc... including mui. It might be a good idea to pin the issue or add some notices into readme as well. I remember that quite a few issues titled somewhat of how to add/integrate xxx ui? were opened often even during the legacy version. And mostly content-ui has caused it. @Jonghakseo @PatrykKuniczak It would be great to have some incentives or systems in this repo to actively create integration guides for various UI libraries including shadcn, daisy, next, etc... including mui. It might be a good idea to pin the issue or add some notices into readme as well. I remember that quite a few issues titled somewhat of how to add/integrate xxx ui? were opened often even during the legacy version. And mostly content-ui has caused it. You can open that issue, and list all packages which you want to integrate, and we can pin it 😁 @wonkyDD @PatrykKuniczak That's a good initiative for this project's future, but can you please tell me how to add MUI right now. @wonkyDD @PatrykKuniczak That's a good initiative for this project's future, but can you please tell me how to add MUI right now. https://github.com/PatrykKuniczak/YT_Notifier/tree/main/react-app Here i have mui with styled components, but there's legacy version, but config should be similar @PatrykKuniczak This repository doesn't utilize any MUI component in content scripts. Can you provide me the code on how to do it. @codergigachad OO i was missed, you want to inject in into content script. I didn't done it never before. I need to take a look for that, but i'm not able to do it now. @codergigachad If you still struggling with this, feel free to visit us on Discord If you still have problem with it, let's visit our Discord. We have on legacy some tutorials to add several UI packages: https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/tree/legacy?tab=readme-ov-file#add-style-library- We need to add it in new docs
gharchive/issue
2024-08-11T11:35:17
2025-04-01T04:32:40.419797
{ "authors": [ "PatrykKuniczak", "codergigachad", "wonkyDD" ], "repo": "Jonghakseo/chrome-extension-boilerplate-react-vite", "url": "https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/issues/651", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2218620703
Ok haha i get it, april fools but.. What is your question? How do i actually access the game now? ive tried removing the aprilfool.mp4 video and it just causes this crash vlc/MP4Handler.hx (Line 81) vlc/bitmap/VlcBitmap.hx (Line 480) vlc/bitmap/VlcBitmap.hx (Line 246) vlc/bitmap/VlcBitmap.hx (Line 331) openfl/events/EventDispatcher.hx (Line 444) openfl/display/DisplayObject.hx (Line 1400) Uncaught Error: VLC caught an error! Please report this error to the GitHub page: https://github.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag Crash Handler written by: sqirra-rng also ive tried just moving all previous version's files into the new one i boot up to the press enter to start menu yet when i do so it just crashes aswell. PlayState.hx (Line 794) flixel/FlxGame.hx (Line 639) flixel/FlxGame.hx (Line 726) flixel/FlxGame.hx (Line 679) flixel/FlxGame.hx (Line 552) openfl/events/EventDispatcher.hx (Line 444) openfl/display/DisplayObject.hx (Line 1400) Uncaught Error: Null Object Reference Please report this error to the GitHub page: https://github.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag Crash Handler written by: sqirra-rng and also another crash ive found vlc/bitmap/VlcBitmap.hx (Line 526) RickrollState.hx (Line 170) flixel/FlxState.hx (Line 239) flixel/FlxGame.hx (Line 749) flixel/FlxGame.hx (Line 679) flixel/FlxGame.hx (Line 552) openfl/events/EventDispatcher.hx (Line 444) openfl/display/DisplayObject.hx (Line 1400) Uncaught Error: Null Object Reference Please report this error to the GitHub page: https://github.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag Crash Handler written by: sqirra-rng ive also tried just watching the entire video, yet it just blacks out and nothing happens and i have to press enter or escape for the game to close. if youre actually forcing me to roll back to the previous version (which i still hopefully have a backup of) you're a real dickhead for doing that. Could've atleast put a readme on how to actually access the game. I wouldn’t move old files into newer versions since that can cause major issues down the line, but I’ll try to fix it and even then i forgot to mention that you have a 20% chance that it actually lets you access the engine if you press enter, the other 80% will have the game crash once april 2 does roll around i will actually revert back to 1.22.0 and release the source for the april fool's build I wouldn’t move old files into newer versions since that can cause major issues down the line, but I’ll try to fix it actually this is an issue related to the april fool's build (1.22.4.01) oh okay
gharchive/issue
2024-04-01T16:31:37
2025-04-01T04:32:40.430835
{ "authors": [ "JordanSantiagoYT", "VemenusKZ", "moxie-coder" ], "repo": "JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag", "url": "https://github.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/issues/259", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
994320127
Internal converted command entity selector doesn't work as intended for greedy string arguments CommandAPI version: 6.3.0 Minecraft version: 1.17.1 What I did: Install Multiverse-Core Add the following to the config.yml:plugins-to-convert: - Multiverse-Core: ~ Run /execute run mvm set mode creative Actual result: Command fails to run, shows internal error (Index 1 out of bounds for length 1). No console logs are output What should have happened: The client receives the message "Success! Property mode was set to creative" Other notes: In CommandAPIHandler.java:278: result is [set, mode, creative]. args is [GreedyStringArgument] product is [[null]] strings is [null] The for loop around line 328 tries to get strings[i] for i in result.length, which fails. Perhaps there's some mismatch with greedy string values and the list of declared arguments? Commit made to fix this issue, will be implemented for 6.3.1. Implemented in release 6.3.1
gharchive/issue
2021-09-13T00:01:34
2025-04-01T04:32:40.436513
{ "authors": [ "JorelAli" ], "repo": "JorelAli/CommandAPI", "url": "https://github.com/JorelAli/CommandAPI/issues/242", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1322374471
Feature/android-mute-default The purpose of this pull request is to change the defualt behavior on android where on starting trip event we always initialize the voice instructions commands to unmuted. For our business specific logic is best to left it muted on start, and then the user can decide whether or not to change it's mute state. For the IOS app, we can programmatically assign it to mute in our implementation instead, so this is an android-only feature. Wrong branch, use
gharchive/pull-request
2022-07-29T15:15:02
2025-04-01T04:32:40.437718
{ "authors": [ "JorgeQuevedoC", "juancarlosf2" ], "repo": "JorgeQuevedoC/react-native-mapbox-navigation", "url": "https://github.com/JorgeQuevedoC/react-native-mapbox-navigation/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
154592955
Preguntas al profe Que pasarán con las jornadas que finalicen, se debe de colocar en algún estado. O sugiere borrar la BD del sistema después de algún tiempo. Como desplegaríamos el sistema Al subir el archivo de los votantes validar que sea @correounivalle o no sería necesario porque los correos ya vendrían con el dominio. Durante la jornada electoral, administradores o superiores no podran ingresar al sistema hasta que se termine. Tiene sentido sacar a votación una corporación sin planchas? Alguna idea para generar datos estáticos una vez terminado el proceso de elecciones.
gharchive/issue
2016-05-12T22:09:29
2025-04-01T04:32:40.440974
{ "authors": [ "Jorgesolis1989", "marthalilianamd" ], "repo": "Jorgesolis1989/SIVORE", "url": "https://github.com/Jorgesolis1989/SIVORE/issues/35", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
857860685
Nestle.yml Name of PR Description Additional context Name of PR Description Additional context What is this
gharchive/pull-request
2021-04-14T12:42:52
2025-04-01T04:32:40.444635
{ "authors": [ "Josee9988", "Leeeooo19888" ], "repo": "Josee9988/project-template", "url": "https://github.com/Josee9988/project-template/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1165627067
"Start Xbox Pass app instead of Microsoft Store when opening client" option does not work Describe the bug The "Start Xbox Pass app instead of Microsoft Store when opening client" option in the Xbox addon settings does not work. I have it checked, but it still opens the Microsoft Store when trying to install Xbox games. To Reproduce Check the option in addon settings, and then try to install a game. It will launch the Microsoft Store instead of the Xbox app. Diagnostics ID c4d53c36-72fa-43f1-9e4f-b441d79690ef Done in the latest update.
gharchive/issue
2022-03-10T19:21:45
2025-04-01T04:32:40.450648
{ "authors": [ "JosefNemec", "nicksundermeyer" ], "repo": "JosefNemec/PlayniteExtensions", "url": "https://github.com/JosefNemec/PlayniteExtensions/issues/155", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
494484886
Always add an accepted sample The official design of the metropolis hastings algorithm is to always accept a sample. accepted.append(x) should be added in the else in the following code. x = param_init accepted = [] rejected = [] for i in range(iterations): x_new = transition_model(x) x_lik = likelihood_computer(x,data) x_new_lik = likelihood_computer(x_new,data) if (acceptance_rule(x_lik + np.log(prior(x)),x_new_lik+np.log(prior(x_new)))): x = x_new accepted.append(x_new) else: >>>>accepted.append(x)<<<< rejected.append(x_new) return np.array(accepted), np.array(rejected)``` Actually that's not needed. I've done some tests, the results are mostly similar, however it does mess up the plots. Other references do not append x to the list of accepted samples. For instance: https://stephens999.github.io/fiveMinuteStats/MH_intro.html and https://en.wikipedia.org/wiki/Metropolis–Hastings_algorithm
gharchive/issue
2019-09-17T08:43:19
2025-04-01T04:32:40.454091
{ "authors": [ "Joseph94m" ], "repo": "Joseph94m/MCMC", "url": "https://github.com/Joseph94m/MCMC/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1680504701
no matching manifest for linux/arm64/v8 in the manifest list entries no matching manifest for linux/arm64/v8 in the manifest list entries Can you be more descriptive about what your machine is running and when you're getting this error? This problem has been solved. But I test, this system can no longer run properly on MAC M2, the front section and back end are normal after running open https://127.0.0.1:3000 or other addresses, keep showing network errors, can not load out the correct page. This problem has been solved. But I test, this system can no longer run properly on MAC M2, the front section and back end are normal after running open https://127.0.0.1:3000 or other addresses, keep showing network errors, can not load out the correct page. It is not at HTTPS, it is http://localhost Please run: docker-compose ps To see if your containers are running. NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS agent-llm-backend-1 ghcr.io/josh-xt/agent-llm-backend:v1.0.6 "uvicorn app:app --h…" backend About a minute ago Up About a minute 5000/tcp, 0.0.0.0:5001->5001/tcp agent-llm-frontend-1 ghcr.io/josh-xt/agent-llm-frontend:v1.0.6 "docker-entrypoint.s…" frontend About a minute ago Up About a minute 0.0.0.0:80->3000/tcp when i use the port 5000:[+] Running 0/0 ⠋ Container agent-llm-backend-1 Start... 0.0s Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5000 -> 0.0.0.0:0: listen tcp 0.0.0.0:5000: bind: address already in use Are you using the docker-compose for mac? when i use the port 5000:[+] Running 0/0 ⠋ Container agent-llm-backend-1 Start... 0.0s Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5000 -> 0.0.0.0:0: listen tcp 0.0.0.0:5000: bind: address already in use Sorry missed earlier you said this was Mac. I just merged something that should fix that. You'll need to do this first: docker-compose down docker-compose -f docker-compose-mac.yml down Then do: docker-compose -f docker-compose-mac.yml up --build -d => ERROR [base 7/12] RUN pip install --no-cache-dir -r requirements-mac 1.7s [base 7/12] RUN pip install --no-cache-dir -r requirements-mac.txt: #0 0.269 ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements-mac.txt' failed to solve: executor failed running [/bin/sh -c pip install --no-cache-dir -r requirements-mac.txt]: exit code: 1
gharchive/issue
2023-04-24T05:54:20
2025-04-01T04:32:40.465366
{ "authors": [ "Aopenz", "Josh-XT" ], "repo": "Josh-XT/Agent-LLM", "url": "https://github.com/Josh-XT/Agent-LLM/issues/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1266314657
Unit testing part 2 This is how we tested out the project [x] Used jest framework for testing [x] Added the function for editing [x] Added a function for updating completed [x] Added a function for testing clear all [x] Used mock storage object [x] used describe to group test Changes made [ ] Added authors to the readme file [ ] Added how to install jest locally to readme file
gharchive/pull-request
2022-06-09T15:29:22
2025-04-01T04:32:40.473894
{ "authors": [ "Josphat205" ], "repo": "Josphat205/Daily-todo-list", "url": "https://github.com/Josphat205/Daily-todo-list/pull/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
311818968
Posting Refer to notes for build: https://docs.google.com/document/d/1HBv1MCxfPQZROFvANMPLLxZhLjra6MDwa0HySJ2sKO8/edit PRIMARY WORK: [ ] Keeping post tab as well as adding a post button for each board upon viewing [ ] Image OR caption required [ ] Remove tags input Secondary work: Should picture be required? We can worry about tags later
gharchive/issue
2018-04-06T01:09:59
2025-04-01T04:32:40.518127
{ "authors": [ "dlee20013" ], "repo": "JuiMin/HALP", "url": "https://github.com/JuiMin/HALP/issues/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1809738511
Remove infinite index indexing test Since ℵ₀ isn't a well-defined index for a vector, perhaps indexing using this shouldn't be defined? Currently, this is treated as a key instead of an index, with the array being treated as a map from i=>vi that is augmented by the ℵ₀ => infval pair. This PR removes the tests for indexing using ℵ₀ (although not the getindex method, which might be breaking). These are currently failing on v1.10, and I'm unsure if these may be defined consistently. The isassigned method is a bit odd in any case, since similar methods are not defined for other arrays (although perhaps that is simply a case of missing methods). These are needed downstream in InfiniteArrays.jl Closing, as the isassigned issue is fixed on master, and is scheduled to be backported to v1.10
gharchive/pull-request
2023-07-18T11:28:52
2025-04-01T04:32:40.527597
{ "authors": [ "dlfivefifty", "jishnub" ], "repo": "JuliaArrays/InfiniteArrays.jl", "url": "https://github.com/JuliaArrays/InfiniteArrays.jl/pull/132", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1093393558
Update distributed-computing.md 修改了多进程和分布式计算中的一处文本错误。 👍👍👍
gharchive/pull-request
2022-01-04T14:11:12
2025-04-01T04:32:40.534415
{ "authors": [ "findmyway", "mrs504aa" ], "repo": "JuliaCN/JuliaZH.jl", "url": "https://github.com/JuliaCN/JuliaZH.jl/pull/133", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
153443101
Shift+ Tab, move code to left, error When I select a block of code and press the keys "Shift" + "Tab", Only one row of the code move (marked in the follow figure), not the whole block of codes no response
gharchive/issue
2016-05-06T12:44:54
2025-04-01T04:32:40.535979
{ "authors": [ "zhangliye" ], "repo": "JuliaComputing/JuliaDT", "url": "https://github.com/JuliaComputing/JuliaDT/issues/30", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2370427434
Explicit module reference when calling @finalize_patterns Fix for https://github.com/JuliaDynamics/Agents.jl/issues/1052 did you release a new version? yes :+1:
gharchive/pull-request
2024-06-24T14:38:18
2025-04-01T04:32:40.587331
{ "authors": [ "Datseris", "Tortar" ], "repo": "JuliaDynamics/DynamicSumTypes.jl", "url": "https://github.com/JuliaDynamics/DynamicSumTypes.jl/pull/82", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1129065144
TagBot trigger issue This issue is used to trigger TagBot; feel free to unsubscribe. If you haven't already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions and more details. If you'd like for me to do this for you, comment TagBot fix on this issue. I'll open a PR within a few hours, please be patient! Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/54031 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/54732 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/97916
gharchive/issue
2022-02-09T22:01:45
2025-04-01T04:32:40.604693
{ "authors": [ "JuliaTagBot" ], "repo": "JuliaFirstOrder/ProximalCore.jl", "url": "https://github.com/JuliaFirstOrder/ProximalCore.jl/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2547617073
issue with simple #define typedef int INT; #define FIVE ((INT) 4+1) produces the following nonsense definition: const INT = Cint const FIVE = (INT(4))(1) I don't know the proper fix for this off the top of my head, but FWIW if you don't need macros to be wrapped you could set macro_mode = "disable" in the generator config: https://github.com/JuliaInterop/Clang.jl/blob/d965e86451982ad5566479f6abae66a942990730/gen/generator.toml#L196 Alternatively I think you could add FIVE to the output_ignorelist to stop it from being printed: https://github.com/JuliaInterop/Clang.jl/blob/d965e86451982ad5566479f6abae66a942990730/gen/generator.toml#L49 Thanks! This is just an MWE in my real use case I have tons of macros that follow this pattern.
gharchive/issue
2024-09-25T10:35:01
2025-04-01T04:32:40.617002
{ "authors": [ "JamesWrigley", "jw3126" ], "repo": "JuliaInterop/Clang.jl", "url": "https://github.com/JuliaInterop/Clang.jl/issues/510", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1617430993
Try to fix getNumArguments for TypeRef-ed FunctionTemplateDecls I don't know how to craft an MWE to test this PR, but this may be the solution. cc @giordano I have the feeling this might be a problem in libclang, because Clang.LibClang.clang_Cursor_getNumArguments(method) gives me -1 on the method where I expect >1 arguments it looks like FunctionTemplateDecl can not be dyn_cast to a typical FunctionDecl in the newer Clang. I'm closing this PR as it's not the correct way to fix the problem.
gharchive/pull-request
2023-03-09T15:05:06
2025-04-01T04:32:40.618951
{ "authors": [ "Gnimuc", "giordano" ], "repo": "JuliaInterop/Clang.jl", "url": "https://github.com/JuliaInterop/Clang.jl/pull/419", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1639902109
TagBot trigger issue This issue is used to trigger TagBot; feel free to unsubscribe. If you haven't already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions and more details. If you'd like for me to do this for you, comment TagBot fix on this issue. I'll open a PR within a few hours, please be patient! Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/80043 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/80284 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/80380 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/80527 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/80530 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/80542 Triggering TagBot for merged registry pull request This extra notification is being sent because I expected a tag to exist by now, but it doesn't. You may want to check your TagBot configuration to ensure that it's running, and if it is, check the logs to make sure that there are no errors. Triggering TagBot for merged registry pull request This extra notification is being sent because I expected a tag to exist by now, but it doesn't. You may want to check your TagBot configuration to ensure that it's running, and if it is, check the logs to make sure that there are no errors. Triggering TagBot for merged registry pull request This extra notification is being sent because I expected a tag to exist by now, but it doesn't. You may want to check your TagBot configuration to ensure that it's running, and if it is, check the logs to make sure that there are no errors. Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/92794 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/106802
gharchive/issue
2023-03-24T19:07:08
2025-04-01T04:32:40.717396
{ "authors": [ "JuliaTagBot" ], "repo": "JuliaMLTools/GraphNets.jl", "url": "https://github.com/JuliaMLTools/GraphNets.jl/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
701421371
New package: MyExample v0.1.0 Registering package: MyExample Repository: https://github.com/guchchcug/MyExample.jl Created by: @guchchcug Version: v0.1.0 Commit: 15e8b51b3d60b6b86be1e7fe995deb911d17a3f1 Reviewed by: @guchchcug Reference: https://github.com/guchchcug/MyExample.jl/issues/2 Welcome! It looks like this is an example package, and thus probably does not need to be registered? Thank you for reminding me! This example package doesn’t need to be registered! :) Chen On Sep 14, 2020, at 6:22 PM, Dilum Aluthge <notifications@github.commailto:notifications@github.com> wrote: Welcome! It looks like this is an example package, and thus probably does not need to be registered? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/JuliaRegistries/General/pull/21388#issuecomment-692344754, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACUUFWMSHUO37WIWHJSJWMLSF2JRNANCNFSM4RMCFVDQ.
gharchive/pull-request
2020-09-14T20:58:23
2025-04-01T04:32:40.802647
{ "authors": [ "DilumAluthge", "JuliaRegistrator", "guchchcug" ], "repo": "JuliaRegistries/General", "url": "https://github.com/JuliaRegistries/General/pull/21388", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
511824175
New package: KernelFunctions v0.1.0 Registering package: KernelFunctions Repository: https://github.com/theogf/KernelFunctions.jl Created by: @theogf Version: v0.1.0 Commit: 3f3a80011f66c37d949484c7541a066f101a7f6a Reviewed by: @theogf Reference: https://github.com/theogf/KernelFunctions.jl/commit/3f3a80011f66c37d949484c7541a066f101a7f6a#commitcomment-35644219 Your new package pull request does not meet all of the guidelines for automatic merging. Specifically, your pull request does not meet the following guidelines: The following dependencies do not have a compat entry that has an upper bound: StatsFuns If you want to prevent this pull request from being auto-merged, simply leave a comment. (If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.) It is important to note that if your pull request does not meet the guidelines for automatic merging, this does not mean that your pull request will never be merged. It just means that your pull request will require manual review by a human. These guidelines are intended not as requirements for packages but as very conservative guidelines, which, if your new package or new version of a package meets them, it may be automatically merged. On a separate note, I see that you are registering a release with a version number of the form v0.X.Y. Does your package have a stable public API? If so, then it's time for you to register version v1.0.0 of your package. (This is not a requirement. It's just a recommendation.) If your package does not yet have a stable public API, then of course you are not yet ready to release version v1.0.0. [noblock] Please fix the compatibility bounds for the next release such that it will be automatically merged.
gharchive/pull-request
2019-10-24T09:32:24
2025-04-01T04:32:40.808455
{ "authors": [ "JuliaRegistrator", "fredrikekre", "zeptodoctor" ], "repo": "JuliaRegistries/General", "url": "https://github.com/JuliaRegistries/General/pull/4681", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1179487313
New package: Anneal v0.1.0 Registering package: Anneal Repository: https://github.com/psrenergy/Anneal.jl Created by: @pedromxavier Version: v0.1.0 Commit: e268fbee5fcaacb39cb72a035a9db3447bc75b32 Reviewed by: @pedromxavier Reference: https://github.com/psrenergy/Anneal.jl/commit/e268fbee5fcaacb39cb72a035a9db3447bc75b32#commitcomment-69462459 Description: QUBO Annealing & Sampling MathOptInterface Interfaces [noblock] can this be merged now? thanks!
gharchive/pull-request
2022-03-24T13:03:07
2025-04-01T04:32:40.811704
{ "authors": [ "JuliaRegistrator", "joaquimg" ], "repo": "JuliaRegistries/General", "url": "https://github.com/JuliaRegistries/General/pull/57230", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
444825007
Update patch notes to release notes. https://github.com/JuliaRegistries/TagBot/pull/17/files?w=1 for easier review. I guess we should also add diff --git a/github/pull_request.go b/github/pull_request.go index acc6958..3550a44 100644 --- a/github/pull_request.go +++ b/github/pull_request.go @@ -30,7 +30,7 @@ var ( RepoRegex = regexp.MustCompile(`Repository:.*github.com/(.*)/(.*)`) VersionRegex = regexp.MustCompile(`Version:\s*(v.*)`) CommitRegex = regexp.MustCompile(`Commit:\s*(.*)`) - ReleaseNotesRegex = regexp.MustCompile(`(?s)<!-- BEGIN PATCH NOTES -->(.*)<!-- END PATCH NOTES -->`) + ReleaseNotesRegex = regexp.MustCompile(`(?s)<!-- BEGIN RELEASE NOTES -->(.*)<!-- END RELEASE NOTES -->`) MergedPRRegex = regexp.MustCompile(`Merge pull request #(\d+)`) ) diff --git a/github/pull_request_test.go b/github/pull_request_test.go index 2a78e96..cf0bc42 100644 --- a/github/pull_request_test.go +++ b/github/pull_request_test.go @@ -31,7 +31,7 @@ func makeBody(repository, version, commit, notes string) string { ss = append(ss, "Commit: "+commit) } if notes != "" { - ss = append(ss, "Release notes:", "<!-- BEGIN PATCH NOTES -->", notes, "<!-- END PATCH NOTES -->") + ss = append(ss, "Release notes:", "<!-- BEGIN RELEASE NOTES -->", notes, "<!-- END RELEASE NOTES -->") } return strings.TrimSpace(strings.Join(ss, "\n")) } but needs to be coordinated with Registrator. Btw, autogenerated patch notes are pretty cool! I do like the term "patch notes" better, but oh well :sweat_smile:. Thanks! Could use patch notes for point releases and release notes for major/minor releases.
gharchive/pull-request
2019-05-16T08:37:15
2025-04-01T04:32:40.814139
{ "authors": [ "christopher-dG", "fredrikekre" ], "repo": "JuliaRegistries/TagBot", "url": "https://github.com/JuliaRegistries/TagBot/pull/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
185452563
function call warnings... while experimenting with Gallium, the following potentially consequential warnings were reported: julia> bp = Gallium.breakpoint("plot_r2_logitudinal.jl",110) WARNING: both DataArrays and StatsBase export "autocor"; uses of it in module DataFrames must be qualified WARNING: both DataArrays and StatsBase export "inverse_rle"; uses of it in module DataFrames must be qualified WARNING: both DataArrays and StatsBase export "rle"; uses of it in module DataFrames must be qualified WARNING: both StatsBase and Distributions export "span"; uses of it in module GLM must be qualified Duplicate of #1094. The problem is with DataArrays, not DataFrames. You're welcome to open an issue there, assuming there isn't already a relevant issue.
gharchive/issue
2016-10-26T17:01:37
2025-04-01T04:32:40.832098
{ "authors": [ "ararslan", "protogeezer" ], "repo": "JuliaStats/DataFrames.jl", "url": "https://github.com/JuliaStats/DataFrames.jl/issues/1115", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
849707150
There was something wrong with the set_scale and set_settings methods of the SceneItem class defined in pyslobs/slobs/scenenode.py. The first argument of both is not named "self". Thanks for bringing this to my attention, and also the pull request. This note is just to reassure you I am not ignoring this. I am on it, and hope to release a fixed version soon. I have reviewed the code looking for other instances of the same mistake, and found none. This is in an area that hasn't been covered by "testing" (I have been using the expression 'exercising' because it isn't true testing.) I am working on writing some new test cases, and in doing so, identified a few other localised issues, which I want to release fixes for in the same release. I have release 1.2.0. It includes this fix. It includes test code to exercise this area. It fixes a large number of bugs found while doing so.
gharchive/issue
2021-04-03T17:47:27
2025-04-01T04:32:40.868923
{ "authors": [ "Julian-O", "UnkoMamire" ], "repo": "Julian-O/PySLOBS", "url": "https://github.com/Julian-O/PySLOBS/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
252143523
这个是ActionView的自定义,把ActionSend的也自定义一下吧 View的还是可以自己处理一下的,Send的Choose简直要完全重写了 哥们,你遇到什么关于ACTION_SEND的问题了,还是纯粹想自定义ACTION_SENED? 我遇到的问题是:App做了网盘的功能,所以有设置了*.,但App又有分享的功能,在分享的时候用的也是.*,这样弹出的分享菜单就有自己了,所以想把自己去掉,但发现Send的不像view那样可以设置ExtraInitialIntents来自定义,好麻烦 另外你的那个弹出的界面能再美化一下么,最好颜色能自定义啥的,我准备引用这个库了。 最好感谢作者,这个库不错。 明白你的意思了。我先记下,忙完手头的活,可以考虑添加自定义主题和ACTION_SEND。 好的,静待佳音 天天来看有没有更新,坐等Send功能。。。 别这样,我也是上班领工资的。写到现在这个程度,我就花了一个多月。 没事啦,我只是看到你更新了,过来冒个泡 你现在使用的是 ACTION_SEND 的那种用法?是这种吗: Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); sendIntent.setType("text/plain"); startActivity(sendIntent); 是的 持续关注中。。。 哈哈,如果周六周日再努力一天,下周一估计就能发布咯~~ 好的,辛苦了 你好,新版本我已经提交上去了。导入项目:compile 'io.julian:appchooser:2.0.0'。 如果有问题随时跟我联系哈。 好的,我抽空看下。 有个建议,如果可以的话,最好还是一个库。另外Demo也可以有空更新下 “最好还是一个库”是什么意思?本来就是一个库呀,不过使用方法变了,不能跟1.x.x的版本兼容。 就是把common和mvp用到的合到appchooser里 我考虑一下哈,谢谢提醒
gharchive/issue
2017-08-23T02:42:58
2025-04-01T04:32:40.874687
{ "authors": [ "JulianAndroid", "hegelsu" ], "repo": "JulianAndroid/AppChooser", "url": "https://github.com/JulianAndroid/AppChooser/issues/2", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1091374866
Circular Artist images Is your feature request related to a problem? Please describe. It just throws me off, when the artist images look just like albums, songs, and so on. Describe the solution you'd like Making the artist images circular, just as they are in normal Spotify. Helps to differentiate artist profiles from songs/albums at a glance. Describe alternatives you've considered I could just update the user.css for myself, but I think this might be something that should be standard for the theme. Additional context Circular images Especially useful in search, where songs/albums and artists are mixed: Agreed
gharchive/issue
2021-12-31T01:47:05
2025-04-01T04:32:40.878490
{ "authors": [ "Gaweringo", "JulienMaille" ], "repo": "JulienMaille/spicetify-dynamic-theme", "url": "https://github.com/JulienMaille/spicetify-dynamic-theme/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2254892988
P值 您好,想问一下作者,P值是怎么计算的? @1707001010 您好,由于是在缺失模态场景下,我们采取了对15种多模态设置下的平均分数进行计算P值。具体而言,我们统计并计算每个样本在15种多模态设置下的平均测试分数(DSC或HD95),然后将提出的方法与过去不同模型方法得到的分数进行配对样本T检验(我们直接使用了excel工具中的T-Test函数进行计算), 从而得我们方法与过去方法之间的P值,希望能对你有帮助。
gharchive/issue
2024-04-21T04:16:32
2025-04-01T04:32:40.886376
{ "authors": [ "1707001010", "Jun-Jie-Shi" ], "repo": "Jun-Jie-Shi/M2FTrans", "url": "https://github.com/Jun-Jie-Shi/M2FTrans/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
108504685
Can't copy output from console (On Windows 10, Atom 1.0.18, Julia 0.4.0-rc2): it's possible to copy input lines from the console by right-clicking and selecting 'copy', but output lines cannot be copied by the same method. Neither input nor output lines can be copied or pasted using keyboard shortcuts. Using right-click on an input line: Using right-click on an output line: I'd love this, but can't quite decide how to implement it. Any tips cc: @Varanas You could add a context menu entry to ink.cson that only applies to the console and write a function that either copies the current .cell (you may be able to get that via currentTarget or something similar) or somehow try to get the selection and copy that. That said: I'm not sure if we shouldn't just redesign the console so this Just Works -- only problem is that it's not easy to do it right at all (and we'd need someone who has the time, of course)... This is implemented!
gharchive/issue
2015-09-27T00:31:20
2025-04-01T04:32:40.890243
{ "authors": [ "Varanas", "one-more-minute", "spencerlyon2", "stillyslalom" ], "repo": "JunoLab/atom-julia-client", "url": "https://github.com/JunoLab/atom-julia-client/issues/47", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2078930957
Discord Hey what's your discord ? Why would you need it Because burgerking has updated its API and your project no longer works
gharchive/issue
2024-01-12T14:12:05
2025-04-01T04:32:40.911466
{ "authors": [ "AndrobaL", "JustYuuto" ], "repo": "JustYuuto/burger-king-fr-api", "url": "https://github.com/JustYuuto/burger-king-fr-api/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
118830390
Rebuild does not create folder zmq/build I am running an npm project and one of its dependencies depends on zmq. I am running everything inside a docker container, and when I run the build process of the container (so after installation of all the dependencies using npm install), I also rebuild zmq using the command npm rebuild zmq. But when I run the npm project inside the container, it throws the following error: Error: Could not locate the bindings file. Tried: → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/build/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/build/Debug/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/build/Release/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/out/Debug/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/Debug/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/out/Release/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/Release/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/build/default/zmq.node → /usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/compiled/4.2.2/linux/x64/zmq.node at bindings (/usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/node_modules/bindings/bindings.js:88:9) at Object.<anonymous> (/usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/lib/index.js:6:30) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (/usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq/index.js:2:18) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (/usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/index.js:4:11) During the rebuild step, it prints the following warning: npm WARN cannot run in wd zmq@2.7.0 node-gyp rebuild (wd=/usr/src/app/node_modules/@user/my-npm-module/node_modules/@user/zmq-producer-wrapper/node_modules/zmq) Yeah having the same issue
gharchive/issue
2015-11-25T12:51:25
2025-04-01T04:32:40.917662
{ "authors": [ "bitliner", "its2mc" ], "repo": "JustinTulloss/zeromq.node", "url": "https://github.com/JustinTulloss/zeromq.node/issues/474", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
548786407
[DNM] zephyr: Enabling Zephyr/mynewt-core version of tinycbor NOTE: Umbrella PR, for Zephyr, that gathers required changes to other project is here: zephyrproject-rtos/zephyr#21825 Important: merge right after the umbrella PR Changes needed due to overwrite of Zephyr fork of Tinycbor with mynewt-core version. Signed-off-by: Dominik Ermel dominik.ermel@nordicsemi.no @nvlsianpu @de-nordic Is this done? Could the [DNM] be removed from the title?
gharchive/pull-request
2020-01-13T08:51:15
2025-04-01T04:32:40.919938
{ "authors": [ "de-nordic", "utzig" ], "repo": "JuulLabs-OSS/mcuboot", "url": "https://github.com/JuulLabs-OSS/mcuboot/pull/633", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1779297815
DOC: Add unit for default_target_in_memory_size https://github.com/Jython1415/zolltools/blob/8a77174ca960b14fa5852f937f57324df8e2b657/src/zolltools/db/pqtools.py#L24-L35 Add unit to docstring Resolved by https://github.com/Jython1415/zolltools/commit/a4dc01607e5be8f179d236ecb1c2f933872130d7
gharchive/issue
2023-06-28T16:28:46
2025-04-01T04:32:40.930102
{ "authors": [ "Jython1415" ], "repo": "Jython1415/zolltools", "url": "https://github.com/Jython1415/zolltools/issues/98", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2279207188
ensure labels order false data currently much better now
gharchive/issue
2024-05-04T21:32:22
2025-04-01T04:32:40.932843
{ "authors": [ "K-Yo" ], "repo": "K-Yo/splunk_exporter", "url": "https://github.com/K-Yo/splunk_exporter/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
354672473
Slow Query - no results in DDErl QUERY SELECT * FROM TABLE( SLOW_TEXT_TABLE ( :SQLT_STR_TEXT, :SQLT_INT_ROWS, :SQLT_INT_DELAY ) ) CRASH [info] [_DDRL_] {dderl_session,183} Query: <<"SELECT\r\n *\r\nFROM\r\n TABLE (SLOW_TEXT_TABLE(:SQLT_STR_TEXT, :SQLT_INT_ROWS, :SQLT_INT_DELAY))">> With parameters: [{<<":SQLT_INT_DELAY">>,in,'SQLT_INT',1},{<<":SQLT_INT_ROWS">>,in,'SQLT_INT',1000},{<<":SQLT_STR_TEXT">>,in,'SQLT_STR',<<"FOO_BAR_">>}] Executed. [error] gen_statem <0.2081.0> in state filling terminated with reason: {timeout,{gen_server,call,[<0.2080.0>,close]}} in gen_server:call/2 line 206 [error] CRASH REPORT Process <0.2081.0> with 0 neighbours exited with reason: {timeout,{gen_server,call,[<0.2080.0>,close]}} in gen_server:call/2 line 206 [error] [_DDRL_] {dderl_session,648} Problem processing command: exit: {{timeout,{gen_server,call,[<0.2080.0>,close]}},{gen_statem,call,[<0.2081.0>,get_count,infinity]}} [{<<"button">>,[{<<"connection">>,<<"g2gDZAAIb2NpX3BvcnRnZAAQZGRlcmwxQDEyNy4wLjAuMQAAB8QAAAAAA24GAKDTBycnAg==">>},{<<"statement">>,<<"g2gCZAAJZGRlcmxfZnNtZ2QAEGRkZXJsMUAxMjcuMC4wLjEAAAghAAAAAAM=">>},{<<"binds">>,[{<<":SQLT_INT_DELAY">>,[{<<"typ">>,<<"SQLT_INT">>},{<<"dir">>,<<"in">>},{<<"val">>,<<"1">>},{<<"name">>,<<":SQLT_INT_DELAY">>}]},{<<":SQLT_INT_ROWS">>,[{<<"typ">>,<<"SQLT_INT">>},{<<"dir">>,<<"in">>},{<<"val">>,<<"1000">>},{<<"name">>,<<":SQLT_INT_ROWS">>}]},{<<":SQLT_STR_TEXT">>,[{<<"typ">>,<<"SQLT_STR">>},{<<"dir">>,<<"in">>},{<<"val">>,<<"FOO_BAR_">>},{<<"name">>,<<":SQLT_STR_TEXT">>}]}]},{<<"btn">>,<<"restart">>}]}] [{gen,do_call,4,[{file,"gen.erl"},{line,177}]}, {gen_statem,call,3,[{file,"gen_statem.erl"},{line,461}]}, {oci_adapter,process_cmd,6,[{file,"_build/default/lib/dderl/src/oci_adapter.erl"},{line,499}]}, {dderl_session,spawn_process_call,8,[{file,"_build/default/lib/dderl/src/dderl_session.erl"},{line,645}]}] [error] [_DDRL_] {dderl_session,191} dderl_session received unknown msg {'EXIT',<0.2081.0>,{timeout,{gen_server,call,[<0.2080.0>,close]}}} for <<"system">> Query Details CREATE OR REPLACE TYPE T_TEXT_ROW AS OBJECT (text_line VARCHAR2(4000)); CREATE OR REPLACE TYPE T_TEXT_TAB IS TABLE OF T_TEXT_ROW; create or replace function SLOW_TEXT_TABLE ( SQLT_STR_TEXT IN Varchar2, SQLT_INT_ROWS IN INTEGER, SQLT_VNR_DELAY IN NUMBER ) RETURN T_TEXT_TAB PIPELINED is begin FOR i IN 1..SQLT_INT_ROWS LOOP PIPE ROW(T_TEXT_ROW(SQLT_STR_TEXT || i)); sys.dbms_lock.sleep(SQLT_VNR_DELAY); END LOOP; end SLOW_TEXT_TABLE; ERLOCI Code Rows can be fetched with direct erloci APIs successfully! expand for details Tns = <<"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.43)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=XE)))">>. Pswd= <<"****">>. User= <<"scott">>. f(OciPort). OciPort = erloci:new([{logging, true}, {env, []}]). f(OciSession). OciSession = OciPort:get_session(Tns, User, Pswd). f(CreateType). CreateType = OciSession:prep_sql(<<"CREATE OR REPLACE TYPE T_TEXT_ROW AS OBJECT (text_line VARCHAR2(4000));">>). {executed, 0} = CreateType:exec_stmt(). ok = CreateType:close(). f(CreateType). CreateType = OciSession:prep_sql(<<"CREATE OR REPLACE TYPE T_TEXT_TAB IS TABLE OF T_TEXT_ROW;">>). {executed, 0} = CreateType:exec_stmt(). ok = CreateType:close(). f(CreateFunction). CreateFunction = OciSession:prep_sql(<<" create or replace function SLOW_TEXT_TABLE ( SQLT_STR_TEXT IN Varchar2, SQLT_INT_ROWS IN INTEGER, SQLT_VNR_DELAY IN NUMBER ) RETURN T_TEXT_TAB PIPELINED is begin FOR i IN 1..SQLT_INT_ROWS LOOP PIPE ROW(T_TEXT_ROW(SQLT_STR_TEXT || i)); sys.dbms_lock.sleep(SQLT_VNR_DELAY); END LOOP; end SLOW_TEXT_TABLE; ">>). {executed, 0} = CreateFunction:exec_stmt(). ok = CreateFunction:close(). f(SelectSlow). SelectSlow = OciSession:prep_sql(<<" SELECT * FROM TABLE( SLOW_TEXT_TABLE ( :SQLT_STR_TEXT, :SQLT_INT_ROWS, :SQLT_INT_DELAY ) ) ">>). ok = SelectSlow:bind_vars([ {<<":SQLT_STR_TEXT">>, 'SQLT_STR'}, {<<":SQLT_INT_ROWS">>, 'SQLT_INT'}, {<<":SQLT_INT_DELAY">>, 'SQLT_INT'}]). f(Cols). {cols, Cols} = SelectSlow:exec_stmt([{<<"FOO_BAR_">>, 1000, 1}], 1). f(F). (fun F() -> case timer:tc(fun() -> SelectSlow:fetch_rows(1) end)of {Time, {{rows, []}, true}} -> io:format("[~8.3.0f ms] EOT~n", [Time / 1000]); {Time, {{rows, Rows}, true}} -> io:format("[~8.3.0f ms] Last ~p~n", [Time / 1000, Rows]); {Time, {{rows, Rows}, _}} -> io:format("[~8.3.0f ms] Rows ~p~n", [Time / 1000, Rows]), F() end end)(). ok = SelectSlow:close(). OciSession:close(). OciPort:close(). FYI: @stoch @c-bik I tested the query and indeed we have a timeout when pressing restart which I am looking into right now. However in your example using the driver directly you are fetching only one row SelectSlow:fetch_rows(1) in the normal dderl case we are fetching by blocks of 100, if I replace that fetch SelectSlow:fetch_rows(100) I will get not get any response until the 100 rows are produced, isn't the idea the driver responds with 1 row as soon as it is produced by the pipeline ? @acautin in the normal dderl case we are fetching by blocks of 100 This is hardcoded in DDErl. I propose a way to optionally override it (ddConfig or a input in SQL Editor GUI). Having said that this is no longer a bug but a new feature proposal. What do you think? isn't the idea the driver responds with 1 row as soon as it is produced by the pipeline ? The way this fetch_rows(N) feature is implemented in driver is: // 4GB is the maximum size you can write stdout as we are framing with 32 bit length header if ( rows_fetched < N && erl_rows_term_size < 4GB ) { // fetch more rows } else { // reply to erlang with fetched rows } There are no fetch timeout in current driver and packing multiple rows in one payload increases pipe throughput. However, a new idea can be fetch_rows_async/0 API which will send rows (one or more) as messages as soon as they arrive to directly to the process (as long as the process lives). Will that help in this case? If it does, can you please give me a feature request in erloci with this? @c-bik probably will have to implement a configurable fetch block size at the end in any case so the user can tweak it as his preference, but still I would like to find a better solution for it to work even if not optimally with the default settings. As a solution on the fsm we will buffer rows for a configurable period of time defaulting to 1 second and serve what we have at that point even if it is less than the buffer size. A similar solution probably can be implemented in oci so the fetch_rows(N) is implemented more or less as: // 4GB is the maximum size you can write stdout as we are framing with 32 bit length header if ( rows_fetched < N && erl_rows_term_size < 4GB && timerNotExpired ) { // fetch more rows } else { // reply to erlang with fetched rows } Will add a request to erloci with this feature request. FYI: @stoch
gharchive/issue
2018-08-28T10:41:20
2025-04-01T04:32:40.955093
{ "authors": [ "acautin", "c-bik" ], "repo": "K2InformaticsGmbH/dderl", "url": "https://github.com/K2InformaticsGmbH/dderl/issues/541", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
460963833
コンテストの問題情報をDBに格納する 理由:現状ではerbファイルにベタ打ちしている形なっており,可読性・保守性などの面で改善の余地があるため [ ] AtCoder Problemsの作者に問い合わせ・許可を得る [ ] jsonの情報を定期的に取得する方法を調べる [ ] AtCoder ProblemsのAPIから問題情報を取得する [ ] DBの設計を行う [ ] 問題情報をDBに格納する APIへのアクセスは1000回/日以下なら不要と本家にあった 残ったタスクは,#162 で処理
gharchive/issue
2019-06-26T13:14:40
2025-04-01T04:32:40.984416
{ "authors": [ "KATO-Hiro" ], "repo": "KATO-Hiro/AtCoderQAHubSandbox", "url": "https://github.com/KATO-Hiro/AtCoderQAHubSandbox/issues/132", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1128747978
VCF file reading problem Hi, I am trying to use DNAscan, I do not have access to run sudo commands but I was able to accomplish do everything in these commands without access for sudo (except for tff-dejavu). I am getting the folowing error: "WARNING: Fastq format input data is required if you want to perform the alignment stage WARNING: Using input vcf as variant file. Do not provide vcf file if you wish to perform variant calling Hard filtering of SNV/indel variants is being performed... bcftools filter -i " QUAL > 1 & QUAL / INFO/AO > 10 & SAF > 0 & SAR > 0 & RPR > 1 & RPL > 1 " All_data/ALS57_CKDN200006030-1A_HLTMNDSXY_L3_filtered_snps.vcf | bgzip -c > All_data/DNAscan/SETUP/DNAscanOutput_snps/ALS57_CKDN200006030-1A_HLTMNDSXY_L3/sample_sorted_filtered.vcf.gz ; tabix -fp vcf All_data/DNAscan/SETUP/DNAscanOutput_snps/ALS57_CKDN200006030-1A_HLTMNDSXY_L3/sample_sorted_filtered.vcf.gz WARNING: All_data/DNAscan/SETUP/DNAscanOutput_snps/ALS57_CKDN200006030-1A_HLTMNDSXY_L3/sample_sorted_filtered.vcf.gz only contains the header and no data, therefore DNAscan will now terminate." The commands I used to call are: "DNAscan.py -in $VCF/${names[${SLURM_ARRAY_TASK_ID}]}_filtered_InDel.vcf -format vcf -reference hg38 -alsgenescanner -out $OUT DNAscan.py -in $VCF/${names[${SLURM_ARRAY_TASK_ID}]}_filtered_snps.vcf -format vcf -reference hg38 -alsgenescanner -out $OUT2" I set up Annovar and all other dependecies to my knowledge. Do you have any troubleshooting suggestions? Also, I checked the path to the vcfs and it is correct, the vcf is not empty, but the file that gets copied into the output folder is. Hello, we are in the process of updating DNAscan. I think it is best if you try the new version directly https://github.com/hevmarriott/DNAscanv2 . Let me know if you prefer to receive support for the older version instead BW Alfredo
gharchive/issue
2022-02-09T16:15:49
2025-04-01T04:32:41.023070
{ "authors": [ "AlfredoKCL", "Caseyb4ob" ], "repo": "KHP-Informatics/DNAscan", "url": "https://github.com/KHP-Informatics/DNAscan/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
82472186
Update ApativeDockingNode Few notable changes from the previous version: Updated license from restricted to BSD-2-clause. Removed the install stanza, CKAN does the right thing by default. Added ksp_version_* (going to submit a PR for the previous .ckan file to fix its lack of KSP version) Fail is because build.sh doesn't exist due to #558. #rebuild This PR only installs a bunch of .cs files This PR only installs a bunch of .cs files Indeed it does, updated.
gharchive/pull-request
2015-05-29T15:27:27
2025-04-01T04:32:41.066083
{ "authors": [ "Dazpoet", "dbent" ], "repo": "KSP-CKAN/CKAN-meta", "url": "https://github.com/KSP-CKAN/CKAN-meta/pull/556", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
121660520
Rename Asclepius-v1.1.ckan to Asclepius-1.1.ckan Another one that a file rename might fix, or might not. As https://github.com/KSP-CKAN/CKAN-meta/pull/860 changing filenames will have no effect. Fixed by #2805
gharchive/pull-request
2015-12-11T08:20:02
2025-04-01T04:32:41.067534
{ "authors": [ "plague006", "politas" ], "repo": "KSP-CKAN/CKAN-meta", "url": "https://github.com/KSP-CKAN/CKAN-meta/pull/876", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
132580600
Error in android-native C:\Dev\Projetos\Kha\Invasion\build\android-native-build\Invasion\app\src\main\jni\SDKs\Kha\Kore\Backends\OpenGL2\Sources\Kore\RenderTargetImpl.cpp Error:(78, 31) error: 'GL_DEPTH24_STENCIL8' was not declared in this scope Error:(89, 31) error: 'GL_DEPTH32F_STENCIL8' was not declared in this scope Error:(102, 45) error: 'GL_DEPTH_STENCIL_ATTACHMENT' was not declared in this scope I probably broke it, will take a look. Fixed in #40. And thanks, i didn't even know there is an android-native target until today :sweat_smile:
gharchive/issue
2016-02-10T00:57:04
2025-04-01T04:32:41.132162
{ "authors": [ "RafaelOliveira", "sh-dave" ], "repo": "KTXSoftware/Kore", "url": "https://github.com/KTXSoftware/Kore/issues/39", "license": "Zlib", "license_type": "permissive", "license_source": "github-api" }
2203794941
Error Handling Hi, dear @Kaaveh I am currently examining and creating an issue related to improving the error-handling mechanism within the system. This issue aims to enhance error handling for better user experience and application robustness. Hey @mhmd-android , awesome! Feel free to make PR! Hello @Kaaveh , I hope this message finds you well. I’ve been considering the integration of a CustomFactoryAdapter to enhance our Retrofit request handling. The goal is to sharpen our focus on error handling to improve user experience and bolster the robustness of our application. However, I must bring to your attention that with our future plans to transition towards Ktor, the introduction of this adapter may entail substantial changes. This could affect both our business logic and testing procedures. I wanted to lay out this information transparently to deliberate whether the benefits of incorporating the CustomFactoryAdapter now would outweigh the potential overhead in the near future. Your insights on this matter would be invaluable. Should we proceed with this implementation considering the outlined scenario? Hey @mhmd-android , sorry for my late response! Yah, go ahead! 🙌🏻 Hey @Kaaveh Hey @Kaaveh No problem, ok, I'll do it, thanks Hey @mhmd-android Any update about this task? Hey @Kaaveh I hope this message finds you well. I wanted to update you on the task I was assigned regarding the error handling for the application. Initially, I planned to complete this using Retrofit and implement a customFactoryAdapter to handle the errors. However, I have noticed that Retrofit has now been replaced with Koin in the project. Given this change, I will need to consider alternative approaches to implement the error handling effectively. I wanted to inform you about this update and assure you that I will complete it as soon as possible Hey @mhmd-android, amazing work! I can't wait to see your future updates! 🙌🏻
gharchive/issue
2024-03-23T09:38:37
2025-04-01T04:32:41.143630
{ "authors": [ "Kaaveh", "mhmd-android" ], "repo": "Kaaveh/ComposeNews", "url": "https://github.com/Kaaveh/ComposeNews/issues/205", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
337018057
Разработка СУ для управления положением руля Резервный вариант управления с ESC @serykhelena твой код немного пофикшен в 2e29aff
gharchive/issue
2018-06-29T14:21:58
2025-04-01T04:32:41.184557
{ "authors": [ "KaiL4eK", "serykhelena" ], "repo": "KaiL4eK/tigra_project", "url": "https://github.com/KaiL4eK/tigra_project/issues/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1815781422
Interactive list Hi Dear Reviewers, Welcome to my pull request for TodoList(interactive lists) Added a new JavaScript file and import it as a module: Add event listener to the checkbox (change). Updated items object's value for completed key upon user actions. Implemented a function for the "Clear all completed" button. Stored the updated array of items in local storage, so the user gets the correct list of values after the page reloads). Previous pull request https://github.com/Kaiserabbas/todo-list/pull/1 Filter method is used for "clear all completed" button https://github.com/Kaiserabbas/todo-list/assets/123939543/2d44f53c-a5c0-4899-81ed-360f839dcae9 Save task is added to the code section to update local storage.
gharchive/pull-request
2023-07-21T13:06:21
2025-04-01T04:32:41.200096
{ "authors": [ "Kaiserabbas" ], "repo": "Kaiserabbas/todo-list", "url": "https://github.com/Kaiserabbas/todo-list/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1275230750
Implementation of the Cross Domain Adaptive Clustering(Domain Adaptation) Hi, Thanks for your excellent repository for different DA/SSL/DG algorithms. I found the CDAC paper very interesting, and I have implemented the paper in your repo and would like to merge it with your main Dassl repository. Link to the paper: Link The original implementation by the authors can be found from this link: Link Citing the original paper. @InProceedings{li2021cross, author = {Li, Jichang and Li, Guanbin and Shi, Yemin and Yu, Yizhou}, title = {Cross-Domain Adaptive Clustering for Semi-Supervised Domain Adaptation}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2021}, pages = {2505-2514} } Thanks very much! Your implementation looks clean. Is it a CVPR'19 or CVPR'21 paper? The update in the readme file puts CVPR'19 by the way. Also, is this re-implementation tested? Do you have any numbers on the two datasets? Hi, Sorry from my side, I will edit it to CVPR'21. Yes, I have tested the implementation. I have the numbers on the digit5 dataset Hi @KaiyangZhou , Any updates regarding the PR? Hi @KaiyangZhou There is a small bug in the scheduler function that I just checked Can I correct it and the you can again merge?
gharchive/pull-request
2022-06-17T16:21:41
2025-04-01T04:32:41.231171
{ "authors": [ "KaiyangZhou", "shreejalt" ], "repo": "KaiyangZhou/Dassl.pytorch", "url": "https://github.com/KaiyangZhou/Dassl.pytorch/pull/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
955147942
[Sage-525] Sage 3 - New Upsell Component Description Screenshots Before After Testing in sage-lib Testing in kajabi-products (LOW/MEDIUM/HIGH/BREAKING) Description of the change and its impact with QA as the audience. [ ] One more examples of the component in use to either test the change or verify the change has not had adverse effects. Related #525 Removing this from the Sage 3 Conversion milestone, as this is a New component, not a conversion. Closing this PR as per https://github.com/Kajabi/sage-lib/issues/525#issuecomment-994937312
gharchive/pull-request
2021-07-28T18:57:09
2025-04-01T04:32:41.235457
{ "authors": [ "FuturaExtraBold", "monicawheeler" ], "repo": "Kajabi/sage-lib", "url": "https://github.com/Kajabi/sage-lib/pull/661", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
132047258
[readme] Updated readme file to contain updated publication information Added updated publication information to the readme. Updated the CLUMP code repository README file and added snakemake workflows for raw CLUMP and case/control CLUMP analysis.
gharchive/pull-request
2016-02-08T03:58:50
2025-04-01T04:32:41.285382
{ "authors": [ "tycheleturner" ], "repo": "KarchinLab/CLUMP", "url": "https://github.com/KarchinLab/CLUMP/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
168793758
regression - 405: Method Not Allowed - after 0.21.6 Long story short Using 0.21.6, my app is fine, but upgrading to 0.22.4 fail. I'm noted that after 0.22.0a0 it is failing. Expected behaviour old behaviour Actual behaviour Here is the reponse header, I'm geting with firebug: HTTP/1.1 405 Method Not Allowed Content-Type: text/plain; charset=utf-8 Content-Length: 23 Allow: Get Date: Tue, 02 Aug 2016 03:17:18 GMT Server: Python/3.5 aiohttp/0.22.0a0 Steps to reproduce In my app one router is: app.router.add_route('GET', '/', raiz) If I change to: app.router.add_route('*', '/', raiz) It will pass. But that is not what I expect. I'm suspecting that the cause is #838. Your environment Python 3.5.2 (32 and 64 bit) Windows 10 64bit Chrome52 and Firefox 47.0.1 (lastest releases). Hi! Something similar happened to me yesterday as well. I think it's related with the multidict version that is installed. Can you try to do a pip install --upgrade multidict, it fixed the error for me. Hi! You're right. It's mutidict. But upgrade it doesn't solve the problem. I had mutidict 2.0.0 and uninstalling multidict and upgrading aiohttp, install the correct versions, aiohttp 2.22.4 and multidict 1.2.2. Thanks. I will close the issue because I have seen that support multdict 2 is being implemented. aiohttp 0.22.6 should fix the issue by pinning multidict version
gharchive/issue
2016-08-02T03:52:06
2025-04-01T04:32:41.356231
{ "authors": [ "argaen", "asvetlov", "marcelotduarte" ], "repo": "KeepSafe/aiohttp", "url": "https://github.com/KeepSafe/aiohttp/issues/1035", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
86506396
If you send garbage via telnet you should receive a 400 On most server when you send non HTTP content to the server, the server reply by a 400 or close the connection. Actually in aiohttp if you receive non HTTP content you got a stacktrace in the log and client receive a 500: Traceback (most recent call last): File "/lib/python3.4/site-packages/aiohttp/server.py", line 241, in start yield from prefix.read() File "/lib/python3.4/site-packages/aiohttp/streams.py", line 505, in read result = yield from super().read() File "/lib/python3.4/site-packages/aiohttp/streams.py", line 365, in read yield from self._waiter File "/lib/python3.4/asyncio/futures.py", line 386, in __iter__ yield self # This tells Task to wait for completion. File "/lib/python3.4/asyncio/tasks.py", line 287, in _wakeup value = future.result() File "/lib/python3.4/asyncio/futures.py", line 275, in result raise self._exception File "//lib/python3.4/site-packages/aiohttp/parsers.py", line 131, in feed_data self._parser.send(data) File "/lib/python3.4/site-packages/aiohttp/protocol.py", line 139, in __call__ raw_data = yield from buf.waituntil(b' ', 12) File "/lib/python3.4/site-packages/aiohttp/parsers.py", line 374, in waituntil 'Line is too long. %s' % bytes(self), limit) aiohttp.errors.LineLimitExceededParserError: Line is too long. b'fdgdf\r\nfgddfg\r\n' The main issue for me is the fact it's noisy in the log. Agree. We have catch the error in https://github.com/KeepSafe/aiohttp/blob/master/aiohttp/server.py#L241 and https://github.com/KeepSafe/aiohttp/blob/master/aiohttp/server.py#L253, return 400 HTTP status code and log traceback only in debug mode. Would you prepare Pull Request?
gharchive/issue
2015-06-09T08:25:46
2025-04-01T04:32:41.359060
{ "authors": [ "asvetlov", "noplay" ], "repo": "KeepSafe/aiohttp", "url": "https://github.com/KeepSafe/aiohttp/issues/404", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
160443761
Documented cookie-setting feature results in TypeError (unexpected keyword argument) Long story short The feature described here that allows to set cookies directly on session.get does not seem to be implemented. Expected behaviour import aiohttp session = aiohttp.ClientSession() url = 'http://httpbin.org/cookies' cookies = dict(cookies_are='working') session.get(url, cookies=cookies) Should not raise an exception. Actual behaviour An exception is raised: TypeError: _request() got an unexpected keyword argument 'cookies' Steps to reproduce See above. Your environment Python 3.5. Happens on my end as well; Python3.5.1 on Linux. By the way, the traceback points to https://github.com/KeepSafe/aiohttp/blob/master/aiohttp/client.py#L383 And cookies isn't a kwarg declared in _request, in L129. That's one of the issues, even with the cookies kwarg added to _request, it won't send the cookies. It seems that stable version did not get updated, please see latest docs: http://aiohttp.readthedocs.io/en/latest/client.html ok, stable is actually v0.21.6 but docs are fixed in master (latest)
gharchive/issue
2016-06-15T14:57:40
2025-04-01T04:32:41.363977
{ "authors": [ "FukujiMihoko", "popravich", "stefanw" ], "repo": "KeepSafe/aiohttp", "url": "https://github.com/KeepSafe/aiohttp/issues/926", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }