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 |
---|---|---|---|---|---|
239608595 | Package the classes that need to be loaded by the bootstrap classes i…
…n a separate JAR file, bootstrap.jar, and bundle that with the agent's JAR file.
Codecov Report
Merging #400 into master will increase coverage by 0.04%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #400 +/- ##
============================================
+ Coverage 90.56% 90.61% +0.04%
Complexity 595 595
============================================
Files 100 100
Lines 2078 2078
Branches 208 208
============================================
+ Hits 1882 1883 +1
Misses 142 142
+ Partials 54 53 -1
Impacted Files
Coverage Δ
Complexity Δ
...a/io/opencensus/trace/export/SpanExporterImpl.java
91.66% <0%> (+1.66%)
6% <0%> (ø)
:arrow_down:
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 286ab5a...f69cfce. Read the comment docs.
| gharchive/pull-request | 2017-06-29T20:56:24 | 2025-04-01T06:38:09.829646 | {
"authors": [
"codecov-io",
"ubschmidt2"
],
"repo": "census-instrumentation/opencensus-java",
"url": "https://github.com/census-instrumentation/opencensus-java/pull/400",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
263105544 | jewel: remove rbd check
The value of doing this is fairly low compare to the added value.
So we remove these tasks, if rbd pool on Jewel doesn't have the right PG
value you can always increase it.
Signed-off-by: Sébastien Han seb@redhat.com
jenkins test luminous-ansible2.3-centos7_cluster
| gharchive/pull-request | 2017-10-05T12:24:24 | 2025-04-01T06:38:09.879218 | {
"authors": [
"leseb"
],
"repo": "ceph/ceph-ansible",
"url": "https://github.com/ceph/ceph-ansible/pull/1995",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1278153992 | rbd: have dummy attacher implementation
previously, it was a requirement to have attacher sidecar for CSI
drivers and there had an implementation of dummy mode of operation.
However skipAttach implementation has been stabilized and the dummy
mode of operation is going to be removed from the external-attacher.
Considering this driver work on volumeattachment objects for NBD driver
use cases, we have to implement dummy controllerpublish and unpublish
and thus keep supporting our operations even in absence of dummy mode
of operation in the sidecar.
This commit make a NOOP controller publish and unpublish for RBD driver.
CephFS driver does not require attacher and it has already been made free
from the attachment operations.
Ref# https://github.com/ceph/ceph-csi/pull/3149
Ref# https://github.com/kubernetes-csi/external-attacher/issues/226
Signed-off-by: Humble Chirammal hchiramm@redhat.com
Why?
/retest all
/retest all
Please don't do this for PRs that are not completely ready, or do not require exhaustive testing yet. The CI environment is rather busy already, re-testing like this just prevents other PRs from getting merged sooner.
/retest ci/centos/mini-e2e/k8s-1.22
/retest ci/centos/k8s-e2e-external-storage/1.23
/retest ci/centos/mini-e2e-helm/k8s-1.22
@nixpanic added the details to the commit and PR. Also tests are passing ! ptal.. thanks..
all the test failures are on ```Errors during downloading metadata for repository 'tcmu-runner':
Status code: 404 for https://3.chacra.ceph.com/r/tcmu-runner/master/245914c1446dddf07d5b58b0a7b2060b50fde4d7/centos/8/flavors/default/x86_64/repodata/repomd.xml (IP: 158.69.93.173)
Error: Failed to download metadata for repo 'tcmu-runner': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Error: error building at STEP "RUN dnf -y install librados-devel librbd-devel /usr/bin/cc make git && dnf clean all && rm -rf /var/cache/yum && true": error while running runtime: exit status 1
make: *** [Makefile:233: image-cephcsi] Error 1
script returned exit code 2```
@Mergifyio rebase
@nixpanic comments are addressed.. ptal.. thanks
/retest ci/centos/k8s-e2e-external-storage/1.22
/retest ci/centos/mini-e2e/k8s-1.23
/retest ci/centos/k8s-e2e-external-storage/1.22
@nixpanic can you revisit as I have addressed the changes requested here ?
Is there a reason to keep ControllerPublishVolume in internal/csi-common/controllerserver-default.go? Or does it make sense to move this dummy implementation there instead?
If ControllerPublishVolume is only needed for NBD support, it should probably be reported as a feature only for NBD backed volumes. But, I guess the controller does not report the capabilities depending on the parameters for the volume?
Is there a reason to keep ControllerPublishVolume in internal/csi-common/controllerserver-default.go? Or does it make sense to move this dummy implementation there instead?
in this case, it default to not implemented ( inherited for cephfs) and only get an implementation in case of RBD.
If ControllerPublishVolume is only needed for NBD support, it should probably be reported as a feature only for NBD backed volumes. But, I guess the controller does not report the capabilities depending on the parameters for the volume?
Yeah, this return fall into get caps call for the controller..
@nixpanic I have answered the queries.. ptal. thanks.
@nixpanic ptal
@nixpanic ptal. Thanks
@humblec is this a preparation for removing the registry.k8s.io/sig-storage/csi-attacher sidecar from RBD provisioner in the future?
@humblec is this a preparation for removing the registry.k8s.io/sig-storage/csi-attacher sidecar from RBD provisioner in the future?
This is not related to that @pkalever
@Mergifyio refresh
@Mergifyio rebase
@humblec is this a preparation for removing the registry.k8s.io/sig-storage/csi-attacher sidecar from RBD provisioner in the future?
This is not related to that @pkalever
Then I'm confused.
previously, it was a requirement to have attacher sidecar for CSI
drivers and there had an implementation of dummy mode of operation.
Well even now we have the csi-attacher sidecar, right?
Don't know what I'm missing here, could you please help me understand?
| gharchive/pull-request | 2022-06-21T09:21:28 | 2025-04-01T06:38:09.891626 | {
"authors": [
"humblec",
"nixpanic",
"pkalever"
],
"repo": "ceph/ceph-csi",
"url": "https://github.com/ceph/ceph-csi/pull/3199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1252676371 | playbooks: add cephadm-distribute-ssh-key.yml
This playbooks helps to distribute an SSH public key to hosts.
Signed-off-by: Guillaume Abrioux gabrioux@redhat.com
jenkins test unittests
| gharchive/pull-request | 2022-05-30T12:32:52 | 2025-04-01T06:38:10.057022 | {
"authors": [
"guits"
],
"repo": "ceph/cephadm-ansible",
"url": "https://github.com/ceph/cephadm-ansible/pull/84",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
154559965 | Allow specifying a mode for templates
Currently, there's no clean way inside of cerner_tomcat to specify the mode that a file from a template should be created with, forcing the user to either accept the default mode of 750 or use a file block to manually set the created file's mode later in the recipe.
This is duplicate of #4
Was this actually duplicated in #4? It appears in the 3.0.0 version of the cookbook, which includes #4 changes, it doesn't allow you to specify, and rather sets the permissions to 600 (which was previously 750). If so, I can submit a PR to update the README to further clarify how to set this, but wasn't seeing examples, or documentation on how to control this (as this changes from the 2.x -> 3.x behavior).
To clarify, seeing 600 on files being managed for resources used with template (ex. landing in conf) and seeing 644 for remote files landing in the lib directory.
| gharchive/issue | 2016-05-12T19:17:29 | 2025-04-01T06:38:10.112133 | {
"authors": [
"Iggnsthe",
"bbaugher",
"cchesser"
],
"repo": "cerner/cerner_tomcat",
"url": "https://github.com/cerner/cerner_tomcat/issues/13",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
522269501 | [terra-tabs] Overflow in icon-only collapsible tabs.
Bug Report
Description
This issue occurs only when all tabs are icon-only. In a scenario when some tabs need to be collapsed into a menu due to unavailability of space, container supposedly appears to overflow — few tabs that needed to be actually hidden are visible pushing the "More" button to the right and causing an overflow.
Steps to Reproduce
Display, let's say, 50 icon-only tabs.
Additional Context / Screenshots
Repro
import React from 'react';
import IconSearch from 'terra-icon/lib/icon/IconSearch';
import Tabs from 'terra-tabs';
const createTabPanes = () => {
const tabPanes = [];
for (let i = 0; i < 50; i += 1) {
const tabPane = (
<Tabs.Pane label={`Search${i}`} icon={<IconSearch />} isIconOnly key={`Search${i}`} id={`search${i}`} />
);
tabPanes.push(tabPane);
}
return tabPanes;
};
const IconOnlyTabs = () => (
<Tabs id="icononlytabs" responsiveTo="none">
{createTabPanes()}
</Tabs>
);
export default IconOnlyTabs;
Expected Behavior
Horizontal scroll should not appear, 'More' button should not look cut off.
Possible Solution
The minimum width set to icon-only tab affects the logic that we have to calculate the hideStateIndex that decides how many tabs to show and how many to collapse into the menu. Increasing the min-width fixes this issue.
https://github.com/cerner/terra-framework/blob/6cf7f8722f57836915c06589297b30efd09fb1df/packages/terra-tabs/src/Tabs.module.scss#L58-L62
Environment
Component Name and Version: terra-tabs v6.18.0
Browser Name and Version: All browsers.
@ Mentions
@neilpfeiffer
@neilpfeiffer, thoughts?
Not fully understanding why min-width fixes the dynamic handleResize calculation, but would interested to see the change applied in PR and evaluate.
@neilpfeiffer
Draft PR - https://github.com/cerner/terra-framework/pull/984
Deployment - [WIP]
Not fully understanding why min-width fixes the dynamic handleResize calculation, but would interested to see the change applied in PR shown with a new test case and evaluate.
I don't understand how it affects that either. But it seems to work.
| gharchive/issue | 2019-11-13T14:47:11 | 2025-04-01T06:38:10.119636 | {
"authors": [
"jeremyfuksa",
"neilpfeiffer",
"nramamurth"
],
"repo": "cerner/terra-framework",
"url": "https://github.com/cerner/terra-framework/issues/970",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
377614544 | Update on click outside
Summary
Resolves #237
Deployed URL
https://terra-framework-deploye-pr-327.herokuapp.com/#/tests/terra-hookshot/hookshot/hookshot-close-behaviors
Functional verification completed. The hookshot popup examples display and function as expected.
| gharchive/pull-request | 2018-11-05T22:42:23 | 2025-04-01T06:38:10.121432 | {
"authors": [
"bjankord",
"mmalaker"
],
"repo": "cerner/terra-framework",
"url": "https://github.com/cerner/terra-framework/pull/327",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1366545191 | fix the open graph tag "og:title"
The og:title is important because that's the first thing people see when they share a cert-maanger.io link in Twitter or on Slack. Today, all the pages have the same og:title:
cert-manager - Documentation
The title of the page that we set in each front matter is discarded. This change fixes that.
To reproduce the before and after commands below, first run:
./scripts/server-netlify
Before:
$ curl -sL localhost:8888/docs/tutorials/getting-started-with-cert-manager-on-google-kubernetes-engine-using-lets-encrypt-for-ingress-ssl | htmlq meta | grep og:title
<meta content="cert-manager - Documentation" property="og:title">
After:
$ curl -sL localhost:8888/docs/tutorials/getting-started-with-cert-manager-on-google-kubernetes-engine-using-lets-encrypt-for-ingress-ssl | htmlq meta | grep og:title
<meta content="Deploy cert-manager on Google Kubernetes Engine (GKE) and create SSL certificates for Ingress using Let's Encrypt" property="og:title">
Maybe we should append — cert-manager documentation to the titles?
| gharchive/pull-request | 2022-09-08T15:14:59 | 2025-04-01T06:38:10.135213 | {
"authors": [
"maelvls"
],
"repo": "cert-manager/website",
"url": "https://github.com/cert-manager/website/pull/1074",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2291435422 | 🛑 echo-server.madacluster.tech is down
In 1901a1d, echo-server.madacluster.tech (https://echo-server.madacluster.tech) was down:
HTTP code: 0
Response time: 0 ms
Resolved: echo-server.madacluster.tech is back up in 7c00152 after 4 minutes.
| gharchive/issue | 2024-05-12T17:52:11 | 2025-04-01T06:38:10.153565 | {
"authors": [
"cesarempathy"
],
"repo": "cesarempathy/upptime",
"url": "https://github.com/cesarempathy/upptime/issues/730",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1155667744 | LOON-491: native splash screen
JIRA: https://cesko-digital.atlassian.net/browse/LOON-491
myslím, že pokud jsi přihlášenej a otevřeš appku, tak je tam nekonečný Splash screen
měl by se ještě odstranovat asi tady: https://github.com/cesko-digital/loono/blob/master/lib/router/guards/check_is_logged_in.dart#L13
design splashe myslím není, ale tu barvu pozadí bych dal asi stejnou takovou tu béžovou jak je na WelcomeScreen
@mzdm diky za tip, adjusted :D
| gharchive/pull-request | 2022-03-01T18:25:11 | 2025-04-01T06:38:10.158122 | {
"authors": [
"Petrva1",
"mzdm"
],
"repo": "cesko-digital/loono",
"url": "https://github.com/cesko-digital/loono/pull/148",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
159685378 | Added global flag for watching chmod only changes
this fixes #32
As I mentioned on #32, I don't want a flag for this if we can avoid it. I'd still need to see the research I mentioned in https://github.com/cespare/reflex/issues/32#issuecomment-187435532.
| gharchive/pull-request | 2016-06-10T17:39:52 | 2025-04-01T06:38:10.159421 | {
"authors": [
"cespare",
"jdoklovic"
],
"repo": "cespare/reflex",
"url": "https://github.com/cespare/reflex/pull/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1839485575 | Update About text for version 3.4.0
Change "This is the CESSDA Data Catalogue (CDC) version 3.2.0, released on 2022-12-08."
Incorporate updates made by Service Owner (see https://docs.google.com/document/d/1XzBC65fvuNqCNhctJgDicPKqNWh0DsPucVByly9kiU0/edit)
See https://github.com/cessda/cessda.cdc.searchkit/pull/154
| gharchive/issue | 2023-08-07T13:41:56 | 2025-04-01T06:38:10.161370 | {
"authors": [
"john-shepherdson"
],
"repo": "cessda/cessda.cdc.versions",
"url": "https://github.com/cessda/cessda.cdc.versions/issues/594",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
3363318 | Button for code sharing
We need a button that somehow stores the code that is currently in the editor and creates a link to show that code again. This allows for on-the-fly sharing of examples.
maybe we could store the code as gists here in github, if the API's not too convoluted. Anyway this is nice too have but low priority
| gharchive/issue | 2012-02-23T21:25:22 | 2025-04-01T06:38:10.163324 | {
"authors": [
"chochos"
],
"repo": "ceylon/ceylon-web-ide-backend",
"url": "https://github.com/ceylon/ceylon-web-ide-backend/issues/9",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
160229132 | createJavaObjectArray() is allowed without explicit type arguments
As discussed on gitter, it's possible to call createJavaObjectArray without explicit type arguments, which might lead to ClassCastExceptions at runtime:
typeParameters => createJavaObjectArray({}); // expected to return `ObjectArray<PsiTypeParameter>`
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lcom.intellij.psi.PsiTypeParameter;
at org.intellij.plugins.ceylon.ide.ceylonCode.lightpsi.CeyLightToplevelFunction.getTypeParameters(CeyLightToplevelFunction.ceylon:155)
Related to https://github.com/ceylon/ceylon/issues/6160
Perhaps related, when I have a createJavaObjectArray() that is in fact a createJavaObjectArray<CeyLightToplevelFunction|CeyLightClass>(), I also get a CCE:
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Lcom.intellij.psi.PsiClass;
at org.intellij.plugins.ceylon.ide.ceylonCode.lightpsi.CeylonElementFinder.getClasses(CeylonElementFinder.ceylon:85)
Both CeyLightToplevelFunction and CeyLightClass satisfy PsiClass.
This is an SDK issue that was misfiled against the typechecker! Now https://github.com/ceylon/ceylon-sdk/issues/606.
I thought he wanted a type checker error, not a runtime one.
Well, I want a pony, but that doesn't mean you're going to buy me one...
I'm strongly against special casing stuff from ceylon.interop.java in the typechecker.
Even if I ship you 400g of Poney?
Here, have a Pony http://www.ponylang.org/
Even if I ship you 400g of Poney?
http://www.urbandictionary.com/define.php?term=poney
Is that what you mean?
Damnit. This is how we spell it in French :(
| gharchive/issue | 2016-06-14T16:43:26 | 2025-04-01T06:38:10.169579 | {
"authors": [
"FroMage",
"bjansen",
"gavinking"
],
"repo": "ceylon/ceylon",
"url": "https://github.com/ceylon/ceylon/issues/6313",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
183938616 | Java EE-friendly compiler mode
Thinking further about #6609 #6610, I now think we should go down a slightly different path.
The original mapping of Ceylon->Java was designed to be as "strict" as possible, allowing the minimum possible "misuse" of Ceylon APIs called from Java. More recently we weakened it slightly to make Ceylon objects serializable-by-default, which I still think was the right call.
However, the current mapping is still not perfect in the Java EE universe, where there are a bunch of patterns/rules that both our mapping, and our language defaults, get in the way of. For example,
Several Java EE specs won't let you define final members.
Some Java EE specs don't know what to do with ceylon.language.Integer, ceylon.language.String, and friends.
Some Java EE specs have problems with our late initialization checking.
JAX-RS likes having public default constructors. Grrr.
Therefore, I propose a separate mode where:
We never generate final on methods, even if they're not marked default.
We store Integer?, Float?, String?, Byte?, Boolean? fields as java.lang's Long, Double, String, Byte, Boolean.
We disable runtime assignment checking for late fields. (Hat tip: @jvasileff.)
We make the secret default constructor public instead of protected, since JAX-RS likes it that way.
Now, what triggers this mode? There's a number of possibilities I can think of. For example, it might be triggered by a persistence.xml or beans.xml in META-INF, or it might be triggered by an @Entity annotation.
On the other hand, there should probably also be a commmand line option, because "Java EE-friendly" is also probably "Spring EE-friendly".
I think this is better than what I had proposed earlier, and so I'm going to close the other issues.
@tombentley How much work is involved in what is outlined above?
Potential enhancement to this: we could even somehow mess with the mapping for collection-typed fields, to transform Ceylon collection-typed fields into Java collection types.
Actually we should definitely do this, though it's a little more work.
How much work is involved
1, 3 and 4 are relatively easy. 2 is going to be more fiddly. Maybe a week in total. It should be do-able for 1.3.2. Collection conversion is way harder.
We need to put more work into figuring out when to trigger this stuff. I don't think a compiler options is the right thing, because it doesn't apply to specific program elements at all, just on whatever elements are involved in a particular compilation.
I have the feeling this is something where we should think hard and long about the possible consequences of suddenly having several different mapping from Ceylon types to the types we finally generate. Right now it's two-pronged: boxed or unboxed, which already creates a lot of complexity. It would now become 3-pronged (while hopefully keeping compatibility with old code).
I'd almost be more inclined to just break and switch to using Java types for our boxed types. Except that would introduce the possibility of double boxing perhaps.
2 is going to be more fiddly
Just "more fiddly"? Seems like a pretty big change to me?
We need to put more work into figuring out when to trigger this stuff.
Yeah, let me do a little research on that. I have to re-familiarize myself with some of the specs in this area (some of which I helped write, but still don't remember).
In the meantime...
1, 3 and 4 are relatively easy.
Alright, could you make a start on this bit while I figure out some rules for how it gets turned on?
2 is going to be more fiddly.
Yes, of course. We don't have to deliver this whole issue in 1.3.1 though. So let's play it by ear. It would be great to have it in but we can live without it.
Collection conversion is way harder
I think it's a bit harder, for sure, but I don't think it's all that different from 2.
Yeah, OK maybe I was a little hasty. "Quite a lot more fiddly". It's actually an opportunity to improve the compiler backend if we can make this more pluggable and less hard-coded.
Aren't our fields always protected by getters/setters?
Aren't our fields always protected by getters/setters?
Ah, not quite because they're set directly from the constructor. Still, that's only three locations per field to worry about:
the constructor
the getter
the setter
I don't see how that's an enormous impact.
Quite a lot more fiddly
The English and their understatements! rolls eyes
I don't see how that's an enormous impact.
Famous last words ;)
I hope you're right but I doubt it. I'm sure we'll need changes in the model loaders for one.
I'm sure we'll need changes in the model loaders for one.
Not true. The metadata is read from the getter, not from the field.
Does this have any implications for libraries? Should we, for example, compile future SDK releases in EE mode?
Does this have any implications for libraries? Should we, for example, compile future SDK releases in Java EE mode?
No.
Still, that's only three locations per field to worry about:
I think we also do direct access whenever we know the getter/setter is/are final.
If it's true, I wasn't aware of that @quintesse.
@quintesse not that I have observed.
We disable runtime assignment checking for late fields.
Would we do that for all late fields, or just those where we would otherwise generate an initialized flag field?
we could even somehow mess with the mapping for collection-typed fields, to transform Ceylon collection-typed fields into Java collection types.
So I assume you mean something like:
c.l.Sequential (or c.l.List-c.l.String?) →j.u.List
c.l.Map →j.u.Map
c.l.Set →j.u.Set
Obviously we'd lose identity if we're wrapping and unwrapping these things.
Would we do that for all late fields, or just those where we would otherwise generate an initialized flag field?
Great question ... I'm gunna go with .... um ... (flips coin) ... all of them? For now?
So I assume you mean something like:
List -> j.l.List
Set -> j.l.Set
Map -> j.l.Map
String -> j.l.String (as today)
And optional types:
String? -> j.l.String
Integer? -> j.l.Long
Float? -> j.l.Double
Byte? -> j.l.Byte
Boolean? -> j.l.Boolean
Character? -> j.l.Integer
Obviously we'd lose identity if we're wrapping and unwrapping these things.
Not a problem, since the containder tends to wrap and unwrap them anyway.
We make the secret default constructor public instead of protected, since JAX-RS likes it that way.
Even for a non-shared class (where the initializer constructor would be package access)?
Even for a non-shared class (where the initializer constructor would be package access)?
Not sure, we need to check what the JAX-RS spec says. Perhaps resources have to be public.
They must be public, FTR
They must be public, FTR
Then in that case it would only be necessary to do this for shared classes, it seems. And for un-shared classes we leave them package-access.
For model loading we've previously set the Declaration.isDefault() flag when the method mirror is non-final. But in EE mode all methods are non-final, which means we should fallback to using the @Default annotation, but only when loading EE-mode classes. Which means we need to know a class was compiled in EE mode. Annoying. Or we add a @Final annotation in lieu of final. I think I prefer the latter option.
Or we add a @Final annotation in lieu of final. I think I prefer the latter option.
I think that's reasonable. It will be more reusable if there are other cases in future where we need to suppress the final modifier.
I have items 1 – 4 pretty much working on the ee-mode branch @gavinking, if you want to try it out. You'll need --ee on your command line (or ee in your config).
I still have to do the collection mapping. Presumably we map c.l::List<c.l::Integer> →j.l.List<j.l.Long>? What about List<List<Integer>>?
@tombentley fantastic! That's great news.
@tombentley it did not appear to like the default argument.
Gavins-MacBook-Pro-2:ceylon-wildfly-swarm-jaxrs gavin$ ceylon compile --ee && ceylon swarm --provided-module javax:org.wildfly.swarm:jaxrs jaxrs.example && java -jar jaxrs.example-1.0.0-swarm.jar
source/jaxrs/example/entity/Employee.ceylon:15: error: Ceylon backend error: no suitable method found for valueOf(Integer)
shared entity class Employee(name, year=null) {
^
method Long.valueOf(String) is not applicable
(argument mismatch; Integer cannot be converted to String)
method Long.valueOf(long) is not applicable
(argument mismatch; Integer cannot be converted to long)
Note: Created module jaxrs.example/1.0.0
ceylon compile: Fatal error: The compiler exited abnormally (4) due to a bug in the compiler.
Please report it:
https://github.com/ceylon/ceylon/issues/new
Please include:
* the stacktrace printed below
* a description of what you were trying to compile.
Thank you!
com.redhat.ceylon.compiler.CompilerBugException: Bug
at com.redhat.ceylon.compiler.CeylonCompileTool.handleExitCode(CeylonCompileTool.java:668)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:650)
at com.redhat.ceylon.common.tools.CeylonTool.run(CeylonTool.java:524)
at com.redhat.ceylon.common.tools.CeylonTool.execute(CeylonTool.java:405)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.redhat.ceylon.launcher.Launcher.runInJava7Checked(Launcher.java:115)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:41)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.redhat.ceylon.launcher.Bootstrap.runVersion(Bootstrap.java:162)
at com.redhat.ceylon.launcher.Bootstrap.runInternal(Bootstrap.java:117)
at com.redhat.ceylon.launcher.Bootstrap.run(Bootstrap.java:93)
at com.redhat.ceylon.launcher.Bootstrap.main(Bootstrap.java:85)
Caused by: java.lang.ClassCastException: com.redhat.ceylon.langtools.tools.javac.code.Symbol$ClassSymbol cannot be cast to com.redhat.ceylon.langtools.tools.javac.code.Symbol$MethodSymbol
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.visitApply(Gen.java:1847)
at com.redhat.ceylon.langtools.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1464)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genExpr(Gen.java:949)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.visitAssign(Gen.java:1988)
at com.redhat.ceylon.langtools.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1685)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genExpr(Gen.java:949)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.visitExec(Gen.java:1779)
at com.redhat.ceylon.langtools.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1295)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genDef(Gen.java:739)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genStat(Gen.java:774)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genStat(Gen.java:760)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genStats(Gen.java:811)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.visitBlock(Gen.java:1159)
at com.redhat.ceylon.langtools.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:908)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genDef(Gen.java:739)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genStat(Gen.java:774)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genMethod(Gen.java:1033)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.visitMethodDef(Gen.java:996)
at com.redhat.ceylon.langtools.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:777)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genDef(Gen.java:739)
at com.redhat.ceylon.langtools.tools.javac.jvm.Gen.genClass(Gen.java:2461)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.genCodeUnlessError(LanguageCompiler.java:806)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.genCode(LanguageCompiler.java:772)
at com.redhat.ceylon.langtools.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1575)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.generate(LanguageCompiler.java:942)
at com.redhat.ceylon.langtools.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1539)
at com.redhat.ceylon.langtools.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:904)
at com.redhat.ceylon.langtools.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:862)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.compile(LanguageCompiler.java:271)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:658)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:564)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:556)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:545)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:649)
... 17 more
That's with this:
shared entity class Employee(name, year = null) {
generatedValue id
shared late Integer id;
column { length = 50; }
shared String name;
column
shared variable Integer? year;
}
@tombentley mind if I add an additional requirement at this point?
Store late primitive values using a Java wrapper class instead of an extra field. For example, late Integer id would be persistent as java.lang.Long id.
Well, wait, perhaps that's not what I want after all. The issue is this warning:
source/jaxrs/example/entity/Employee.ceylon:10: warning: the 'late' attribute 'id' cannot be properly initialised just by setting the field value because it is erased to a primitive type: depending on the semantics of 'generatedValue' consider annotating the JavaBean Property getter with generatedValue__GETTER or its setter with generatedValue__SETTER or making it non-'late'
generatedValue id
That's not quite right, since it can be properly initialized now that we got rid of the initialization checking. And I'm not sure if it merits a warning at all now.
figure out some rules for how it gets turned on?
So this isn't actually very easy, but here's a couple of heuristics that might work:
Enable it at the class level if the class is annotated entity or xmlAccessorType, or if it has a constructor, field, or method annotated inject.
Enable it at the package level if the package is annotated xmlAccessorType.
Enable it at the module level if the module imports javax.javaeeapi or maven:"javax:javaee-api", or if it has a beans.xml or persistence.xml file in WEB-INF or META-INF.
WDYT, @tombentley?
Perhaps also turn it on for stateless, stateful, messageDriven, and singleton.
Or perhaps we just autoenable it at the module level whenever the module directly imports:
Java EE,
JPA or Hibernate,
JAXB, or
JAX-RS.
That's much simpler.
Any others that should be on that list, DYT?
I like the idea of enabling it on a per-class basis according to annotations present. That's because we could easily make the enabling annotations configurable, so if people want EE-mode for Spring or any other thing it's not difficult for them to do it. It also means that only the required classes get EE-mode, and the rest still benefit from the ("better") default transformations. Obviously when I say "make it configurable" we could have sensible defaults so that in the usual case it "just works".
I like the idea of enabling it on a per-class basis according to annotations present.
I agree that would be nice, but after some research I don't think it's really workable. It works well for JPA because you have the entity annotation. Also works for EJB, since you have component-defining annotations. Doesn't really work well for CDI, nor for JAXB.
The issue is this warning ... That's not quite right, since it can be properly initialized now that we got rid of the initialization checking.
@tombentley, what's your reaction to this?
@gavinking I'll be pushing fixes to the branch shortly.
@gavinking I've updated the branch:
We now enable EE mode automatically when: javaee-api is a direct dependency of the module, or a class is annotated with any of various annotations.
The enabling module imports and annotations are configurable via --ee-import and --ee-annotation respectively. Setting these replaces (rather than adds to). --ee is still supported.
The warning about late won't be shown in EE mode.
Your other Employee example should now work.
Do we need to mention EE mode as a possible alternative solution in the annotated+late warning?
@tombentley can't we do something like --ee=import and --ee=annotation where --ee would be the same as specifying --ee=import,annotation? All these extra options seem to me will only muddle the help/docs.
Sorry forget that, I hadn't understood they took arguments.
@tombentley excellent, thanks, I will try it out!
@gavinking we now wrap List, Set and Map.
Alright! Fantastic 👍
So DYT this is finished now, @tombentley, or is there still additional work to do?
Perhaps if there is missing functionality, we should open separate issues.
I'm happy to close this if you are @gavinking.
The only thing I think we've not done which you mentioned is to activate EE-mode based on the presence of persistence.xml or beans.xml in META-INF. If you still want this, we can open a separate issue.
OK. So what precisely are the activation rules today? I just want to see them written down ;-)
Ah, that's great that this is actually documented :-)
However, you say:
EE mode is usually activated automatically, in the presence of certain annotations on classes, or certain imports
I would like to see these "certain" things enumerated on that page ;-)
@gavinking done
OK, thanks, that looks good. Thanks for your hard work on this!
@gavinking @tombentley the EE activation works for javax.persistence.Entity but should we also add javax.persistence.Embeddable ?
@sgalles @tombentley yes, of course, +1.
| gharchive/issue | 2016-10-19T11:43:14 | 2025-04-01T06:38:10.216684 | {
"authors": [
"gavinking",
"lucaswerkmeister",
"quintesse",
"sgalles",
"tombentley"
],
"repo": "ceylon/ceylon",
"url": "https://github.com/ceylon/ceylon/issues/6622",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
203086246 | Wrong value when coercing an ObjectArray type literal to a j.l.Class
In 1.3.1, when coercing to a java.lang.Class, the metamodel literal `ObjectArray<String>` results in the value java.lang.Object[].class. It should have the value ceylon.language.String[].class.
Discovered during #6818
| gharchive/issue | 2017-01-25T12:10:35 | 2025-04-01T06:38:10.219699 | {
"authors": [
"tombentley"
],
"repo": "ceylon/ceylon",
"url": "https://github.com/ceylon/ceylon/issues/6892",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
721438179 | Inconsistent behaviour
Thanks for this life saving nuget! :))
I'm using the nuget version with Rider. And in some situations it works, in some, it doesn't.
I use Alt + Enter.
It's ok.
It should display the Initialize with local variables and use the properties of the class.
Also, it doesn't show the Implement Clone method when I select/set the cursor on the class name.
Ad1. I need to check that, can you provide a sample solution?
Ad2. "Implement Clone metho" - I don't provide such functionality. You probably confused MappingGenerator with something else.
Ad2. In the project wiki there is a paragraph
Generate ICloneable interface implementation - with a gif.
I don't see any problem with "Implement clone" options, works fine in any "space" configuration.
Tested on Rider 2020.2.1
"Initialize with local values" - this action is using only local variables and method parameters. It's not using enclosing type members. This is the current behavior.
Ok, I'm getting the menu when I have the cursor on the class name. Previously I had the cursor just at the end of class name.
But when I try to invoke the action, the IDE freezes. I have to close it from Task Manager. I'm using Rider 2020.2.4
How large is your solution and how complex is the cloned class?
Some classes have around 750 lines, including curly braces and empty lines. Other classes have 45 or 75 lines, with just 2 to 10 properties.
does it hang on that sample solution too?
Nope.
So I guess this is due to solution size. This problem is already reported here https://github.com/cezarypiatek/MappingGenerator/issues/115
I tried to profile MappinGenerator several times but I wasn't able to find anything suspicions. Without real example I'm not able to diagnose this problem.
Alright, in the meantime I will try a workaround.
@bdaniel7 might I ask you to test it once again using v1.19.452?
First, the compilation for the entire solution become waaay slower - when using dotnet watch run.
Even when just a file is modified.
Which makes the CPU and the fans go crazy...
Then, I got all kinds of warnings that I didn't get before, and that I had to disable with VSTHRD200,VSTHRD103,VSTHRD002,VSTHRD110,VSTHRD003.
Thanks for quick reply. It's my mistake, the analyzers were referenced incorrectly, shold be fixed in v1.19.454
I'm closing this issue. The case with performance can be tracked here #115
| gharchive/issue | 2020-10-14T13:00:28 | 2025-04-01T06:38:10.229542 | {
"authors": [
"bdaniel7",
"cezarypiatek"
],
"repo": "cezarypiatek/MappingGenerator",
"url": "https://github.com/cezarypiatek/MappingGenerator/issues/142",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
86499251 | Wrong animation on iPad
On iPad it's showing wrong animation while disappearing text.
Me Too
| gharchive/issue | 2015-06-09T08:03:33 | 2025-04-01T06:38:10.230645 | {
"authors": [
"amitk-virtueinfo",
"gbawa"
],
"repo": "cezarywojcik/CWStatusBarNotification",
"url": "https://github.com/cezarywojcik/CWStatusBarNotification/issues/55",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
106781507 | subscription form error
form-validation.js is throwing Uncaught TypeError: Cannot read property 'message' of undefined when subscribing to the form. Possibly an issue between handlebars and webpack.
Fixed! Magic!
| gharchive/issue | 2015-09-16T14:09:42 | 2025-04-01T06:38:10.245811 | {
"authors": [
"anselmbradford"
],
"repo": "cfpb/cfgov-refresh",
"url": "https://github.com/cfpb/cfgov-refresh/issues/986",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
141671065 | Fix current openings query
@richaagarwal
@kave
lol love this :+1:
| gharchive/pull-request | 2016-03-17T18:35:56 | 2025-04-01T06:38:10.246935 | {
"authors": [
"kurtw",
"richaagarwal"
],
"repo": "cfpb/cfgov-refresh",
"url": "https://github.com/cfpb/cfgov-refresh/pull/1609",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
75632244 | Fix sheer indexing error in views and fix some formatting
This relieves this issue and fixes some formatting issues in the View processor. Basically, a View post would have a Hero's slug saved in a custom field. That slug is used to lookup and serve the content of the Hero, but when the Hero is deleted an indexing error occurs. That's because the slug used to do the lookup does not exist but the code does not account for this. Now it does.
@dpford @jimmynotjim @sebworks @anselmbradford @KimberlyMunoz
:+1:
This is going to need an update to fixe the conflicts in CHANGELOG.md. Feel free to merge it as soon as it's fixed so it doesn't end up in a new conflict when another PR gets merged.
| gharchive/pull-request | 2015-05-12T15:00:49 | 2025-04-01T06:38:10.249450 | {
"authors": [
"dpford",
"jimmynotjim",
"kurtw"
],
"repo": "cfpb/cfgov-refresh",
"url": "https://github.com/cfpb/cfgov-refresh/pull/530",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
863988727 | Ensure regulation section labels are unique within their version
This change validates that a section's label is unique to the version of the regulation it belongs to.
This means that instead of creating a section that then results in 500 errors, content editors will see an error like this:
Checklist
[x] PR has an informative and human-readable title
[x] Changes are limited to a single goal (no scope creep)
@willbarton, is it worth mentioning the uniqueness constraint in the label field's help text (cfgov/regulations3k/models/django.py L224-L226)? Maybe something like:
help_text='Labels must be unique and always require at least 1 '
'alphanumeric character, then any number of alphanumeric '
'characters and hyphens, with no spaces.'
@niqjohnson excellent idea! Included in eec8619.
| gharchive/pull-request | 2021-04-21T15:03:59 | 2025-04-01T06:38:10.255563 | {
"authors": [
"niqjohnson",
"willbarton"
],
"repo": "cfpb/consumerfinance.gov",
"url": "https://github.com/cfpb/consumerfinance.gov/pull/6403",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1282601388 | Inactive users cron job
Created a cronjob for our inactive users audit. Scheduled to run weekly on Prod and will never run locally as its not really needed for local development.
Additions
New Cronjob to audit inactive users, suspended locally and run weekly on prod
Removals
Changes
How to test this PR
Screenshots
Notes and todos
Checklist
[ ] PR has an informative and human-readable title
PR titles are used to generate the change log in releases; good ones make that easier to scan.
Consider prefixing, e.g., "Mega Menu: fix layout bug", or "Docs: Update Docker installation instructions".
[ ] Changes are limited to a single goal (no scope creep)
[ ] Code follows the standards laid out in the CFPB development guidelines
[ ] Future todos are captured in comments and/or tickets
[ ] Project documentation has been updated, potentially one or more of:
This repo’s docs (edit the files in the /docs folder) – for basic, close-to-the-code docs on working with this repo
CFGOV/platform wiki on GHE – for internal CFPB developer guidance
CFPB/hubcap wiki on GHE – for internal CFPB design and content guidance
Front-end testing
Browser testing
Visually tested in the following supported browsers:
[ ] Firefox
[ ] Chrome
[ ] Safari
[ ] Edge 18 (the last Edge prior to it switching to Chromium)
[ ] Internet Explorer 11 and 8 (via emulation in 11's dev tools)
[ ] Safari on iOS
[ ] Chrome on Android
Accessibility
[ ] Keyboard friendly (navigable with tab, space, enter, arrow keys, etc.)
[ ] Screen reader friendly
[ ] Does not introduce new errors or warnings in WAVE
Other
[ ] Is useable without CSS
[ ] Is useable without JS
[ ] Does not introduce new lint warnings
[ ] Flexible from small to large screens
I'm going to close this PR for now. We're moving to Single Sign-On, and our inactive user audit is only relevant for production, and we won't be in production in EKS for a while. If we're not on SSO by then, we'll revisit this.
| gharchive/pull-request | 2022-06-23T15:36:39 | 2025-04-01T06:38:10.265289 | {
"authors": [
"baruva",
"willbarton"
],
"repo": "cfpb/consumerfinance.gov",
"url": "https://github.com/cfpb/consumerfinance.gov/pull/7117",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2137557566 | Missing spaces in hmda 2023 fig
Many edit texts have some words that are run together without spaces, like invalidIncomewas in V654 and V655.
Above issue has been fixed along with other found formatting issues: https://github.com/cfpb/hmda-frontend/issues/2263
| gharchive/issue | 2024-02-15T22:32:26 | 2025-04-01T06:38:10.269375 | {
"authors": [
"Michaeldremy",
"jmurphy-asurity"
],
"repo": "cfpb/hmda-combined-documentation",
"url": "https://github.com/cfpb/hmda-combined-documentation/issues/48",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2537087009 | [Update your financial institution profile] Send full institution data with every requests
Every submission to the mail api should include the full data of the institution to minimize the amount of research required to address issues.
We'll be releasing this one after the bug bash next Thursday (November 7th 2024)
| gharchive/issue | 2024-09-19T18:29:02 | 2025-04-01T06:38:10.271601 | {
"authors": [
"billhimmelsbach"
],
"repo": "cfpb/sbl-frontend",
"url": "https://github.com/cfpb/sbl-frontend/issues/947",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1718471843 | 关于论文中Effectiveness of the Hybrid Anchor System消融实验的修改步骤
作者您好,我想问一下复现Effectiveness of the Hybrid Anchor System消融实验时,数据集是Tusimple的话需要修改哪些代码。期待您的回复
@Fakeisall
你可以根据这个地方的mode进行修改:
https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/c903880678454dfd9b55a63022368db05c00bc6d/evaluation/eval_wrapper.py#L695
好的,我试试,感谢作者回复
明白了,谢谢作者
你好,请问一下此处具体是怎么修改的呢
你好,请问一下此处具体是怎么修改的呢
https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/c903880678454dfd9b55a63022368db05c00bc6d/evaluation/eval_wrapper.py#L810
我是把他的mode改成对应模式
好的,谢谢你!
| gharchive/issue | 2023-05-21T11:40:38 | 2025-04-01T06:38:10.301163 | {
"authors": [
"Fakeisall",
"cfzd",
"layfolk001"
],
"repo": "cfzd/Ultra-Fast-Lane-Detection-v2",
"url": "https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/issues/128",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1533950422 | In publish/2: keep the existing Sample File field and add a Datastream API Docs URL field
It was a mistake to use the Sample File field for the API docs URL. We should have kept it to be consistent with the Market, and added another field for the API docs. Easy to say in retrospect, but it'll be better functionality.
After adding the field we'll need to re-activate the Sample File field in the public view, which displays below the asset description.
The mockup will be updated to reflect these changes and specify the page layout.
Here's the updated mockup of publish/2:
https://htmlpreview.github.io/?https://github.com/chaineresearch/assets/blob/main/market_mockups/publish.html
Besides adding the original "Sample File" field back in, nothing else has changed.
Here's the updated mockup of the Preview (which contains the public page layout too):
https://htmlpreview.github.io/?https://github.com/chaineresearch/assets/blob/main/market_mockups/preview.html
Changes:
The original SAMPLE DATA element needs to be turned on again.
The DATASTREAM API DOCUMENTATION element has moved to under the SAMPLE DATA element.
The DATASTREAM API DOCUMENTATION element title has changed (to "DATASTREAM API DOCUMENTATION").
The content of the link to the API docs is no longer a URL. It's a text description, following the Ocean format.
No CSS adjustments should be needed, it's all default Ocean housestyle.
Noted
| gharchive/issue | 2023-01-15T18:42:08 | 2025-04-01T06:38:10.363771 | {
"authors": [
"kitblake",
"okpoEkpenyong"
],
"repo": "chaineresearch/datastreams",
"url": "https://github.com/chaineresearch/datastreams/issues/43",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1350124779 | Multi-arch build fails in GitHub action with /bin/busybox: Exec format error
config:
contents:
repositories:
- https://dl-cdn.alpinelinux.org/alpine/latest-stable/main
- https://dl-cdn.alpinelinux.org/alpine/latest-stable/community
packages:
- alpine-baselayout
- ffmpeg
accounts:
groups:
- groupname: svc
gid: 10000
users:
- username: svc
uid: 10000
run-as: svc
archs:
- amd64
- arm64
workflow file: https://github.com/MemeLabs/strims/actions/runs/2922854653/workflow
logs: https://github.com/MemeLabs/strims/runs/8005777547?check_suite_focus=true#step:4:244
relevant part:
Aug 24 23:06:05.423 [INFO] [arch:aarch64] creating group 10000(svc)
Aug 24 23:06:05.425 [INFO] [arch:aarch64] [cmd:/bin/busybox] [use-proot:false] [use-qemu:] running: /usr/sbin/chroot /tmp/apko-1875477164/aarch64 /bin/busybox --install -s
Aug 24 23:06:05.427 [DEBUG] [arch:aarch64] [cmd:/bin/busybox] [use-proot:false] [use-qemu:] chroot: can't execute '/bin/busybox': Exec format error
Error: failed to build layer image for "arm64": failed to install busybox symlinks: failed to install busybox symlinks: exit status 126
2022/08/24 23:07:02 error during command execution: failed to build layer image for "arm64": failed to install busybox symlinks: failed to install busybox symlinks: exit status 126
Running the same command locally works as expected.
You need to do the docker/setup-binfmt-action before using apko on github actions, or pass --arch x86_64.
| gharchive/issue | 2022-08-24T23:26:16 | 2025-04-01T06:38:10.366643 | {
"authors": [
"SoMuchForSubtlety",
"kaniini"
],
"repo": "chainguard-dev/apko",
"url": "https://github.com/chainguard-dev/apko/issues/335",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2119814343 | WIP: add logstash image
New Image Pull Request Template
Image Size
[ ] The Image is smaller in size than its common public counterpart.
[ ] The Image is larger in size than its common public counterpart (please explain in the notes).
Notes:
Image Vulnerabilities
[ ] The Grype vulnerability scan returned 0 CVE(s).
[ ] The Grype vulnerability scan returned > 0 CVE(s) (please explain in the notes).
Notes:
Image Tagging
[ ] The image is not tagged with version tags.
[ ] The image is tagged with :latest
[ ] The image is not tagged with :latest (please explain in the notes).
Notes:
Basic Testing - K8s cluster
[ ] The container image was successfully loaded into a kind cluster.
[ ] The container image could not be loaded into a kind cluster (please explain in the notes).
Notes:
Basic Testing - Package/Application
[ ] The application is accessible to the user/cluster/etc. after start-up.
[ ] The application is not accessible to the user/cluster/etc. after start-up. (please explain in the notes).
Notes:
Helm
[ ] A Helm chart has been provided and the container image can be used with the chart. If needed, please add a -compat package to close any gaps with the public helm chart.
[ ] A Helm chart has been provided and the container image is not working with the chart (please explain in the notes).
[ ] A Helm chart was not provided.
Notes:
Processor Architectures
[ ] The image was built and tested for x86_64.
[ ] The image could not be built for x86_64 (please explain in the notes).
[ ] The image was built and tested for aarch64.
[ ] The image could not be built for aarch64. (please explain in the notes).
Notes:
Functional Testing + Documentation
[ ] Functional tests have been included and the tests are passing. All tests have been documnted in the notes section.
Notes:
Environment Testing + Documentation
[ ] There has not been a request and/or there is no indication that this image needs tested on a public cloud provider.
[ ] The container image has been tested successfully on a public cloud provider (AWS, GCP, Azure).
[ ] The container image has not been tested successfully on a public cloud provider (AWS, GCP, Azure) (please explain in the notes).
Notes:
Version
[ ] The package version is the latest version of the package. The latest tag points to this version.
[ ] The package version is the not the latest version of the package (please explain in the notes).
Notes:
Dev Tag Availability
[ ] There is a dev tag available that includes a shell and apk tools (by depending on 'wolfi-base')
[ ] There is not a dev tag available that includes a shell and apk tools (by depending on 'wolfi-base') (please explain in the notes).
Notes:
Access Control + Authentication
[ ] The image runs as nonroot and GID/UID are set to 65532 or upstream default
[ ] Alternatively the username and GID/UID may be a commonly used one from the ecosystem e.g: postgres
[ ] The image requires a non-standard username or non-standard GID/UID (please explain in the notes).
ENTRYPOINT
[ ] applications/servers/utilities set to call main program with no arguments e.g. [redis-server]
[ ] applications/servers/utilities not set to call main program with no arguments e.g. [redis-server] (please explain in the notes)
[ ] base images leave empty.
[ ] base image and not empty (please explain in the notes).
[ ] dev variants is set to entrypoint script that falls back to system.
[ ] dev variants is not set to entrypoint script that falls back to system (please explain in the notes).
CMD
[ ] For server applications give arguments to start in daemon mode (may be empty)
[ ] For utilities/tooling bring up help e.g. –help
[ ] For base images with a shell, call it e.g. [/bin/sh]
Environment Variables
[ ] Environment variables added.
[ ] Environment variables not added and not required.
SIGTERM
[ ] The image responds to SIGTERM (e.g., docker kill $(docker run -d --rm cgr.dev/chainguard/nginx))
Logs
[ ] Error logs write to stderr and normal logs to stdout. Logs DO NOT write to file.
Documentation - README
[ ] A README file has been provided and it follows the README template.
Superseded by chainguard-images/images#2197
| gharchive/pull-request | 2024-02-06T02:31:44 | 2025-04-01T06:38:10.387329 | {
"authors": [
"stormqueen1990"
],
"repo": "chainguard-images/images",
"url": "https://github.com/chainguard-images/images/pull/2168",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
505096804 | Hi,doccano local host page doesnt open up once machine is powered off and powered on again. PLease help me out.
If you open a GitHub issue, here is our policy:
It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
The form below must be filled out.
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Python version:
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug or a feature request.
Source code / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.
Please follow the ISSUE_TEMPLATE.
| gharchive/issue | 2019-10-10T07:46:36 | 2025-04-01T06:38:10.394119 | {
"authors": [
"icoxfog417",
"leventm"
],
"repo": "chakki-works/doccano",
"url": "https://github.com/chakki-works/doccano/issues/394",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1887406621 | Missing strokeWidth from SystemProperties type
Description
I'm styling an SVG element and the strokeWidth property seems to be missing from the SystemProperties type definition that's generated by the codegen command:
Link to Reproduction
https://stackblitz.com/edit/vitejs-vite-eqkrvv?file=src/App.tsx&terminal=dev
Steps to reproduce
Write a strokeWidth property in a cva/css declaration and see the TS error popping up in the IDE.
I tried to reproduce in a StackBlitz container but TypeScript is not as picky there.
JS Framework
React (TS)
Panda CSS Version
0.9.0
Browser
Not relevant
Operating System
[X] macOS
[ ] Windows
[ ] Linux
Additional Information
No response
Hi @rudeayelo,
Kindly update the latest version. Svg properties are supported there.
Thanks
| gharchive/issue | 2023-09-08T10:39:18 | 2025-04-01T06:38:10.399225 | {
"authors": [
"rudeayelo",
"segunadebayo"
],
"repo": "chakra-ui/panda",
"url": "https://github.com/chakra-ui/panda/issues/1337",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2014150686 | pkg:cli missing ./bin.js in exports
Affected Packages
pkg:cli
Problem
I'm getting this error in GitHub Actions after upgrading @changesets/cli to 2.27.0:
Error: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './bin.js' is not defined by "exports" in /home/runner/work/***/***/node_modules/@changesets/cli/package.json
Error: Package subpath './bin.js' is not defined by "exports" in /home/runner/work/***/***/node_modules/@changesets/cli/package.json
This is when changeset tag is called.
Proposed solution
Add ./bin.js in the exports in the package.json file.
I get the same error
Thanks for the info - I located the problem to be located here.
Great, thanks for the quick fix! 👍
| gharchive/issue | 2023-11-28T10:44:59 | 2025-04-01T06:38:10.413346 | {
"authors": [
"Andarist",
"alvesvaren",
"ludovicm67"
],
"repo": "changesets/changesets",
"url": "https://github.com/changesets/changesets/issues/1266",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1086362235 | bug(duplicate detection): Etags cannot be used to compare objects
Describe the bug
Duplicate detection does not detect duplicated when publishing a collection.
Current we use AWS S3 Etags to determine if two object in are identical. However since we are using KMS to encrypt our object in place, AWS does not guarantee that Etags will be identical for identical objects in S3.
Expected behavior
Duplicates should be caught before publishing a collection
Solution
Add a custom tag to objects upload to s3 which represents the hash of the upload object. This tag will be used compare objects uploaded to S3. Alternatively this tag can be store in the database rather than on the S3 object.
Whatever implementation we go with, we should generate tags for all previously uploaded dataset.
Unable to use the hash generated by dropbox because we are using a shared link to a file. https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-to-get-content-hash-of-shared-file-link/td-p/458942
| gharchive/issue | 2021-12-22T01:27:11 | 2025-04-01T06:38:10.422953 | {
"authors": [
"Bento007"
],
"repo": "chanzuckerberg/single-cell-data-portal",
"url": "https://github.com/chanzuckerberg/single-cell-data-portal/issues/1786",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
674694039 | Measure hosted cellxgene feature usage
For the hosted cellxgene application
Measure how many times key features are used per visit.
Measure the probability that two key features are used in sequence
Business Justification
This data will help us tailor UX research to understand if:
features are difficult to use, or
features don't provide value to users, or
features are used in particular flows or contexts, but not others.
List of "key features"
Left sidebar:
painting by a category on left side bar
selecting cells by unselecting some values within a category
opening a category on left side bar
creating a new category on left side bar
Top bar:
lassoing a selection of cells
saving a selection of cells to a DE category
saving a selection of cells to a category and assigning a label
calculating differential expression between two categories
subsetting to a selection of cells from a lasso selection
returning to the full dataset
selecting the zoom tool
show labels on graph
use the clip tool
undo an action
redo an action
use the help menu, or any sub-menu item.
Right sidebar:
Add a gene
Bulk add genes
create an xy plot
color the scatterplot by a quantitative variable (e.g. gene expression)
select a range of cells using the range selector
Have we talked to Trust about this? It seems like per visit and order of actions is getting pretty far into user tracking?
I raised with Trust on August 27 and pinged again this morning.
Per September 1 Refinement, @signechambers1 to follow up with @ambrosejcarr on the relative priority of this issue.
Trust approved the increased instrumentation on 9/15, from Shawn "Our current cellxgene policy covers this (see section 2.2) but I’ve made a note to spell this out even more since we are updating the policies for Data Portal anyways."
Per PM triage, closing. Ambrose will open a new issue to track specific actions.
| gharchive/issue | 2020-08-07T01:30:50 | 2025-04-01T06:38:10.430778 | {
"authors": [
"MDunitz",
"ambrosejcarr",
"brianraymor",
"signechambers1"
],
"repo": "chanzuckerberg/single-cell",
"url": "https://github.com/chanzuckerberg/single-cell/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1195083033 | feat: Add port/protocol for driver
Adds the ability to provide protocol and port options to the snowflake driver
Test Plan
[X] acceptance tests
[X] Locally we have tested this for almost two weeks
References
https://github.com/snowflakedb/gosnowflake/blob/master/dsn.go#L54
I rebased the changes in main and made sure the docs were updated properly this time, should be ready for testing
/ok-to-test sha=b6f792a
We fixed this test in a different PR, could you merge main into your branch and then we can merge your PR?
Hi @alldoami,
I have updated this PR with the latest from main.
/ok-to-test sha=0987fe9
/ok-to-test sha=0987fe9
#1238 closes this PR
| gharchive/pull-request | 2022-04-06T19:34:13 | 2025-04-01T06:38:10.434521 | {
"authors": [
"Dirrk",
"alldoami",
"mrlannigan",
"sfc-gh-swinkler"
],
"repo": "chanzuckerberg/terraform-provider-snowflake",
"url": "https://github.com/chanzuckerberg/terraform-provider-snowflake/pull/962",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
301755804 | Update GSoC-interest.md
provided pull request with my information
@jsdabrowski are you no longerer interested or did you close the pull request for a different reason?
am interested
Wonderful, you can make the requested changes in your repository and it will update this pull request :-)
For this pull request to update, you have to push the changes to the same branch that this pull request is from: patch-1
I hope should it be good. Sorry for the mess. i am still in the learning process.
No worries, I found GitHub and pull requests confusing at first.
You are 2/3 done now:
[ ] Please update your pull request to not delete other interested students that are already in the list.
[x] Please change the format of your email to use "at" instead of @
[x] Please change the last column to read "To-Do" without a link, if you don't have your Project Proposal ready yet.
hope in the project will be many opportunity to advance the skills
thank you
| gharchive/pull-request | 2018-03-02T12:48:35 | 2025-04-01T06:38:10.497542 | {
"authors": [
"GeorgLink",
"jsdabrowski"
],
"repo": "chaoss/governance",
"url": "https://github.com/chaoss/governance/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1699612804 | 🛑 sg (Freedif) is down
In 4dfa7b3, sg (Freedif) (https://sg-mirror.chaotic.cx/no-failover/chaotic-aur/lastupdate) was down:
HTTP code: 503
Response time: 159 ms
Resolved: sg (Freedif) is back up in 625e001.
| gharchive/issue | 2023-05-08T06:23:20 | 2025-04-01T06:38:10.506594 | {
"authors": [
"dr460nf1r3"
],
"repo": "chaotic-aur/chaotic-uptimes",
"url": "https://github.com/chaotic-aur/chaotic-uptimes/issues/1266",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1804877626 | 🛑 secret (Garuda) is down
In bc60ab3, secret (Garuda) (https://secret-mirror.chaotic.cx/no-failover/chaotic-aur/lastupdate) was down:
HTTP code: 503
Response time: 119 ms
Resolved: secret (Garuda) is back up in 28cf61d.
| gharchive/issue | 2023-07-14T13:21:21 | 2025-04-01T06:38:10.509116 | {
"authors": [
"Chaotic-Temeraire"
],
"repo": "chaotic-aur/chaotic-uptimes",
"url": "https://github.com/chaotic-aur/chaotic-uptimes/issues/2661",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1832505120 | 🛑 us-tx (xstefen) is down
In 57427d4, us-tx (xstefen) (https://us-tx-mirror.chaotic.cx/no-failover/chaotic-aur/lastupdate) was down:
HTTP code: 503
Response time: 119 ms
Resolved: us-tx (xstefen) is back up in f9e7729.
| gharchive/issue | 2023-08-02T06:14:35 | 2025-04-01T06:38:10.511784 | {
"authors": [
"Chaotic-Temeraire"
],
"repo": "chaotic-aur/chaotic-uptimes",
"url": "https://github.com/chaotic-aur/chaotic-uptimes/issues/3549",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1842399187 | 🛑 Silky.Network - us-ca is down
In a1d42ce, Silky.Network - us-ca (https://us-ca-mirror.chaotic.cx/no-failover/chaotic-aur/lastupdate) was down:
HTTP code: 503
Response time: 146 ms
Resolved: Silky.Network - us-ca is back up in f559c32.
| gharchive/issue | 2023-08-09T03:34:00 | 2025-04-01T06:38:10.514357 | {
"authors": [
"Chaotic-Temeraire"
],
"repo": "chaotic-aur/chaotic-uptimes",
"url": "https://github.com/chaotic-aur/chaotic-uptimes/issues/4032",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1844530301 | 🛑 kr (silent-heigou) is down
In b486890, kr (silent-heigou) (https://kr-mirror.chaotic.cx/no-failover/chaotic-aur/lastupdate) was down:
HTTP code: 503
Response time: 115 ms
Resolved: kr (silent-heigou) is back up in 90aeec0.
| gharchive/issue | 2023-08-10T06:51:23 | 2025-04-01T06:38:10.516890 | {
"authors": [
"Chaotic-Temeraire"
],
"repo": "chaotic-aur/chaotic-uptimes",
"url": "https://github.com/chaotic-aur/chaotic-uptimes/issues/4070",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1679438612 | 🛑 sg (Freedif) is down
In 735baf4, sg (Freedif) (https://sg-mirror.chaotic.cx/no-failover/chaotic-aur/lastupdate) was down:
HTTP code: 503
Response time: 141 ms
Resolved: sg (Freedif) is back up in 1cf0b0b.
| gharchive/issue | 2023-04-22T09:23:52 | 2025-04-01T06:38:10.519509 | {
"authors": [
"dr460nf1r3"
],
"repo": "chaotic-aur/chaotic-uptimes",
"url": "https://github.com/chaotic-aur/chaotic-uptimes/issues/901",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
141733466 | KeyError: 'fasta'
Hi Brad,
After upgrading the pipeline, I have the following error when I start a run. Where should I be looking for the configuration file?
Paul
File "/media/bigdata/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/run_info.py", line 179, in _check_ref_files
for contig in ref.file_contigs(ref_info["fasta"]["base"], data["config"]):
KeyError: 'fasta'
Paul;
Sorry about the confusing error message. I was able to replicate this error if you don't add a genome_build to your configuration. I updated the configuration checking to identify this and provide a more useful message. Hopefully this explains the problem and once adding it you can get things running cleanly. Thanks again for the feedback.
Thanks Brad. I just found that my .yaml file is truncated where the
genome_build is taken off for the last sample. Thanks for digging into the
issue.
On Fri, Mar 18, 2016 at 2:50 AM, Brad Chapman notifications@github.com
wrote:
Paul;
Sorry about the confusing error message. I was able to replicate this
error if you don't add a genome_build to your configuration. I updated
the configuration checking to identify this and provide a more useful
message. Hopefully this explains the problem and once adding it you can get
things running cleanly. Thanks again for the feedback.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/chapmanb/bcbio-nextgen/issues/1277#issuecomment-198284377
| gharchive/issue | 2016-03-17T23:25:01 | 2025-04-01T06:38:10.585226 | {
"authors": [
"chapmanb",
"tanglingfung"
],
"repo": "chapmanb/bcbio-nextgen",
"url": "https://github.com/chapmanb/bcbio-nextgen/issues/1277",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
108525464 | Why open image with 'rw' in docs
In the docs (https://github.com/charlesthk/python-resize-image) you use 'rw' to open the images.
from PIL import Image
test_img = open('test-image.jpeg', 'rw')
img = Image.open(test_img)
img = resizeimage.resize_thumbnail(img, [200, 200])
img.save('test-image-thumbnail.jpeg', img.format)
test_img.close()
I see no sense in opening the file for writing.
BTW, it is very common to use fd_.... as variable name for file descriptors returned by open().
You use test_img. That's valid python code, but fd_img would be more easy to read.
Thanks for this issue, I updated my code accordingly.
| gharchive/issue | 2015-09-27T09:57:10 | 2025-04-01T06:38:10.594269 | {
"authors": [
"charlesthk",
"guettli"
],
"repo": "charlesthk/python-resize-image",
"url": "https://github.com/charlesthk/python-resize-image/issues/7",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
208344171 | Failed to initialise tesseract engine (Tesseract 3.0.2 - Visual Studio 2015)
Hi and thank you very much for your help.
I have done everything that I possibly can think of to attempt to resolve a "Failed to initialise engine" error.
I read post #277 where the person stated that adjusting the path to tessdata fixed his issue. But he did not state the "adjustment" that he made.
Line where the failure occurs
using (var engine = new TesseractEngine (@"./tessdata", "eng", EngineMode.Default)) {
Error
"Failed to initialise tesseract engine.. See https://github.com/charlesw/tesseract/wiki/Error-1 for details."} Tesseract.TesseractException
Stack Trace
Data {System.Collections.ListDictionaryInternal} System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
HResult -2146233088 int
HelpLink null string
InnerException null System.Exception
Message "Failed to initialise tesseract engine.. See https://github.com/charlesw/tesseract/wiki/Error-1 for details." string
Source "Tesseract" string
StackTrace "
at Tesseract.TesseractEngine.Initialise(String datapath, String language, EngineMode engineMode, IEnumerable1 configFiles, IDictionary2 initialValues, Boolean setOnlyNonDebugVariables)\r\n
at Tesseract.TesseractEngine..ctor(String datapath, String language, EngineMode engineMode, IEnumerable1 configFiles, IDictionary2 initialOptions, Boolean setOnlyNonDebugVariables)\r\n
at Tesseract.TesseractEngine..ctor(String datapath, String language, EngineMode engineMode)\r\n
at OCRTestOne.OCRTest.Go() in C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\Classes\OCRTest.cs:line 22" string
TargetSite {Void Initialise(System.String, System.String, Tesseract.EngineMode, System.Collections.Generic.IEnumerable1[System.String], System.Collections.Generic.IDictionary2[System.String,System.Object], Boolean)} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
Development Environment
Windows Server 2012 R2 (virtual machine running in Azure)
Visual Studio 2015 (Version 14.0.25431.01 Update 3)
Project Type: ASP.NET (also tried console app).
Framework Target 452 (.NET Framework 4.5.2).
Verified that Visual C++ 32-bit and 64-bit runtimes are both installed
Nuget Package: Tesseract by Charles Weld 3.0.2
tessdata folder exists with English language files underneath (I added it). Files set to Copy Always.
32 and 64-bit assemblies (liblept172.dll and libtesseract304.dll) exist in the x86 and x64 folders and are set to Copy Always (they seem to be copied to the lib folder).
Trace
Turned on verbose mode tracing. The trace below is based on one execution attempt (I tried to attach a text file but the site said: "We don't support that file type"). Apologies for the long trace
Tesseract Information: 0 : Current OS: Windows
Tesseract Information: 0 : Current platform: x86
Tesseract Information: 0 : Custom search path is not defined, skipping.
Tesseract Information: 0 : Checking executing application domain location 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\99b032d6\fb07eb9\assembly\dl3\26c8fcd5\00342a46_d765d101' for 'liblept172.dll' on platform x86.
Tesseract Information: 0 : Checking current application domain location 'C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One' for 'liblept172.dll' on platform x86.
Tesseract Information: 0 : Trying to load native library "C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\liblept172.dll"...
Tesseract Information: 0 : Successfully loaded native library "C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\liblept172.dll", handle = 325451776.
Tesseract Information: 0 : Trying to load native function "pixaReadMultipageTiff" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixaReadMultipageTiff", function handle = 325469402.
Tesseract Information: 0 : Trying to load native function "pixaGetCount" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixaGetCount", function handle = 325462092.
Tesseract Information: 0 : Trying to load native function "pixaGetPix" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixaGetPix", function handle = 325455972.
Tesseract Information: 0 : Trying to load native function "pixaDestroy" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixaDestroy", function handle = 325456927.
Tesseract Information: 0 : Trying to load native function "pixCreate" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixCreate", function handle = 325465967.
Tesseract Information: 0 : Trying to load native function "pixClone" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixClone", function handle = 325466612.
Tesseract Information: 0 : Trying to load native function "pixDestroy" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixDestroy", function handle = 325466382.
Tesseract Information: 0 : Trying to load native function "pixGetWidth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetWidth", function handle = 325460622.
Tesseract Information: 0 : Trying to load native function "pixGetHeight" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetHeight", function handle = 325460452.
Tesseract Information: 0 : Trying to load native function "pixGetDepth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetDepth", function handle = 325464312.
Tesseract Information: 0 : Trying to load native function "pixGetXRes" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetXRes", function handle = 325463887.
Tesseract Information: 0 : Trying to load native function "pixGetYRes" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetYRes", function handle = 325463882.
Tesseract Information: 0 : Trying to load native function "pixGetResolution" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetResolution", function handle = 325469492.
Tesseract Information: 0 : Trying to load native function "pixGetWpl" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetWpl", function handle = 325466032.
Tesseract Information: 0 : Trying to load native function "pixSetXRes" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSetXRes", function handle = 325463907.
Tesseract Information: 0 : Trying to load native function "pixSetYRes" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSetYRes", function handle = 325463902.
Tesseract Information: 0 : Trying to load native function "pixSetResolution" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSetResolution", function handle = 325465697.
Tesseract Information: 0 : Trying to load native function "pixScaleResolution" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixScaleResolution", function handle = 325467282.
Tesseract Information: 0 : Trying to load native function "pixGetData" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetData", function handle = 325469052.
Tesseract Information: 0 : Trying to load native function "pixGetInputFormat" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetInputFormat", function handle = 325467712.
Tesseract Information: 0 : Trying to load native function "pixSetInputFormat" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSetInputFormat", function handle = 325459102.
Tesseract Information: 0 : Trying to load native function "pixEndianByteSwap" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixEndianByteSwap", function handle = 325468587.
Tesseract Information: 0 : Trying to load native function "pixRead" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixRead", function handle = 325467527.
Tesseract Information: 0 : Trying to load native function "pixReadMemTiff" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixReadMemTiff", function handle = 325472137.
Tesseract Information: 0 : Trying to load native function "pixWrite" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixWrite", function handle = 325466617.
Tesseract Information: 0 : Trying to load native function "pixGetColormap" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixGetColormap", function handle = 325464692.
Tesseract Information: 0 : Trying to load native function "pixSetColormap" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSetColormap", function handle = 325468467.
Tesseract Information: 0 : Trying to load native function "pixDestroyColormap" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixDestroyColormap", function handle = 325465782.
Tesseract Information: 0 : Trying to load native function "pixConvertRGBToGray" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixConvertRGBToGray", function handle = 325460777.
Tesseract Information: 0 : Trying to load native function "pixDeskewGeneral" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixDeskewGeneral", function handle = 325460177.
Tesseract Information: 0 : Trying to load native function "pixRotate" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixRotate", function handle = 325466312.
Tesseract Information: 0 : Trying to load native function "pixRotateOrth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixRotateOrth", function handle = 325468177.
Tesseract Information: 0 : Trying to load native function "pixOtsuAdaptiveThreshold" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixOtsuAdaptiveThreshold", function handle = 325468767.
Tesseract Information: 0 : Trying to load native function "pixSauvolaBinarize" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSauvolaBinarize", function handle = 325463922.
Tesseract Information: 0 : Trying to load native function "pixSauvolaBinarizeTiled" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixSauvolaBinarizeTiled", function handle = 325461412.
Tesseract Information: 0 : Trying to load native function "pixScale" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixScale", function handle = 325466597.
Tesseract Information: 0 : Trying to load native function "pixcmapCreate" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapCreate", function handle = 325462397.
Tesseract Information: 0 : Trying to load native function "pixcmapCreateRandom" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapCreateRandom", function handle = 325460482.
Tesseract Information: 0 : Trying to load native function "pixcmapCreateLinear" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapCreateLinear", function handle = 325460392.
Tesseract Information: 0 : Trying to load native function "pixcmapCopy" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapCopy", function handle = 325463212.
Tesseract Information: 0 : Trying to load native function "pixcmapDestroy" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapDestroy", function handle = 325464252.
Tesseract Information: 0 : Trying to load native function "pixcmapGetCount" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetCount", function handle = 325466562.
Tesseract Information: 0 : Trying to load native function "pixcmapGetFreeCount" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetFreeCount", function handle = 325456837.
Tesseract Information: 0 : Trying to load native function "pixcmapGetDepth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetDepth", function handle = 325468462.
Tesseract Information: 0 : Trying to load native function "pixcmapGetMinDepth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetMinDepth", function handle = 325462157.
Tesseract Information: 0 : Trying to load native function "pixcmapClear" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapClear", function handle = 325460977.
Tesseract Information: 0 : Trying to load native function "pixcmapAddColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapAddColor", function handle = 325466517.
Tesseract Information: 0 : Trying to load native function "pixcmapAddNewColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapAddNewColor", function handle = 325459832.
Tesseract Information: 0 : Trying to load native function "pixcmapAddNearestColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapAddNearestColor", function handle = 325464897.
Tesseract Information: 0 : Trying to load native function "pixcmapUsableColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapUsableColor", function handle = 325468852.
Tesseract Information: 0 : Trying to load native function "pixcmapAddBlackOrWhite" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapAddBlackOrWhite", function handle = 325460002.
Tesseract Information: 0 : Trying to load native function "pixcmapSetBlackAndWhite" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapSetBlackAndWhite", function handle = 325456282.
Tesseract Information: 0 : Trying to load native function "pixcmapGetColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetColor", function handle = 325466527.
Tesseract Information: 0 : Trying to load native function "pixcmapGetColor32" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetColor32", function handle = 325458992.
Tesseract Information: 0 : Trying to load native function "pixcmapResetColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapResetColor", function handle = 325457197.
Tesseract Information: 0 : Trying to load native function "pixcmapGetIndex" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetIndex", function handle = 325466567.
Tesseract Information: 0 : Trying to load native function "pixcmapHasColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapHasColor", function handle = 325458122.
Tesseract Information: 0 : Trying to load native function "pixcmapCountGrayColors" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapCountGrayColors", function handle = 325462272.
Tesseract Information: 0 : Trying to load native function "pixcmapCountGrayColors" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapCountGrayColors", function handle = 325462272.
Tesseract Information: 0 : Trying to load native function "pixcmapGetNearestIndex" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetNearestIndex", function handle = 325459557.
Tesseract Information: 0 : Trying to load native function "pixcmapGetNearestGrayIndex" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetNearestGrayIndex", function handle = 325466522.
Tesseract Information: 0 : Trying to load native function "pixcmapGetComponentRange" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetComponentRange", function handle = 325459077.
Tesseract Information: 0 : Trying to load native function "pixcmapGetExtremeValue" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGetExtremeValue", function handle = 325458877.
Tesseract Information: 0 : Trying to load native function "pixcmapGrayToColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGrayToColor", function handle = 325464607.
Tesseract Information: 0 : Trying to load native function "pixcmapColorToGray" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapColorToGray", function handle = 325469397.
Tesseract Information: 0 : Trying to load native function "pixcmapColorToGray" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapColorToGray", function handle = 325469397.
Tesseract Information: 0 : Trying to load native function "pixcmapToRGBTable" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapToRGBTable", function handle = 325469742.
Tesseract Information: 0 : Trying to load native function "pixcmapSerializeToMemory" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapSerializeToMemory", function handle = 325465572.
Tesseract Information: 0 : Trying to load native function "pixcmapDeserializeFromMemory" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapDeserializeFromMemory", function handle = 325460637.
Tesseract Information: 0 : Trying to load native function "pixcmapGammaTRC" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapGammaTRC", function handle = 325470952.
Tesseract Information: 0 : Trying to load native function "pixcmapContrastTRC" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapContrastTRC", function handle = 325462497.
Tesseract Information: 0 : Trying to load native function "pixcmapShiftIntensity" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixcmapShiftIntensity", function handle = 325460387.
Tesseract Information: 0 : Current platform: x86
Tesseract Information: 0 : Custom search path is not defined, skipping.
Tesseract Information: 0 : Checking executing application domain location 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\99b032d6\fb07eb9\assembly\dl3\26c8fcd5\00342a46_d765d101' for 'libtesseract304.dll' on platform x86.
Tesseract Information: 0 : Checking current application domain location 'C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One' for 'libtesseract304.dll' on platform x86.
Tesseract Information: 0 : Trying to load native library "C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\libtesseract304.dll"...
Tesseract Information: 0 : Successfully loaded native library "C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\libtesseract304.dll", handle = 329383936.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIAnalyseLayout" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIAnalyseLayout", function handle = 329706928.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIClear" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIClear", function handle = 329706560.
Tesseract Information: 0 : Trying to load native function "TessBaseAPICreate" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPICreate", function handle = 329709952.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIDelete" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIDelete", function handle = 329709920.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIDetectOS" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIDetectOS", function handle = 329706368.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetBoolVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetBoolVariable", function handle = 329709264.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetDoubleVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetDoubleVariable", function handle = 329709184.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetHOCRText" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetHOCRText", function handle = 329706736.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetIntVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetIntVariable", function handle = 329709344.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetIterator" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetIterator", function handle = 329706784.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetPageSegMode" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetPageSegMode", function handle = 329707728.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetStringVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetStringVariable", function handle = 329709104.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetThresholdedImage" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetThresholdedImage", function handle = 329707312.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIGetUTF8Text" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIGetUTF8Text", function handle = 329706752.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIInit4" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIInit4", function handle = 329708688.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIMeanTextConf" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIMeanTextConf", function handle = 329706688.
Tesseract Information: 0 : Trying to load native function "TessBaseAPIRecognize" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPIRecognize", function handle = 329706912.
Tesseract Information: 0 : Trying to load native function "TessBaseAPISetDebugVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPISetDebugVariable", function handle = 329709424.
Tesseract Information: 0 : Trying to load native function "TessBaseAPISetImage2" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPISetImage2", function handle = 329707536.
Tesseract Information: 0 : Trying to load native function "TessBaseAPISetInputName" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPISetInputName", function handle = 329709840.
Tesseract Information: 0 : Trying to load native function "TessBaseAPISetPageSegMode" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPISetPageSegMode", function handle = 329707760.
Tesseract Information: 0 : Trying to load native function "TessBaseAPISetRectangle" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPISetRectangle", function handle = 329707440.
Tesseract Information: 0 : Trying to load native function "TessBaseAPISetVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessBaseAPISetVariable", function handle = 329709504.
Tesseract Information: 0 : Trying to load native function "TessDeleteBlockList" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessDeleteBlockList", function handle = 329710688.
Tesseract Information: 0 : Trying to load native function "TessDeleteIntArray" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessDeleteIntArray", function handle = 329710720.
Tesseract Information: 0 : Trying to load native function "TessDeleteText" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessDeleteText", function handle = 329710784.
Tesseract Information: 0 : Trying to load native function "TessDeleteTextArray" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessDeleteTextArray", function handle = 329710736.
Tesseract Information: 0 : Trying to load native function "TessVersion" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessVersion", function handle = 329710800.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorBaseline" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorBaseline", function handle = 329705472.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorBegin" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorBegin", function handle = 329705760.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorBlockType" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorBlockType", function handle = 329705568.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorBoundingBox" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorBoundingBox", function handle = 329705616.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorCopy" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorCopy", function handle = 329705776.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorDelete" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorDelete", function handle = 329705808.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorGetBinaryImage" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorGetBinaryImage", function handle = 329705552.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorGetImage" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorGetImage", function handle = 329705520.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorIsAtBeginningOf" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorIsAtBeginningOf", function handle = 329705696.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorIsAtFinalElement" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorIsAtFinalElement", function handle = 329705664.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorNext" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorNext", function handle = 329705728.
Tesseract Information: 0 : Trying to load native function "TessPageIteratorOrientation" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessPageIteratorOrientation", function handle = 329705440.
Tesseract Information: 0 : Trying to load native function "TessResultIteratorCopy" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function "TessResultIteratorCopy", function handle = 329705200.
Tesseract Information: 0 : Trying to load native function "TessResultIteratorDelete" from the library with handle 329383936...
-- Again the log is from one run (one attempt to execute the single line of code listed at the start of this post).
Conclusion
I am a very experienced programmer (have done win32 to cloud). I spent about 5 hours trying to get this to work without success. One thing I notice is that the log seems to end on TessResultIteratorDelete, and in some cases it starts to print the next line but stops midway (prints "Tesseract Information: 0 : Successfully", or "Tesseract Information: 0 : S").
Any help that you can offer would be greatly appreciated (the more specific the better).
Thank you very much again.
Best,
Conrad
My guess is that the actual tessdata path isn't what you expect. I'd
strongly recommend using absolute paths, especially for ASP.NET
applications, in this case Server.MapPath("~\tessdata") should do the trick.
Note that's just of the top my head so the syntax may not be 100% correct 😉
On Fri, 17 Feb 2017, 16:56 Conrad-S, notifications@github.com wrote:
Hi and thank you very much for your help.
I have done everything that I possibly can think of to attempt to resolve
a "Failed to initialise engine" error.
I read post #277 https://github.com/charlesw/tesseract/issues/277 where
the person stated that adjusting the path to tessdata fixed his issue. But
he did not state the "adjustment" that he made.
Line where the failure occurs
using (var engine = new TesseractEngine (@"./tessdata", "eng",
EngineMode.Default)) {
Error
"Failed to initialise tesseract engine.. See
https://github.com/charlesw/tesseract/wiki/Error-1 for details."}
Tesseract.TesseractException
Stack Trace
Data {System.Collections.ListDictionaryInternal}
System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
HResult -2146233088 int
HelpLink null string
InnerException null System.Exception
Message "Failed to initialise tesseract engine.. See
https://github.com/charlesw/tesseract/wiki/Error-1 for details." string
Source "Tesseract" string
StackTrace " at Tesseract.TesseractEngine.Initialise(String datapath,
String language, EngineMode engineMode, IEnumerable1 configFiles,
IDictionary2 initialValues, Boolean setOnlyNonDebugVariables)\r\n at
Tesseract.TesseractEngine..ctor(String datapath, String language,
EngineMode engineMode, IEnumerable1 configFiles, IDictionary2
initialOptions, Boolean setOnlyNonDebugVariables)\r\n at
Tesseract.TesseractEngine..ctor(String datapath, String language,
EngineMode engineMode)\r\n at OCRTestOne.OCRTest.Go() in
C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\Classes\OCRTest.cs:line 22"
string
TargetSite {Void Initialise(System.String, System.String,
Tesseract.EngineMode, System.Collections.Generic.IEnumerable1[System.String],
System.Collections.Generic.IDictionary2[System.String,System.Object],
Boolean)} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
Development Environment
Windows Server 2012 R2 (virtual machine running in Azure)
Visual Studio 2015 (Version 14.0.25431.01 Update 3)
Project Type: ASP.NET (also tried console app).
Framework Target 452 (.NET Framework 4.5.2).
Verified that Visual C++ 32-bit and 64-bit runtimes are both
installed
Nuget Package: Tesseract by Charles Weld 3.0.2
tessdata folder exists with English language files underneath (I
added it). Files set to Copy Always.
32 and 64-bit assemblies (liblept172.dll and libtesseract304.dll)
exist in the x86 and x64 folders and are set to Copy Always (they seem to
be copied to the lib folder).
Trace
Turned on verbose mode tracing. The trace below is based on one execution
attempt (I tried to attach a text file but the site said: "We don't support
that file type"). Apologies for the long trace
Tesseract Information: 0 : Current OS: Windows
Tesseract Information: 0 : Current platform: x86
Tesseract Information: 0 : Custom search path is not defined, skipping.
Tesseract Information: 0 : Checking executing application domain location
'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET
Files\root\99b032d6\fb07eb9\assembly\dl3\26c8fcd5\00342a46_d765d101' for
'liblept172.dll' on platform x86.
Tesseract Information: 0 : Checking current application domain location
'C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One' for 'liblept172.dll' on
platform x86.
Tesseract Information: 0 : Trying to load native library
"C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\liblept172.dll"...
Tesseract Information: 0 : Successfully loaded native library
"C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\liblept172.dll", handle
= 325451776.
Tesseract Information: 0 : Trying to load native function
"pixaReadMultipageTiff" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixaReadMultipageTiff", function handle = 325469402.
Tesseract Information: 0 : Trying to load native function "pixaGetCount"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixaGetCount", function handle = 325462092.
Tesseract Information: 0 : Trying to load native function "pixaGetPix"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixaGetPix", function handle = 325455972.
Tesseract Information: 0 : Trying to load native function "pixaDestroy"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixaDestroy", function handle = 325456927.
Tesseract Information: 0 : Trying to load native function "pixCreate" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixCreate", function handle = 325465967.
Tesseract Information: 0 : Trying to load native function "pixClone" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixClone",
function handle = 325466612.
Tesseract Information: 0 : Trying to load native function "pixDestroy"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixDestroy", function handle = 325466382.
Tesseract Information: 0 : Trying to load native function "pixGetWidth"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetWidth", function handle = 325460622.
Tesseract Information: 0 : Trying to load native function "pixGetHeight"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetHeight", function handle = 325460452.
Tesseract Information: 0 : Trying to load native function "pixGetDepth"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetDepth", function handle = 325464312.
Tesseract Information: 0 : Trying to load native function "pixGetXRes"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetXRes", function handle = 325463887.
Tesseract Information: 0 : Trying to load native function "pixGetYRes"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetYRes", function handle = 325463882.
Tesseract Information: 0 : Trying to load native function
"pixGetResolution" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetResolution", function handle = 325469492.
Tesseract Information: 0 : Trying to load native function "pixGetWpl" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetWpl", function handle = 325466032.
Tesseract Information: 0 : Trying to load native function "pixSetXRes"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSetXRes", function handle = 325463907.
Tesseract Information: 0 : Trying to load native function "pixSetYRes"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSetYRes", function handle = 325463902.
Tesseract Information: 0 : Trying to load native function
"pixSetResolution" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSetResolution", function handle = 325465697.
Tesseract Information: 0 : Trying to load native function
"pixScaleResolution" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixScaleResolution", function handle = 325467282.
Tesseract Information: 0 : Trying to load native function "pixGetData"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetData", function handle = 325469052.
Tesseract Information: 0 : Trying to load native function
"pixGetInputFormat" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetInputFormat", function handle = 325467712.
Tesseract Information: 0 : Trying to load native function
"pixSetInputFormat" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSetInputFormat", function handle = 325459102.
Tesseract Information: 0 : Trying to load native function
"pixEndianByteSwap" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixEndianByteSwap", function handle = 325468587.
Tesseract Information: 0 : Trying to load native function "pixRead" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixRead",
function handle = 325467527.
Tesseract Information: 0 : Trying to load native function "pixReadMemTiff"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixReadMemTiff", function handle = 325472137.
Tesseract Information: 0 : Trying to load native function "pixWrite" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixWrite",
function handle = 325466617.
Tesseract Information: 0 : Trying to load native function "pixGetColormap"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixGetColormap", function handle = 325464692.
Tesseract Information: 0 : Trying to load native function "pixSetColormap"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSetColormap", function handle = 325468467.
Tesseract Information: 0 : Trying to load native function
"pixDestroyColormap" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixDestroyColormap", function handle = 325465782.
Tesseract Information: 0 : Trying to load native function
"pixConvertRGBToGray" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixConvertRGBToGray", function handle = 325460777.
Tesseract Information: 0 : Trying to load native function
"pixDeskewGeneral" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixDeskewGeneral", function handle = 325460177.
Tesseract Information: 0 : Trying to load native function "pixRotate" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixRotate", function handle = 325466312.
Tesseract Information: 0 : Trying to load native function "pixRotateOrth"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixRotateOrth", function handle = 325468177.
Tesseract Information: 0 : Trying to load native function
"pixOtsuAdaptiveThreshold" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixOtsuAdaptiveThreshold", function handle = 325468767.
Tesseract Information: 0 : Trying to load native function
"pixSauvolaBinarize" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSauvolaBinarize", function handle = 325463922.
Tesseract Information: 0 : Trying to load native function
"pixSauvolaBinarizeTiled" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixSauvolaBinarizeTiled", function handle = 325461412.
Tesseract Information: 0 : Trying to load native function "pixScale" from
the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function "pixScale",
function handle = 325466597.
Tesseract Information: 0 : Trying to load native function "pixcmapCreate"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapCreate", function handle = 325462397.
Tesseract Information: 0 : Trying to load native function
"pixcmapCreateRandom" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapCreateRandom", function handle = 325460482.
Tesseract Information: 0 : Trying to load native function
"pixcmapCreateLinear" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapCreateLinear", function handle = 325460392.
Tesseract Information: 0 : Trying to load native function "pixcmapCopy"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapCopy", function handle = 325463212.
Tesseract Information: 0 : Trying to load native function "pixcmapDestroy"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapDestroy", function handle = 325464252.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetCount" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetCount", function handle = 325466562.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetFreeCount" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetFreeCount", function handle = 325456837.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetDepth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetDepth", function handle = 325468462.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetMinDepth" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetMinDepth", function handle = 325462157.
Tesseract Information: 0 : Trying to load native function "pixcmapClear"
from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapClear", function handle = 325460977.
Tesseract Information: 0 : Trying to load native function
"pixcmapAddColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapAddColor", function handle = 325466517.
Tesseract Information: 0 : Trying to load native function
"pixcmapAddNewColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapAddNewColor", function handle = 325459832.
Tesseract Information: 0 : Trying to load native function
"pixcmapAddNearestColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapAddNearestColor", function handle = 325464897.
Tesseract Information: 0 : Trying to load native function
"pixcmapUsableColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapUsableColor", function handle = 325468852.
Tesseract Information: 0 : Trying to load native function
"pixcmapAddBlackOrWhite" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapAddBlackOrWhite", function handle = 325460002.
Tesseract Information: 0 : Trying to load native function
"pixcmapSetBlackAndWhite" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapSetBlackAndWhite", function handle = 325456282.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetColor", function handle = 325466527.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetColor32" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetColor32", function handle = 325458992.
Tesseract Information: 0 : Trying to load native function
"pixcmapResetColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapResetColor", function handle = 325457197.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetIndex" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetIndex", function handle = 325466567.
Tesseract Information: 0 : Trying to load native function
"pixcmapHasColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapHasColor", function handle = 325458122.
Tesseract Information: 0 : Trying to load native function
"pixcmapCountGrayColors" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapCountGrayColors", function handle = 325462272.
Tesseract Information: 0 : Trying to load native function
"pixcmapCountGrayColors" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapCountGrayColors", function handle = 325462272.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetNearestIndex" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetNearestIndex", function handle = 325459557.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetNearestGrayIndex" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetNearestGrayIndex", function handle = 325466522.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetComponentRange" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetComponentRange", function handle = 325459077.
Tesseract Information: 0 : Trying to load native function
"pixcmapGetExtremeValue" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGetExtremeValue", function handle = 325458877.
Tesseract Information: 0 : Trying to load native function
"pixcmapGrayToColor" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGrayToColor", function handle = 325464607.
Tesseract Information: 0 : Trying to load native function
"pixcmapColorToGray" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapColorToGray", function handle = 325469397.
Tesseract Information: 0 : Trying to load native function
"pixcmapColorToGray" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapColorToGray", function handle = 325469397.
Tesseract Information: 0 : Trying to load native function
"pixcmapToRGBTable" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapToRGBTable", function handle = 325469742.
Tesseract Information: 0 : Trying to load native function
"pixcmapSerializeToMemory" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapSerializeToMemory", function handle = 325465572.
Tesseract Information: 0 : Trying to load native function
"pixcmapDeserializeFromMemory" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapDeserializeFromMemory", function handle = 325460637.
Tesseract Information: 0 : Trying to load native function
"pixcmapGammaTRC" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapGammaTRC", function handle = 325470952.
Tesseract Information: 0 : Trying to load native function
"pixcmapContrastTRC" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapContrastTRC", function handle = 325462497.
Tesseract Information: 0 : Trying to load native function
"pixcmapShiftIntensity" from the library with handle 325451776...
Tesseract Information: 0 : Successfully loaded native function
"pixcmapShiftIntensity", function handle = 325460387.
Tesseract Information: 0 : Current platform: x86
Tesseract Information: 0 : Custom search path is not defined, skipping.
Tesseract Information: 0 : Checking executing application domain location
'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET
Files\root\99b032d6\fb07eb9\assembly\dl3\26c8fcd5\00342a46_d765d101' for
'libtesseract304.dll' on platform x86.
Tesseract Information: 0 : Checking current application domain location
'C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One' for 'libtesseract304.dll'
on platform x86.
Tesseract Information: 0 : Trying to load native library
"C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\libtesseract304.dll"...
Tesseract Information: 0 : Successfully loaded native library
"C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\libtesseract304.dll",
handle = 329383936.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIAnalyseLayout" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIAnalyseLayout", function handle = 329706928.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIClear" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIClear", function handle = 329706560.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPICreate" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPICreate", function handle = 329709952.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIDelete" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIDelete", function handle = 329709920.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIDetectOS" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIDetectOS", function handle = 329706368.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetBoolVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetBoolVariable", function handle = 329709264.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetDoubleVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetDoubleVariable", function handle = 329709184.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetHOCRText" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetHOCRText", function handle = 329706736.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetIntVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetIntVariable", function handle = 329709344.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetIterator" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetIterator", function handle = 329706784.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetPageSegMode" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetPageSegMode", function handle = 329707728.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetStringVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetStringVariable", function handle = 329709104.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetThresholdedImage" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetThresholdedImage", function handle = 329707312.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIGetUTF8Text" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIGetUTF8Text", function handle = 329706752.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIInit4" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIInit4", function handle = 329708688.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIMeanTextConf" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIMeanTextConf", function handle = 329706688.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPIRecognize" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPIRecognize", function handle = 329706912.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPISetDebugVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPISetDebugVariable", function handle = 329709424.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPISetImage2" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPISetImage2", function handle = 329707536.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPISetInputName" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPISetInputName", function handle = 329709840.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPISetPageSegMode" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPISetPageSegMode", function handle = 329707760.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPISetRectangle" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPISetRectangle", function handle = 329707440.
Tesseract Information: 0 : Trying to load native function
"TessBaseAPISetVariable" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessBaseAPISetVariable", function handle = 329709504.
Tesseract Information: 0 : Trying to load native function
"TessDeleteBlockList" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessDeleteBlockList", function handle = 329710688.
Tesseract Information: 0 : Trying to load native function
"TessDeleteIntArray" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessDeleteIntArray", function handle = 329710720.
Tesseract Information: 0 : Trying to load native function "TessDeleteText"
from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessDeleteText", function handle = 329710784.
Tesseract Information: 0 : Trying to load native function
"TessDeleteTextArray" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessDeleteTextArray", function handle = 329710736.
Tesseract Information: 0 : Trying to load native function "TessVersion"
from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessVersion", function handle = 329710800.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorBaseline" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorBaseline", function handle = 329705472.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorBegin" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorBegin", function handle = 329705760.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorBlockType" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorBlockType", function handle = 329705568.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorBoundingBox" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorBoundingBox", function handle = 329705616.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorCopy" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorCopy", function handle = 329705776.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorDelete" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorDelete", function handle = 329705808.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorGetBinaryImage" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorGetBinaryImage", function handle = 329705552.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorGetImage" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorGetImage", function handle = 329705520.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorIsAtBeginningOf" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorIsAtBeginningOf", function handle = 329705696.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorIsAtFinalElement" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorIsAtFinalElement", function handle = 329705664.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorNext" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorNext", function handle = 329705728.
Tesseract Information: 0 : Trying to load native function
"TessPageIteratorOrientation" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessPageIteratorOrientation", function handle = 329705440.
Tesseract Information: 0 : Trying to load native function
"TessResultIteratorCopy" from the library with handle 329383936...
Tesseract Information: 0 : Successfully loaded native function
"TessResultIteratorCopy", function handle = 329705200.
Tesseract Information: 0 : Trying to load native function
"TessResultIteratorDelete" from the library with handle 329383936...
-- Again the log is from one run (one attempt to execute the single line
of code listed at the start of this post).
Conclusion
I am a very experienced programmer (have done win32 to cloud). I spent
about 5 hours trying to get this to work without success. One thing I
notice is that the log seems to end on TessResultIteratorDelete, and in
some cases it starts to print the next line but stops midway (prints
"Tesseract Information: 0 : Successfully", or "Tesseract Information: 0 :
S").
Any help that you can offer would be greatly appreciated (the more
specific the better).
Thank you very much again.
Best,
Conrad
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/charlesw/tesseract/issues/318, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAPzyPb7KW6g6m7pE5HhORKHByTo19EIks5rdTZ4gaJpZM4MD5r6
.
Charles,
Thank you for the fast response!
It works!
I had tried that before but changed it while trying other things.
Below is a summary the issues (or gotchas) that I encountered and how resolved:
Initially I couldn't get it to work so I experimented with settings.
I had tried multiple versions of the Tesserat Nuget package. So I needed to double-check that the correct versions of the assemblies were in the x86 and x64 folders. I did this by downloading the latest source (in my case tesseract-3.0.2.zip) and getting the latest assemblies from the "..src\lib\TesseractOcr" x64 and x86 folders.
The rest of the checklist is as follows:
Make sure that the assemblies in the x86 and x64 are set to "Copy Always" (right-click the file in Visual Studio, open the properties dialog, and set the property).
Make sure that the language files are in the Visual Studio project, match the Tesserat Nuget package version, and are set to "Copy Always".
Use the following include statement and code to set the path to tessdata:
using System.Web.Hosting;
string tessPath = HostingEnvironment.MapPath(@"~/tessdata");
Make sure that the code includes: using System.Drawing; (otherwise an error occurs saying that a bitmap is being used by not referenced).
Again, thank you very much for your help. This looks like a great library! I cannot wait to try it out!!
Best,
Conrad
By the way is there documentation that lists functions in the library and their use?
For example, I would like to open a PDF and read it, but don't know what function to use..
Thanks again!
Most of the functions are documented using XML comments so VS should
provide some explanation through the auto complete and it would be possible
to generate some API doco from said comments. Otherwise check this issue
tracker and/or stack overflow for anything more specific.
In regards to pdf support, that's currently only supported in the
prerelease version and only supports generation of pdf (image + searchable
text) not reading pdf. In your case you'll need to find another library to
load the PDF and extract any contained image for processing.
On Fri, 17 Feb 2017, 17:56 Conrad-S, notifications@github.com wrote:
By the way is there documentation that lists functions in the library and
their use?
For example, I would like to open a PDF and read it, but don't know what
function to use..
Thanks again!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/charlesw/tesseract/issues/318#issuecomment-280570159,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAPzyAG4WFMGMAxUHRkabyu-TqpfBMXDks5rdUSxgaJpZM4MD5r6
.
Thanks. Nothing is documented in Visual Studio, but auto-complete (intellisense) does work. I can probably use object browser to view the methods, but it would be good to have a document somewhere with the list of methods and their use (also helps to understand overall functionality).
I didn't realize that it cannot extract images from pdf's; that was my main purpose. Do you know of a .NET library that can extract the images? Thanks again!!
Mmm the XML document file mustn't be being included property in the nuget
package.
Anyway in regards to handling PDFs I'm not really sure what's available
these days for .net. That being said, as of a couple years ago, a good
stable open source option was itextsharp though it's no longer free for
commercial use. However there are still copies of the code available before
the license was changed but I'm not aware of anyone actively maintaining
these forks.
On Fri, 17 Feb 2017, 18:18 Conrad-S, notifications@github.com wrote:
Thanks. Nothing is documented in Visual Studio, but auto-complete
(intellisense) does work. I can probably use object browser to view the
methods, but it would be good to have a document somewhere with the list of
methods and their use (also helps to understand overall functionality).
I didn't realize that it cannot extract images from pdf's; that was my
main purpose. Do you know of a .NET library that can extract the images?
Thanks again!!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/charlesw/tesseract/issues/318#issuecomment-280573566,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAPzyKgNDDkoOeg9G8noVzipga8E7EgSks5rdUm1gaJpZM4MD5r6
.
You can get the old version from nuGet
https://www.nuget.org/packages/iTextSharp-LGPL/
Thanks again! This is great software.
By the way I notice that it always seems to load the 32-bit version. I even tried setting the MapPath.
Tesseract.TesseractEnviornment.CustomSearchPath = HostingEnvironment.MapPath(@"~/x64");
Do you know how to convince it to load the 64-bit DLL?
Tesseract Information: 0 : Current OS: Windows
Tesseract Information: 0 : Current platform: x86
Tesseract Information: 0 : Custom search path is not defined, skipping.
Tesseract Information: 0 : Checking executing application domain location 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\99b032d6\fb07eb9\assembly\dl3\8760118f\00342a46_d765d101' for 'liblept172.dll' on platform x86.
Tesseract Information: 0 : Checking current application domain location 'C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One' for 'liblept172.dll' on platform x86.
Tesseract Information: 0 : Trying to load native library "C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\liblept172.dll"...
Tesseract Information: 0 : Successfully loaded native library "C:\Projects\SANDBOX\OCR-Test-One\OCR-Test-One\x86\liblept172.dll", handle = 369360896.
I'll answer my own question. Got it to work (Visual Studio 2015; ASP.NET MVC; .NET 452):
Do NOT set Tesseract.TesseractEnviornment.CustomSearchPath
Select Debug -> Options -> Projects and Solutions -> Web Projects.
Select User the 64 bit version of IIS Express for web sites and projects.
Set the debug configuration to x64 (Configuration Manager next to the Debug dropdown)
Restart Visual Studio, open the solution and run.
You may also want to set up a trace file so you can see that it loaded the 64-bit assembly:
<system.diagnostics>
</system.diagnostics>
Don't forget to turn off logging after you are finished (performance).
Hope this helps.
Fail with asp.net core, i've tried exactly path, but still throw exception failed to initalise... Please help me
After banging my head against my desk for 30min, I finally realized the path needs to be to the FOLDER containing the .traineddata files (ie: "c:\tessdata"), not the path to one of the .traineddata files (ie "c:\tessdata\eng.traineddata"). Doh!
Hopefully this saves someone's desk (and head).
Fail with asp.net core, i've tried exactly path, but still throw exception failed to initalise... Please help me
Try using tessdata_fast rather then tessdata version.
Anyone knows how to read data from table in image with this library?
| gharchive/issue | 2017-02-17T05:56:08 | 2025-04-01T06:38:10.764791 | {
"authors": [
"Conrad-S",
"Sicos1977",
"andimalaj",
"anpham293",
"charlesw",
"losbear"
],
"repo": "charlesw/tesseract",
"url": "https://github.com/charlesw/tesseract/issues/318",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2370727861 | bugfix: remove stray endif, revise comments to match
Remove stray endif, revise comments to match.
Closes issue #3828
On Summit now I can build pamilrts successfully.
| gharchive/pull-request | 2024-06-24T17:16:17 | 2025-04-01T06:38:10.769639 | {
"authors": [
"davidhardy",
"ericjbohm"
],
"repo": "charmplusplus/charm",
"url": "https://github.com/charmplusplus/charm/pull/3829",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
205369998 | Issue in styling legend in Pie charts
Hi All,
I'm trying to style my pie chart as first image below. But with below code I'm getting as shown in second image. Even I tried the solution as mentioned here 2253. Then no legends are displayed. Also I don't want white border between pies.
I'm using ChartJs 2.4.0 version. Please help me in resolving the issue.
var legend = chartInstance.generateLegend();
document.getElementById("legend").innerHTML = legend;
@nutanlade to get the legend to look like the top image, you're going to need to use some CSS to change the <li> elements in the legend.
To remove the border:
data: {
datasets: [{
borderWidth: 0
}]
}
Thanks @etimberg for your quick reply. I'm using angular js code for pie chart. Below is my code for generating pie chart. I'm not able to apply your code to remove border. Is there any default global option to disable?
<canvas id="monthlyExpensesChart" class="chart chart-pie" chart-data="$ctrl.communitytotalCostArray" chart-labels="$ctrl.communityCategoryNamesArray" chart-options="$ctrl.options" chart-legend="true" height="250" chart-colors="$ctrl.colors"> </canvas>
Also for legend now it showing like square but color is black. How can I get pie colors to populate legend labels?
@nutanlade the global border option would be Chart.defaults.global.elements.arc.borderWidth
For the legend, you would need to style the <li> elements with CSS. You would probably want to set the first one to the first color. I think something like the following would work.
#legend > li:nth-child(0) {
color: red;
}
#legend > li:nth-child(1) {
color: yellow;
}
#legend > li:nth-child(2) {
color: blue;
}
Controller:
Create an object of legend items with color & label :
# Chart conf
scope.chart = []
scope.chart.labels = ['Food', 'Fuel']
scope.chart.colors = ['red', 'yellow']
# Legend
scope.legend = []
for label, i in scope.chart.labels
scope.legend[i] =
title: label
color: scope.chart.colors[i]
(it's coffee script, use http://js2.coffee/ if you want a translation)
HTML:
Loop on legend items to display them and you can do whatever you want with styles
<div class="widget-body">
<div class="row">
<div class="col-md-12 col-lg-7">
<div class="widget-pie-chart">
<canvas beautiful-chart chart-type="::chart.type" chart-options="::chart.options" chart-datasets="::chart.datasets" chart-labels="chart.labels" chart-data="chart.data"></canvas>
<canvas id="monthlyExpensesChart" class="chart chart-pie" chart-data="communitytotalCostArray" chart-labels="communityCategoryNamesArray" chart-options="options" height="250" chart-colors="colors"></canvas>
</div>
</div>
<div class="col-md-12 col-lg-5">
<div class="widget-pie-legend">
<a ng-repeat="item in ::legend" href="">
<div class="pie-legend-item">
<span class="legend-item-box" ng-style="::{'color': item.color}"></span>
<span class="legend-item-label">{{::item.title}}</span>
</div>
</a>
</div>
</div>
</div>
</div>
Result
You should see something like that
Thanks @etimberg and @frlinw . Issue resolved. I disabled tooltips but while hovering on chart color is changing which I don't want. I tried below option but didn't worked.
showTooltips: false
@nutanlade to turn off hover you can do
options: {
hover: {
mode: false
}
}
Thanks @etimberg. Issue resolved.
| gharchive/issue | 2017-02-04T19:11:18 | 2025-04-01T06:38:10.797234 | {
"authors": [
"etimberg",
"frlinw",
"nutanlade"
],
"repo": "chartjs/Chart.js",
"url": "https://github.com/chartjs/Chart.js/issues/3868",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
717957146 | Circular gradiant
Hi all, (thanks for that awesome lib)
I am using Chart.js v3 and I am trying to create a gradient
My fiddle is here:
https://jsfiddle.net/1wfd2ztx/1/
What I would like to do is to start at top center with the green and finish with the red at top center too with a gradient
And ++ draw with red under the green if the percent is more than 100
@dcyou this is a very interesting question! A radial gradient is probably not the right solution here since it changes colour as you move out from a center point. You probably want something more akin to a SweepGradient but as far as I am aware, nothing like this exists natively. If this were WebGL, a custom shader would be pretty trivial to write.
The best idea I have at the moment is to draw the colour pattern you want on another canvas (handling resize accordingly) then create a CanvasPattern from that canvas and set that as the background colour of the dataset.
This is quite intriguing. I'll try and prototype something out and see where I get.
@dcyou got a working implementation. Generates a CanvasPattern using webgl then renders that as the background image. I don't think the plugin part is entirely correct. I suspect on resize it may be wrong, but have not attempted to test it.
https://jsfiddle.net/6d0gv7w9/
awesome! @etimberg thanks a lot I will have a look
Played around with @etimberg's fiddle and applied some changes: https://jsfiddle.net/x1t38f7v/
Precicely, multiplied the webgl canvas size by devicePixelRatio and changed the plugin implementation to beforeDatasetsUpdate hook.
very interesting too
question:
do you know why at bottom we have the blank?
do you know why at bottom we have the blank?
I'm guessing you have a devicePixelRatio greater than 1? Does that appear in the fiddle where I multiplied the canvas size with it?
i actually don't think devicePixelRatio needs to be used. chart.chartArea will already include the devicePixelRatio since we up the size of the canvas by it inside of https://github.com/chartjs/Chart.js/blob/531d4c09bf5778274d362eaf1f5dd17a9a08ec7b/src/helpers/helpers.dom.js#L148-L149
| gharchive/issue | 2020-10-09T08:26:26 | 2025-04-01T06:38:10.804830 | {
"authors": [
"dcyou",
"etimberg",
"kurkle"
],
"repo": "chartjs/Chart.js",
"url": "https://github.com/chartjs/Chart.js/issues/7866",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2133386111 | refactor: replace Math.pow in favor of the ** operator
friendly PR to improve readability
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.codemods.cleanup.PreferExponentiationOperator?organizationId=UG9wdWxhciBKYXZhU2NyaXB0
I find the Math.pow more readable myself and would be against this change
| gharchive/pull-request | 2024-02-14T01:16:06 | 2025-04-01T06:38:10.806595 | {
"authors": [
"LeeLenaleee",
"zieka"
],
"repo": "chartjs/Chart.js",
"url": "https://github.com/chartjs/Chart.js/pull/11669",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1266025892 | Unable to login with chat sdk
Is the bug present in the demo Chat SDK project?
Yes
What modifications have you made to the Chat SDK?
None
Android Version:
11
Steps taken to reproduce the problem:
Insert username and password and press register
Expected result:
Register user and enter profile screen
Actual result:
Authentication progress bar keeps spinning "forever"
Comments:
I have been trying to integrate this chat sdk on my app for some time, but cant seem to go through the authentication
Took a look at logcat and it seems that something is failing. I even tried to register in the example android app, but it doesn't go through. The logs obtained are the ones below:
2022-06-09 12:47:26.960 10270-10318/sdk.chat.android.live W/System: Ignoring header X-Firebase-Locale because its value was null.
2022-06-09 12:47:27.495 10270-10318/sdk.chat.android.live W/System: Ignoring header X-Firebase-Locale because its value was null.
2022-06-09 12:47:27.696 10270-10318/sdk.chat.android.live D/FirebaseAuth: Notifying id token listeners about user ( bTlcQnKU0AQ1ClDop8lhrSRukS63 ).
2022-06-09 12:47:27.696 10270-10318/sdk.chat.android.live D/FirebaseAuth: Notifying auth state listeners about user ( bTlcQnKU0AQ1ClDop8lhrSRukS63 ).
2022-06-09 12:47:27.718 10270-10577/sdk.chat.android.live I/greenDAO: Creating tables for schema version 20
2022-06-09 12:47:27.743 10270-10577/sdk.chat.android.live I/System.out: 2022-06-09 12:47:27 [RxComputationThreadPool-1] sdk.chat.core.dao.DaoCore.openDB()
2022-06-09 12:47:27.743 10270-10577/sdk.chat.android.live I/System.out: INFO: Database: e92eded1acf5e51967b47107e633e719 setup correctly
2022-06-09 12:47:27.743 10270-10577/sdk.chat.android.live I/System.out: 2022-06-09 12:47:27 [RxComputationThreadPool-1] sdk.chat.firebase.adapter.FirebaseAuthenticationHandler.lambda$authenticateWithUser$9$FirebaseAuthenticationHandler()
2022-06-09 12:47:27.743 10270-10577/sdk.chat.android.live I/System.out: INFO: authenticateWithUser: bTlcQnKU0AQ1ClDop8lhrSRukS63
2022-06-09 12:48:08.817 10270-10631/sdk.chat.android.live V/FA: Connecting to remote service
2022-06-09 12:48:08.841 10270-10631/sdk.chat.android.live D/FA: Connected to remote service
2022-06-09 12:48:08.842 10270-10631/sdk.chat.android.live V/FA: Processing queued up service tasks: 1
2022-06-09 12:48:08.854 10270-10627/sdk.chat.android.live W/System: Ignoring header If-None-Match because its value was null.
2022-06-09 12:48:13.859 10270-10631/sdk.chat.android.live V/FA: Inactivity, disconnecting from the service
Thanks in advance
I checked out the current version from Github and I can log in... Have you tried this without connecting it to your Firebase account? Have you enabled the login methods you want to use from the Firebase console?
@letzter I need some more information because I tried it myself and it worked just fine. Can you send me a video?
Here goes the video showing the process that I'm following.
Is it possible that I'm having this problem because I'm running the app on an emulator from android studio instead of a real device, or should it it work as well?
chat-sdk.webm.zip
It is possible. I never test on the emulator. Do you have Google Play services installed? If that were missing it Wouk's cause issues.
@bensmiley the issue was with the emulator. I created a new one in which it all worked out well.
Thank you very much for the support
| gharchive/issue | 2022-06-09T12:00:41 | 2025-04-01T06:38:10.828935 | {
"authors": [
"bensmiley",
"letzter"
],
"repo": "chat-sdk/chat-sdk-android",
"url": "https://github.com/chat-sdk/chat-sdk-android/issues/734",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
435321626 | update stellar-base dependency
Tried to use the wallet for an angular 6 project and could not build it because the angular cli started complaining about the crypto library. I then found out that wallet is currently using the stellar-base 0.11. The guys from stellar have removed the crypto library in version 0.13 of the stellar-base sdk which should have fixed the issue. More details can be found here
thanks @Ebioro i've updated and published new release 0.10.0
you are welcome! I had an open question on stellar stack exchange about this (under yulemata username) I will add there that you guys have updated it and publish a new release!
| gharchive/issue | 2019-04-19T22:29:40 | 2025-04-01T06:38:10.843492 | {
"authors": [
"Ebioro",
"chatch"
],
"repo": "chatch/stellar-hd-wallet",
"url": "https://github.com/chatch/stellar-hd-wallet/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2083152040 | [FEATURE] 如何接入CustomLLM?
功能描述 / Feature Description
目前只有FastChat支持列表里的LLM才可以接入进来。现在我想试用一个新的模型,没在支持列表里存在,应该如何接入?
解决的问题 / Problem Solved
实现建议 / Implementation Suggestions
项目是否有CustomLLM的计划?或者除了往FastChat中提pr接入新模型外,还有哪种方式可以快速接入一个新的模型?
替代方案 / Alternative Solutions
无
其他信息 / Additional Information
另外,请问FastChat和vLLM两个项目都要集成才可以接入新模型吗?
转成openai的格式接入
转成openai的格式接入
能详细一点吗?能否出个官方demo或者tutorial?谢谢
这个会在0.3.x开放,但是大概率不会有时间做demo,要开发者自行尝试
| gharchive/issue | 2024-01-16T07:10:23 | 2025-04-01T06:38:10.846735 | {
"authors": [
"cauwulixuan",
"zRzRzRzRzRzRzR"
],
"repo": "chatchat-space/Langchain-Chatchat",
"url": "https://github.com/chatchat-space/Langchain-Chatchat/issues/2677",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2160169238 | 在那里能改最大并发数?
用的内网穿透,会经常显示tunnel xxxx not found
程序框架设计的时候没有考虑并发,是顺发的
| gharchive/issue | 2024-02-29T01:27:51 | 2025-04-01T06:38:10.847598 | {
"authors": [
"CingyQ",
"zRzRzRzRzRzRzR"
],
"repo": "chatchat-space/Langchain-Chatchat",
"url": "https://github.com/chatchat-space/Langchain-Chatchat/issues/3111",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2237581788 | 邮箱验证、修改密码报错后,后台服务程序直接退出
请问邮箱验证、发送邮件修改密码报错后,后台服务程序直接退出,怎么处理?谢谢!
请问这个问题解决了吗~ 我也遇到了,所以暂时关闭注册了
| gharchive/issue | 2024-04-11T12:11:04 | 2025-04-01T06:38:10.848619 | {
"authors": [
"jiangxh18",
"wbfan95"
],
"repo": "chatgpt-web-dev/chatgpt-web",
"url": "https://github.com/chatgpt-web-dev/chatgpt-web/issues/515",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
624436697 | Make operator installable via olm
Signed-off-by: Josh Pinkney joshpinkney@gmail.com
What does this PR do?
This PR prepares everything needed for olm in the older olm format. The Makefile has been modified so that it is easy to load everything onto the cluster and so that you can see che-workspace-operator in the OperatorHub catalog.
The csv was made with make gen_csv except for a few custom things like the alm-examples
What issues does this PR fix or reference?
Is it tested? How?
Deploying the controller with olm
In order to deploy the controller you need to first create the olm image, push it to the application registry on quay and then deploy the crd registry to your cluster.
You can do this by using the Makefile olm_full_start rule:
make olm_full_start
Before doing this you need to set environment variables QUAY_USERNAME, QUAY_PASSWORD, QUAY_NAMESPACE (most likely this is the same as QUAY_USERNAME), CATALOG_IMAGE
You might have to manually create the application registry on quay and set it to public.
To do this, use + in the top right hand corner of quay and click new repository. Then instead of having a Container Image Repository set that dropdown to Application repository and make sure it's public. The repostory name you choose for the application registry must be the same name as you have set in the CATALOG_IMAGE.
If you already have it deployed to the quay application registry then you can just use
make olm_start
to deploy the crd registry to your cluster
To remove the crd registry use
make olm_uninstall
cc: @davidfestal since you're familiar with deploying via OLM.
Why not use the new bundle format as a source, and just export the index in the old format when needed ?
https://github.com/operator-framework/operator-registry/blob/master/docs/design/opm-tooling.md#export
/retest
Yeah at this point I think I'm going to close this PR and then we can transfer the catalogsource to the web-terminal-operator repo
| gharchive/pull-request | 2020-05-25T18:34:38 | 2025-04-01T06:38:10.913619 | {
"authors": [
"JPinkney",
"amisevsk",
"davidfestal",
"sleshchenko"
],
"repo": "che-incubator/che-workspace-operator",
"url": "https://github.com/che-incubator/che-workspace-operator/pull/83",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
179052989 | removed windows_reboot and windows::reboot_handler.
Description
Drops the windows_reboot resource and the windows::reboot_handler recipe. The no longer exist in the windows cookbook.
Issues Resolved
None that I know of.
Check List
[ ] All tests pass. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD
[x] New functionality includes testing.
[x] New functionality has been documented in the README if applicable
[x] The CLA has been signed. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD
That resource and recipe has been dropped from the windows cookbook. replace windows_reboot with the reboot resource.
I didn't actually intend to have that second commit added into this PR. Although that being said it is related and fixes the problem of the recipe not actually allowing a reboot to occur. I was going to make a second PR for it after this got committed.
Updated to address @smurawski comment.
| gharchive/pull-request | 2016-09-24T21:31:01 | 2025-04-01T06:38:11.051626 | {
"authors": [
"JasonMorgan"
],
"repo": "chef-cookbooks/powershell",
"url": "https://github.com/chef-cookbooks/powershell/pull/98",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
74127684 | Make auto_run's root registry key configurable
I recently found myself working on a cookbook for an app that only installs on
a per-user basis, putting all its registry entries under the
HKEY_CURRENT_USER root key instead of HKEY_LOCAL_MACHINE.
This change adds a root property to the windows_auto_run resource,
maintaining the current behavior as a default and allowing support for
user-level applications as well.
Signed-off-by: Jonathan Hartman j@hartman.io
@RoboticCheese If you want to rebase this against master it would be nice to get merged in
@RoboticCheese Ping on a rebase here. I'd love to pull this in before we move this into chef-client so we can pull in this new functionality as well.
Thanks for the reminder about this one. Rebased and updated. Seems to work again, though my Windows is pretty atrophied RN 🤞
Describing test::autorun
Context windows_auto_run
[+] does not auto-run Notepad for the machine 916ms
[+] auto-runs Wordpad for the current user 95ms
Tests completed in 1.01s
Passed: 2 Failed: 0 Skipped: 0 Pending: 0
Finished verifying <autorun-windows-10> (0m20.17s).
Thanks. I'll get this addition in when we move this into chef with Chef 14
| gharchive/pull-request | 2015-05-07T21:06:36 | 2025-04-01T06:38:11.055022 | {
"authors": [
"RoboticCheese",
"tas50"
],
"repo": "chef-cookbooks/windows",
"url": "https://github.com/chef-cookbooks/windows/pull/198",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
320461982 | update readme to match resource
Description
Updates documentation to match the resource rule
Issues Resolved
N/A
Check List
[X] All tests pass. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD
[N/A] New functionality includes testing.
[X] New functionality has been documented in the README if applicable
Thanks
| gharchive/pull-request | 2018-05-05T00:04:01 | 2025-04-01T06:38:11.057728 | {
"authors": [
"derekgroh",
"tas50"
],
"repo": "chef-cookbooks/windows_firewall",
"url": "https://github.com/chef-cookbooks/windows_firewall/pull/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1951228346 | Moved protractor from dependency to dev-dependency
:nut_and_bolt: Description: What code changed, and why?
Signed-off-by: AadeshNichite anichite@progress.com
Moved protractor from dependency to dev-dependency
:chains: Related Resources
https://chefio.atlassian.net/browse/CHEF-7042
:+1: Definition of Done
:athletic_shoe: How to Build and Test the Change
:white_check_mark: Checklist
All PRs must tick these:
[ ] I have read the CONTRIBUTING document.
[ ] All commits signed-off for the Developer Certification of Origin.
With occasional exceptions, all PRs from Progress employees must tick these:
[ ] Is the code clear? (complicated code or lots of comments--subdivide and use well-named methods, meaningful variable names, etc.)
[ ] Consistency checked? (user notifications, user prompts, visual patterns, code patterns, variable names)
[ ] Repeated code blocks eliminated? (adapt and reuse existing components, blocks, functions, etc.)
[ ] Spelling, grammar, typos checked? (at a minimum use make spell in any component directory)
[ ] Code well-formatted? (indents, line breaks, etc. improve rather than hinder readability)
All PRs from Progress employees should tick these if appropriate:
[ ] Tests added/updated? (all new code needs new tests)
[ ] Docs added/updated? (all customer-facing changes)
Please add a note next to any checkbox above if you are NOT ticking it.
:camera: Screenshots, if applicable
No need to work this, input from @arunjn-progress.
| gharchive/pull-request | 2023-10-19T05:00:24 | 2025-04-01T06:38:11.064872 | {
"authors": [
"AadeshNichite"
],
"repo": "chef/automate",
"url": "https://github.com/chef/automate/pull/8269",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
103807706 | chef clean-policy-revisions command
Adds a subcommand to delete unused policy revisions, and fixes some minor issues with the service class discovered in manual integration testing.
CLI output is like this:
bundle exec bin/chef clean-policy-revisions -c ~/.chef/localserver.rb
DELETE aar 37f9b658cdd1d9319bac8920581723efcc2014304b5f3827ee0779e10ffbdcc9
DELETE aar 5c5922d9febb3ee758c60b0bdd423185c7a4e88450c4fdf0cf90450cfcbfe88a
DELETE aar 7a812b7e7570b93b6672e8befab0423be68f8b44109adb5eb0d3cd9a044504c8
DELETE aar d81e80ae9bb9778e8c4b7652d29b11d2111e763a840d0cadb34b46a8b2ca4347
DELETE aar e67f1b04a055017e7de02acb166e2ab18b4682313f381fae6e2fa8f4bc7db4ae
DELETE jenkins 613f803bdd035d574df7fa6da525b38df45a74ca82b38b79655efed8a189e073
DELETE jenkins 6fe753184c8946052d3231bb4212116df28d89a3a5f7ae52832ad408419dd5eb
DELETE jenkins 9c2cae07a5c68ae0ab7d06165e90ded1325a8b0ca94d78cfc2efa4dcfea36244
DELETE jenkins cc1a0801e75df1d1ea5b0d2c71ba7d31c539423b81478f65e6388b9ee415ad87
DELETE jenkins cec985e916690e82c792114c5b10a4e4694981804bcbc5ff89556e6709c28ec1
| gharchive/pull-request | 2015-08-28T22:46:35 | 2025-04-01T06:38:11.066296 | {
"authors": [
"danielsdeleo"
],
"repo": "chef/chef-dk",
"url": "https://github.com/chef/chef-dk/pull/491",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
835317078 | Test
Note: GitHub integration record type. Please leave out any sensitive information.Job to be Done:
As an ,
I want to
So that <reason for needing job/benefit>
Description:
Acceptance Criteria:
Aha! Link: https://chef.aha.io/features/INFRA-1
sdfsadfsdf
| gharchive/issue | 2021-03-18T22:17:52 | 2025-04-01T06:38:11.073863 | {
"authors": [
"tas50"
],
"repo": "chef/chef",
"url": "https://github.com/chef/chef/issues/11206",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
208018502 | Use a real KDF for data bag encryption secrets
Currently we use a single round of SHA256 for deriving the actual AES key. This is okay, but it would be better to use a real-er key derivation function some day like PBKDF2 or if we want to be really fancy, Argon2. This would require a new encryptor version most likely so it will probably take a while to get this in.
Just for the sake of prioritization I can't think of an attack where this would matter so probably can put it off until such time as we're making a v4 encryption for another reason and just slide it in for extra crypto points.
I'm going to close this out at this point since the future of secrets management in Chef Infra Client is not encrypted data bags.
| gharchive/issue | 2017-02-16T05:09:01 | 2025-04-01T06:38:11.075316 | {
"authors": [
"coderanger",
"tas50"
],
"repo": "chef/chef",
"url": "https://github.com/chef/chef/issues/5820",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1799056362 | I want to run a single category dataset. How can I set it to a single category
I want to run a single category dataset. How can I set it to a single category
please tell me, thank eyeryone!!!!!!!!
./examples/train_ssl_abdominal_ct.sh
train_SABS_Superpix_lbgroup0_scale_MIDDLE_vfold0
WARNING - root - Changed type of config entry "min_fg_data" from str to int
INFO - mySSL - Running command 'main'
INFO - mySSL - Started run with ID "12"
INFO - main - ###### Create model ######
NETWORK: Using ms-coco initialization
INFO - main - ###### Load data ######
INFO - main - ###### Labels excluded in training : [2, 3] ######
INFO - main - ###### Unseen labels evaluated in testing: [2, 3] ######
Dataset: the following classes has been excluded [2, 3]######
DEBUG_DATASET CT_STATS NORMALIZED MEAN 0.2503295103060257 STD 0.22380904778564215
Initial scans loaded:
['7', '8', '9', '10', '11', '12']
INFO - main - ###### Set optimizer ######
INFO - main - ###### Training ######
INFO - main - ###### This is epoch 0 of 100 epoches ######
/home/wangyixiong/anaconda3/envs/self/lib/python3.7/site-packages/torch/nn/functional.py:2973: UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details.
"See the documentation of nn.Upsample for details.".format(mode))
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
Faulty batch detected, skip
^CWARNING - mySSL - Aborted after 0:00:20!
Traceback (most recent call last):
File "training.py", line 30, in
@ex.automain
File "/home/wangyixiong/anaconda3/envs/self/lib/python3.7/site-packages/sacred/experiment.py", line 140, in automain
self.run_commandline()
File "/home/wangyixiong/anaconda3/envs/self/lib/python3.7/site-packages/sacred/experiment.py", line 263, in run_commandline
return self.run(cmd_name, config_updates, nam
I am also getting "Faulty batch detected, skip". How to fix this?
| gharchive/issue | 2023-07-11T14:22:13 | 2025-04-01T06:38:11.103677 | {
"authors": [
"enoch1025",
"ibasaisaac"
],
"repo": "cheng-01037/Self-supervised-Fewshot-Medical-Image-Segmentation",
"url": "https://github.com/cheng-01037/Self-supervised-Fewshot-Medical-Image-Segmentation/issues/39",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2191357650 | 🛑 tt is down
In fbe0092, tt (https://telebot-app-serverless-i7z8-chenhaonanniubi.vercel.app/checkhealth) was down:
HTTP code: 500
Response time: 3900 ms
Resolved: tt is back up in 2571c94 after 10 minutes.
| gharchive/issue | 2024-03-18T06:41:12 | 2025-04-01T06:38:11.133284 | {
"authors": [
"chenhaonanniubi"
],
"repo": "chenhaonanniubi/upptime",
"url": "https://github.com/chenhaonanniubi/upptime/issues/4864",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1654825308 | 🛑 tt is down
In 222812a, tt (https://telebot-app-serverless-i7z8-chenhaonanniubi.vercel.app/checkhealth) was down:
HTTP code: 500
Response time: 3131 ms
Resolved: tt is back up in 8e75a6f.
| gharchive/issue | 2023-04-05T02:28:30 | 2025-04-01T06:38:11.135934 | {
"authors": [
"chenhaonanniubi"
],
"repo": "chenhaonanniubi/upptime",
"url": "https://github.com/chenhaonanniubi/upptime/issues/493",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2451631194 | 🛑 tt is down
In 67e95cd, tt (https://telebot-app-serverless-i7z8-chenhaonanniubi.vercel.app/checkhealth) was down:
HTTP code: 500
Response time: 3180 ms
Resolved: tt is back up in 70bfbc2 after 12 minutes.
| gharchive/issue | 2024-08-06T20:22:55 | 2025-04-01T06:38:11.138309 | {
"authors": [
"chenhaonanniubi"
],
"repo": "chenhaonanniubi/upptime",
"url": "https://github.com/chenhaonanniubi/upptime/issues/6705",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1235251144 | 无法解析链接
不知道是哪里出了问题,别人分享的下载链接。
2.0.0版本的也无法解析,显示这个。
3.0.3版本的也无法解析,点击解析没有反应。
链接提供一下
另外,请确保链接在浏览器上是可以正常打开的
这好像是会员链接,我适配一下
浏览器可以打开 https://xiyoufuman.lanzouf.com/b0172ka8j 提取码:9hxn
同道中人啊,可以用这个当备用,https://www.lanzouf.com/b02c4d88d 密码:zfg
我刚发现的,粗糙但蛮好用的
不知道是哪里出了问题,别人分享的下载链接。
2.0.0版本的也无法解析,显示这个。
3.0.3版本的也无法解析,点击解析没有反应。
搞好了,可以试一下
好了耶( •̀ ω •́ )y 大佬辛苦啦❤b( ̄▽ ̄)d 晚安( ̄o ̄) . z Z
| gharchive/issue | 2022-05-13T13:33:13 | 2025-04-01T06:38:11.142455 | {
"authors": [
"FYdz99",
"chenhb23",
"weiter0"
],
"repo": "chenhb23/lanzouyun-disk",
"url": "https://github.com/chenhb23/lanzouyun-disk/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
327447688 | Too many config files
Including configs for things like flow, vscode, and travis adds a lot of mess to clean up for people who don't use those things. Since this is the react electron repo, I feel like it should be stripped down a little.
Which configs should we get rid of?
Just registering another opinion... I think the flow configs are good because they provide an opinionated best practice, which is what boilerplate is for.
I think the editor-specific configs could either be removed (because everybody uses a different editor, and your choise editor isn't necessarily related to the project ecosystem), or it should be an explicit policy that other editor configs are welcomed and maybe put them in editor_configs/ with a README file in that directory explaining the policy. I use Emacs, but VS Code seems to be an emerging norm in the JS community so it's probably helpful to have a config laying around.
Also, wouldn't removing yarn.lock make it pretty difficult to debug issues people are having with the project? yarn.lock in projects I've worked on is always committed to make sure that people are using the same dependencies without having to continually ask everybody to list which version they have installed locally.
In general my opinion is:
It's not that hard to remove config files, and they rarely get in the way. You're going to have to customize this repo for your project anyways. git rming or editing a few config files you don't find helpful is much easier than being a newbie and not having access to sensible config files. For example, being new to the whole ecosystem it would be very hard to create a Flow config from scratch.
The purpose of boilerplate is to help people get going in an ecosystem quickly.
Example config files, even if they're not setup out of the box the way you'd like, are very helpful as it's difficult to come up with from scratch when you're new to an ecosystem.
Config files are a good opportunity to set opinionated best practices, which is especially useful in boilerplate projects. These best practices reflect norms in a community.
Boilerplate seems like the BEST place for config files. The cost of removing/modifying config to fit your preferences is much lower than the cost of not having ready access to example configs.
I like the idea of an editor_configs and I can appreciate that having sample code makes it easier for a newcomer to get started.
The main yarn.lock is certainly important - the one I was talking about is in the app directory and is empty (there are no dependencies in that directory's package.json)
I would argue that Flow isn't actually a best practice and integrating it so deeply makes this project less flexible. Skype, GitHub, and Slack are all using TypeScript. The problem with enforcing a certain stack is that when any part of it becomes obsolete, the whole project does.
It kind of depends on if this project is supposed to be a pure electron-react boilerplate or if it's a "cool stack" that runs on electron and react. Personally, I was just looking for a clean way to structure an application that uses the two technologies.
Cool, those opinions make sense too.
I'm just curious for my own education, are you using this repo with TypeScript? I've just been using Flow since it was already in this project... but I'm not partial to it. Was it easy to get TypeScript working with this?
Whether this project is best as "cool stack" or "basic stack", I could see a change from Flow to TypeScript being a reasonable opinionated change. Coming from non-JavaScript land, there are already a lot of other opinions built-in (Webpack, ES6, testing framework, Redux).
I'd like to see "cool stack". I'm a Rails fan and have seen the "cool stack" decision go the undesirable way (i.e. CoffeeScript), but overall I like things to be opinionated and bundled (Rails for Ruby) vs. piece-together-your-own-together (i.e. Flask for Python). Just opinions though. Good discussion.
You can find my typescript fork under notable forks in the wiki. It's based on version 13.3 and I'll try to update soon with the latest commits.
Regarding the configs, I kinda like the idea of putting them in a separate folder. But I wouldn't delete them, as they are useful to build upon.
@ManuKle very cool!
In #1686, we moved webpack configs to a configs folder. That drops quite a few files from the home directory.
| gharchive/issue | 2018-05-29T19:02:19 | 2025-04-01T06:38:11.169365 | {
"authors": [
"Ellmen",
"ManuKle",
"aguynamedben",
"amilajack",
"vikr01"
],
"repo": "chentsulin/electron-react-boilerplate",
"url": "https://github.com/chentsulin/electron-react-boilerplate/issues/1573",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1032985260 | Adds support to Hadoop compression codec.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sure I think it's a good idea to add more comments.
It's also a good opportunity to look into other serde package and figure out how/when the APIs are called.
Discussed offline, Added some comments. tested locally it worked well for gzip.
Added links to the source. I'll do an overall testing again before sending this PR to the official repo.
| gharchive/pull-request | 2021-10-21T22:15:19 | 2025-04-01T06:38:11.171965 | {
"authors": [
"cheqianh"
],
"repo": "cheqianh/ion-hive-serde",
"url": "https://github.com/cheqianh/ion-hive-serde/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1334495184 | 🛑 Chequeo Colectivo is down
In c6bbbc7, Chequeo Colectivo (https://chequeado.com/colectivo) was down:
HTTP code: 502
Response time: 9077 ms
Resolved: Chequeo Colectivo is back up in 5d58f5a.
| gharchive/issue | 2022-08-10T11:40:09 | 2025-04-01T06:38:11.174406 | {
"authors": [
"giulianobrunero"
],
"repo": "chequeado/status",
"url": "https://github.com/chequeado/status/issues/759",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
337685924 | Don't create PR if you can't finish them
To avoid too much noise on this repo, don't open PR's if you can't or will finish them. At the moment we have 5 open PR. One of this PR have been inactive for the last 15 days - https://github.com/cherow/cherow/pull/153
We also have two PR - closed now - for string literals and ecmaVersion option. This also make up some noise on the repo.
Just be 100% sure before you open a PR. Also be sure that you get reviewers with knowledge enough to understand your way of thinking and the code flow.
https://github.com/cherow/cherow/pull/175 is my last PR. I will from now on push directly due to lack of reviewers and too keep the repo noise down.
cc / @fkleuver @g-plane @Aladdin-ADD
I really don't recommend to push directly.
I have pushed directly from start. As long as I'm only dealing with src folder there is no issue.
I still recommend to open PR. Once you opened a PR and there are no any reviews in several days, you can merge by yourself.
The issue is that somneone open PR and 1) never finish them or 2) never merge them
| gharchive/issue | 2018-07-02T22:33:35 | 2025-04-01T06:38:11.177960 | {
"authors": [
"KFlash",
"g-plane"
],
"repo": "cherow/cherow",
"url": "https://github.com/cherow/cherow/issues/179",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
2611956382 | Unable to pick colors in the ColorPicker node.
I can't select any color other than the default color when loading the node. Normally, when I click the mouse cursor on the color, a color palette pops up, and I just need to move the cursor to the image and pick the color. But today, when I click on the color, nothing happens.
I'm having the same problem. Did you solve it? Can someone help me?
The panel does not appear even though my browser settings do not disable pop-ups.
I have the same problem. In an new install, the color pop screen work flawless. After installing custom nodes, it stop working. It's probably an incompatibility with one of them, but wich one...?
| gharchive/issue | 2024-10-24T15:35:21 | 2025-04-01T06:38:11.198174 | {
"authors": [
"Poukpalaova",
"gonu2024",
"nhathoangfoto"
],
"repo": "chflame163/ComfyUI_LayerStyle",
"url": "https://github.com/chflame163/ComfyUI_LayerStyle/issues/372",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
936132921 | cancelling a template add brings up an error
Hi, just started trying out the plugin, and ran into a curious behaviour.
Whenever I press ESC after selecting a template to add, I get this error:
And this only happens with the add template function, as far as I've noticed.
Thank you! Fixed in the latest version. :)
| gharchive/issue | 2021-07-03T00:46:09 | 2025-04-01T06:38:11.199772 | {
"authors": [
"chhoumann",
"firinael"
],
"repo": "chhoumann/quickadd",
"url": "https://github.com/chhoumann/quickadd/issues/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
93338824 | allow to provide a separate key combo for documentation
it seems that for modifier+key combinations, the event triggers with the english key, even if the layout is in another language (at least for me, using english+hebrew layouts). this seems inherent in javascript. while the best solution is for the framework to map the non english characters to their english equivalent when handling key presses, it seems this is tricky (if possible). an alternative is to just allow to pass a key combination that will be used in the documentation. so while binding to alt+t, the documentation will show alt+א
I'm not in control of this, as all hotkey-specific binding is handled by mousetrap. You may want to open a ticket there
I was suggesting that an optional parameter will be allowed and that will be used for documentation. So I call with both alt+t and alt+א, you pass alt+t to mousetrap and show alt+א in the documentation ('?')
| gharchive/issue | 2015-07-06T18:05:13 | 2025-04-01T06:38:11.201528 | {
"authors": [
"chieffancypants",
"ittayd"
],
"repo": "chieffancypants/angular-hotkeys",
"url": "https://github.com/chieffancypants/angular-hotkeys/issues/160",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1258945295 | 🛑 36kr -实时快讯(newsflashes) is down
In 065b368, 36kr -实时快讯(newsflashes) (https://rssinn.com/36kr/newsflashes) was down:
HTTP code: 404
Response time: 1191 ms
Resolved: 36kr -实时快讯(newsflashes) is back up in 8acdcc3.
| gharchive/issue | 2022-06-02T23:17:33 | 2025-04-01T06:38:11.227817 | {
"authors": [
"chinobing"
],
"repo": "chinobing/upptime-rssinn",
"url": "https://github.com/chinobing/upptime-rssinn/issues/450",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1600933116 | Removing unused modules from UHDM file + dependencies
I translate SystemVerilog files to UHDM with surelog.
Let us say that I want to create a design with top module MyModule:
>> /usr/local/bin/surelog --version
VERSION: 1.47
BUILT : Jan 24 2023
>> /usr/local/bin/surelog -parse -synth -timescale=1ns/1ps
-I$(EDIR) -I$(IDIR) +libext+.sv -y $(MDIR) -top MyModule MyModule.sv
In this call, EDIR is a directory with .sv files containing enumerations, IDIR is a directory with .sv files containing interfaces, and MDIR is a directory containing a large collection of SystemVerilog modules in .sv files.
After analysing the .uhdm file it is apparent that it contains all modules in the MDIR directory, whether or not they are instantiated through the top module.
Is it possible to call surelog in such a way that modules which are not used, directly or indirectly, by the top module are removed from the generated .uhdm file? If not, it would be a good idea to include such an option.
Is it possible to call surelog in such a way that it generates a dependency file listing all .sv files used, directly or indirectly by the top module, to create the design? This would be very useful in Makefile flows.
Hello
As far as I understand, Surelog is a tool that will allow you to fill a uhdm database. What you do with the uhdm database is your custom application.
Surelog is able to perform some elaboration. One elaboration step consist to complete the uhdm database with what you want.
using -d uhdm, the tool will dump the complete uhdm tree.
You should be able to observe a difference by adding -noelab,
So to answer your question, you probably have to write your own application to iterate on only the part of the uhdm data base that interest you.
See:
https://github.com/chipsalliance/Surelog/blob/5fc1993668337fa646adbf1e5e0bd139f2304293/src/hellouhdm.cpp#L103
vs
https://github.com/chipsalliance/Surelog/blob/5fc1993668337fa646adbf1e5e0bd139f2304293/src/hellouhdm.cpp#L150
@StefanoBettelli, can we close this issue? Are you OK with the file suggested above?
Unfortunately I haven't had much time recently to look at it again. However, it seems that this project can hardly be used beyond linting, since there isn't enough documentation, and it is not clear the level of elaboration that is / can be done. There are projects to offload the SystemVerilog fronted of verilator and yosys to Surelog, but so far my efforts at using them consistently in a Makefile flow have failed, due to several shortcomings (not all in Surelog).
For the time being the issue can be closed. I will come back to it if there is any substantial progress.
@StefanoBettelli you really mean a "Makefile" flow or a "CMake" flow?
If you really mean "Makefile" like you have a larger project that uses Makefile and you want to shoehorn Surelog CMake into it,
then it is best to invoke the cmake from the Makefile like in:
https://github.com/chipsalliance/Surelog/blob/efd45b9291cb4aa03c54e9d3d72d90b885571971/Makefile#L23 and not try to convert any of the CMake steps to Makefile
As for the API, the API is the Standard VPI interface (very well documented in the SystemVerilog standard):
Accessed using: https://github.com/chipsalliance/UHDM
Extract of the Standard API for reference: https://github.com/chipsalliance/Surelog/blob/master/third_party/Verilog_Object_Model.pdf
| gharchive/issue | 2023-02-27T10:50:50 | 2025-04-01T06:38:11.236878 | {
"authors": [
"StefanoBettelli",
"Thomasb81",
"alaindargelas"
],
"repo": "chipsalliance/Surelog",
"url": "https://github.com/chipsalliance/Surelog/issues/3487",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
110502166 | Different DOM structure for inline/fenced code blocks
With GFM, both inline code blocks and fenced code blocks provide the following DOM structure:
<p><code>...</code></p>
Inline code block:
`code`
Fenced codeblock:
```
code
```
I would like to style the inline code block differently with CSS than the fenced code block.
How can I do this? There's no way to target the inline code block.
What options are you using? It should produce
<pre><code>...</code><pre>
for fenced/block codes, and
<p><code>...</code>></p>
for inline code. For styling you can select code for inline and pre code for code blocks.
It produces in both cases <p><code>... </code></p>
I'm using default options.
Can you give an example of your code and markdown?
Here is a screenshot. I'm using marked() without any options so it's using default options. As you can see there is no difference between inline code block and a fenced code block.
This is actually correct behaviour in GFM. It's required to have a newline (\n) character after start fence (except you can provide a language extension after start fence)
```\n
Fenced code block\n
becomes
Fenced code block
and
Fenced code block
becomes
Fenced code block
```
The reason is that inline code uses single back ticks so further unescaped back ticks will be ignored in the output.
@fnky Thank you very much. Problem solved. :)
| gharchive/issue | 2015-10-08T17:20:41 | 2025-04-01T06:38:11.262001 | {
"authors": [
"fnky",
"gaui"
],
"repo": "chjj/marked",
"url": "https://github.com/chjj/marked/issues/667",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1251898611 | Does this theme support HRM?
Thanks for this awesome theme.
Does this theme support HRM or it does full reload on every change?
I always get full reloads making changes to my pages.
Hi @khalidchawtany
At this time it does not support HMR, I did't find a way to implement it.
Thanks Khalid
HRM works for JS and CSS files, but if changes are made to the template files the server needs to reload the page to reflect those changes.
Hope this clarify your question @khalidchawtany.
Thanks that is very nice. I wish it worked for templates too. However, I know that it is almost impossible to implement :(
| gharchive/issue | 2022-05-29T14:04:46 | 2025-04-01T06:38:11.264648 | {
"authors": [
"chkilel",
"khalidchawtany"
],
"repo": "chkilel/vitewind-theme",
"url": "https://github.com/chkilel/vitewind-theme/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
220445653 | dont append confirmDate to native inputs
fixes #742
Coverage remained the same at 87.67% when pulling ae2da50a5d0509b42a89fdf0dec14e3719ba2e03 on webdevan:master into 1f1d629c4708a1e06422dcdbba5acbe0e1f7804e on chmln:master.
| gharchive/pull-request | 2017-04-09T03:55:04 | 2025-04-01T06:38:11.267766 | {
"authors": [
"coveralls",
"webdevan"
],
"repo": "chmln/flatpickr",
"url": "https://github.com/chmln/flatpickr/pull/743",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
315806877 | support nginx-1.14.x
try to fix https://github.com/chobits/ngx_http_proxy_connect_module/issues/12
Tested-by: Xiaochen Wang xiaochen
Date: Thu Apr 19 17:57:07 CST 2018
hostname: Xiaochens-MacBook-Pro.local
pwd: /Users/xiaochen/work/github/ngx_http_proxy_connect_module
cases: t/http_proxy_connect.t
git log:
case result:
$ MOD_DYCONF_PATH=/Users/xiaochen/work/github/ngx_http_proxy_connect_module TEST_NGINX_BINARY=/Users/xiaochen/work/github/nginx-1.14.0/objs/nginx prove -v -I /Users/xiaochen/work/github/nginx-tests/lib t/http_proxy_connect.t
t/http_proxy_connect.t ..
DNS server: try to bind server port: 18085
DNS server: daemon pid: 41072
DNS server: working
ok 1 - 200 Connection Established
ok 2 - 200 Connection Established server name
ok 3 - 200 Connection Established server name
ok 4 - 200 Connection Established server name
ok 5 - 200 Connection Established not allowed port
ok 6 - Get method: proxy_pass
ok 7 - Get method: return 200
ok 8 - set remote address
ok 9 - set local address and remote address
ok 10 - $connect_host, $connect_port, $connect_addr
ok 11 - dns resolver fail
ok 12 - skip proxy connect module without rewrite phase enabled
ok 13 - skip proxy connect module without rewrite phase enabled: if/return
DNS server: stop
1..13
ok 14 - no alerts
ok 15 - no sanitizer errors
All 13 subtests passed
Test Summary Report
-------------------
t/http_proxy_connect.t (Wstat: 0 Tests: 15 Failed: 2)
Failed tests: 14-15
Parse errors: Plan (1..13) must be at the beginning or end of the TAP output
Bad plan. You planned 13 tests but ran 15.
Files=1, Tests=15, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.11 cusr 0.06 csys = 0.20 CPU)
Result: FAIL
Report-generated-by: http://wxc.oss.aliyuncs.com/dtest.sh
| gharchive/pull-request | 2018-04-19T09:54:33 | 2025-04-01T06:38:11.280282 | {
"authors": [
"chobits"
],
"repo": "chobits/ngx_http_proxy_connect_module",
"url": "https://github.com/chobits/ngx_http_proxy_connect_module/pull/40",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
363281546 | (Skype) Changed InnoSetup /SILENT parameter to /VERYSILENT
Description
Using /VERYSILENT instead of /SILENT makes Inno Setup a bit quieter.
Motivation and Context
Users are understandably concerned about "mystery" install windows.
How Has this Been Tested?
Manually downloaded https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.30.0.50.exe, and ran installer with same parameters as in chocolateyInstall.ps1, except /SILENT was changed to /VERYSILENT. Installation succeeded and no installation windows appeared. Skype still (re)launches after installation.
Types of changes
Minor (largely cosmetic) change
Checklist:
[x ] My code follows the code style of this repository.
[ ] My change requires a change to documentation (this usually means the notes in the description of a package).
[ ] I have updated the documentation accordingly (this usually means the notes in the description of a package).
[x ] All files are up to date with the latest Contributing Guidelines
[ ] The added/modified package passed install/uninstall in the chocolatey test environment.
[x ] The changes only affect a single package (not including meta package).
:white_check_mark: Package verification completed without issues. PR is now pending human review
@regexaurus your changes have been merged, thanks for your contribution 👍
| gharchive/pull-request | 2018-09-24T19:09:32 | 2025-04-01T06:38:11.287464 | {
"authors": [
"AppVeyorBot",
"pascalberger",
"regexaurus"
],
"repo": "chocolatey/chocolatey-coreteampackages",
"url": "https://github.com/chocolatey/chocolatey-coreteampackages/pull/1115",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
271154834 | RFP - Croscore fonts
The Chrome OS core fonts, also known as the Croscore fonts, are a collection of three TrueType font families: Arimo (sans-serif), Tinos (serif) and Cousine (monospace). These fonts are metrically compatible with Arial, Times New Roman, and Courier New, the most commonly used fonts on Microsoft Windows operating system, for which they are intended as open-source substitutes.
More info: https://en.wikipedia.org/wiki/Croscore_fonts
Download link: https://gsdview.appspot.com/chromeos-localmirror/distfiles/
Please also supply the home page for these fonts, before we can make this available for maintainers.
Homepage: https://fonts.google.com/
More specificaly: Amiro, Tinos and Cousine.
I MIGHT look into this.
Looks like this is the latest version right? https://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-1.31.0.tar.bz2
I completely forgot about this.
Done!
https://chocolatey.org/packages/croscorefonts-font
@rogersachan, since you seem appreciative...
https://chocolatey.org/packages/crosextrafonts-caladea-font/2013.02.14
https://chocolatey.org/packages/crosextrafonts-carlito-font/2013.09.20
Thanks so much for this!
| gharchive/issue | 2017-11-04T01:05:16 | 2025-04-01T06:38:11.293465 | {
"authors": [
"AdmiringWorm",
"bcurran3",
"dimqua",
"rogersachan"
],
"repo": "chocolatey/chocolatey-package-requests",
"url": "https://github.com/chocolatey/chocolatey-package-requests/issues/200",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
55399369 | How can I get installed programs instantly in current cmd window?
Every time I install a program I had to restarted my cmd window. Is there any convenient ways to get them in current cmd window? Simething like 'source file.sh' in unix ?
P.S. - I am using Windows 7
If you are in cmd.exe and not powershell you can type refreshenv
Chocolatey comes with a batch file named the above and will query the registry and reset all of your environment variables.
Perhaps we need more documentation surrounding that.
Is it possible to get RefreshEnv to work in powershell too?
If it cannot, there should be a warning message if RefreshEnv is used in powershell instead of a silent fail.
It's an issue with Windows inability to refresh shells. It doesn't have
anything to do with choco itself. Now that that is it off the way,
refreshenv is a stop gap for choco to keep you from having to close and
reopen your cmd window. Its also mostly undocumented. The recommendation is
that you close and reopen your shell.
You can also do PowerShell if you call &
c:\programdata\chocolatey\chocolateyinstall\helpers\Update-Session.ps1 (the
path may not be exactly right but you get the idea)- it may require
importing the module first and then calling update-session.
On Tuesday, January 27, 2015, Andy Li notifications@github.com wrote:
Is it possible to get RefreshEnv to work in powershell too?
If it cannot, there should be a warning message if RefreshEnv is used in
powershell instead of a silent fail.
—
Reply to this email directly or view it on GitHub
https://github.com/chocolatey/chocolatey/issues/666#issuecomment-71639225
.
--
Rob
"Be passionate in all you do"
http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder
Do you mean Update-SessionEnvironment? I tried adding it to the end of chocolateyInstall.ps1, but it seems to have no effect - the path var is not updated in powershell.
It actually does work but you need to call it separately outside of a choco
call (which starts up and closes a separate posh process).
On Tuesday, January 27, 2015, Andy Li notifications@github.com wrote:
Do you mean Update-SessionEnvironment
https://github.com/chocolatey/chocolatey/wiki/HelpersUpdateSessionEnvironment?
I tried adding it to the end of chocolateyInstall.ps1, but it seems to
have no effect - the path var is not updated in powershell.
—
Reply to this email directly or view it on GitHub
https://github.com/chocolatey/chocolatey/issues/666#issuecomment-71654814
.
--
Rob
"Be passionate in all you do"
http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder
Umm.. I thought the helpers are meant to be called inside chocolateyInstall.ps1...
Yes, they are. But anything they do with respect to environment vars only
lasts during that choco run. Once it comes back to the shell, all child
process changes are gone. It would be an egregious security issue with
Windows if child processes did more than they do to the parent process.
I'm giving you an option for updating your environment variables. Also
undocumented and not supported. Ymmv. Remember, you can just close and
reopen your shell as well.
On Tuesday, January 27, 2015, Andy Li notifications@github.com wrote:
Umm.. I thought the helpers are meant to be called inside
chocolateyInstall.ps1...
—
Reply to this email directly or view it on GitHub
https://github.com/chocolatey/chocolatey/issues/666#issuecomment-71655906
.
--
Rob
"Be passionate in all you do"
http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder
Hi Rob,
I was just able to reproduce it my win 7. First I run "choco install java". It says not found.Running "choco install jdk" also fails as you can see in the screen and after that new blank window appears it just freezes nothing happens after that.
@ahmedmohiduet does this fail if you switch over to 0.9.9?
I guess I will have to check it again. Will let you know after successful reproduce :)
| gharchive/issue | 2015-01-25T05:46:47 | 2025-04-01T06:38:11.310309 | {
"authors": [
"ahmedmohiduet",
"andyli",
"ferventcoder"
],
"repo": "chocolatey/chocolatey",
"url": "https://github.com/chocolatey/chocolatey/issues/666",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
129649359 | [WIP] Compare energy components with antechamber/prmtop route
This is the beginning of a PR to compare energy components with a prmtop route for loading parameters.
Currently, the test fails because the imatinib prmtop seems to lead to very different nonbonded forces:
Energy components:
NonbondedForce -203.736379 31.680160 : 235.416539
HarmonicBondForce 6.160988 6.248384 : 0.087396
HarmonicAngleForce 5.330822 5.329843 : 0.000980
PeriodicTorsionForce 13.253722 8.783295 : 4.470427
CMMotionRemover 0.000000 0.000000 : 0.000000
Maximum allowed deviation (0.600000) exceeded.
I'm not sure why this is, but I am investigating. I also don't know the origin of the chemicals/imatinib/imatinib.prmtop file.
It may be better for me to compare with a prmtop/inpcrd generated on the fly from either the same procedure I am using for generating the residue templates or the intermediate GAFF mol2/frcmod files used in generating the residue templates.
The error is now much smaller:
Energy components:
NonbondedForce -203.736307 -206.509692 : 2.773386
HarmonicBondForce 6.160980 6.248380 : 0.087400
HarmonicAngleForce 5.330831 5.329848 : 0.000983
PeriodicTorsionForce 13.253717 8.783295 : 4.470422
CMMotionRemover 0.000000 0.000000 : 0.000000
Maximum allowed deviation (0.600000) exceeded.
Will need to do more debugging but raised the max allowed deviation to 5 for now.
| gharchive/pull-request | 2016-01-29T02:49:00 | 2025-04-01T06:38:11.313141 | {
"authors": [
"jchodera"
],
"repo": "choderalab/openmoltools",
"url": "https://github.com/choderalab/openmoltools/pull/185",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
339644403 | Nonequilibrium switching fails with new OpenMM API
I think this is actually an update that needs to be made in openmmtools. The AlchemicalState object is unaware of how to set the global parameter lambda_electrostatics if it's covered by the regular NonbondedForce.
cc: https://github.com/choderalab/openmmtools/issues/359
@pgrinaway This should be resolved using the latest OpenMM 7.3.0 dev build now that https://github.com/pandegroup/openmm/pull/2119 and https://github.com/pandegroup/openmm/pull/2115 have been merged.
OK to close?
@brycestx points out we need to revise things so that we explicitly add the global context parameters to NonbondedForce now that the API has been extended.
Fixed in the OpenMM 7.3.1 bugfix release.
| gharchive/issue | 2018-07-09T23:43:18 | 2025-04-01T06:38:11.316719 | {
"authors": [
"jchodera",
"pgrinaway"
],
"repo": "choderalab/perses",
"url": "https://github.com/choderalab/perses/issues/476",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1874447426 | Mark arm9 as Decompressed, and Change Shiny Value Offset Output to Hex
I'm not sure if I did this right, but hopefully this should only include:
Explicitly marking the arm9 as decompressed
Outputting the Shiny Value offset in hex
Thanks for these changes @digikitty21 ! Merged to main.
| gharchive/pull-request | 2023-08-30T22:13:27 | 2025-04-01T06:38:11.323447 | {
"authors": [
"choogiesaur",
"digikitty21"
],
"repo": "choogiesaur/hgss-shiny-modifier",
"url": "https://github.com/choogiesaur/hgss-shiny-modifier/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
726601976 | Harden Puppet datatypes
Some of the datatypes are not as strict as they could be. To make the usage safer, the should be hardened.
thank you!
| gharchive/issue | 2020-10-21T15:31:27 | 2025-04-01T06:38:11.330829 | {
"authors": [
"bastelfreak",
"ripienaar"
],
"repo": "choria-io/puppet-mcollective",
"url": "https://github.com/choria-io/puppet-mcollective/issues/263",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2674200253 | minor issue with new ffmpeg stack on .16
Hi,
After upgrading to .16 and trying out the new ffmpeg stack, it seems to work quite well from initial impressions, perhaps loading a bit faster. The one issue I've encountered is when playing back via Kodi's iptv plugin. It would immediately fail without opening the stream. The log showed:
CCurlFile::Open - http://192.168.1.135:8000/stream/channels/1fa17176-a81c-495c-a631-67a375320412.ts Failed with code 500:
Pasting the url into vlc also resulted in failed playback. By changing the .ts to .m3u8 I was able to play back in vlc successfully, so I edited the channels.m3u and changed each .ts instance to .m3u8. This restored my kodi iptv functionality.
I should note that the above is not necessary using the old ffmpeg stack. Thanks again as always!
Any relevant logs on the server side?
Also can you provide a few more details? Like are you using hw accel? If so, which kind?
I was able to reproduce this. Will have a fix today. Thanks for testing!
Sorry I didn't get you the logs earlier, life interrupted me. Thanks for identifying the cause and I'm looking forward to the fix.
Been using the docker vaapi and load times in Kodi are in the ~1-2 second range with the new ffmpeg changes (down a second or so). Every bit as fast as traditional linear tv!
| gharchive/issue | 2024-11-20T03:11:31 | 2025-04-01T06:38:11.365713 | {
"authors": [
"chrisbenincasa",
"pavlov70"
],
"repo": "chrisbenincasa/tunarr",
"url": "https://github.com/chrisbenincasa/tunarr/issues/974",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
104799176 | Curses has been removed from Standard Library
Please add runtime dependency to curse ~> 1.0 if Ruby is > 2.1
Thanks for opening the issue. I'll take care of this as soon as I get a chance.
This has been addressed. Thanks again for pointing it out @felipebalbi
Hey, no problem. I'll have a look at how you did it. I knew about adding it to gemspec, but didn't know how to add it conditionally on ruby version :-)
| gharchive/issue | 2015-09-03T23:10:09 | 2025-04-01T06:38:11.370523 | {
"authors": [
"chrisccerami",
"felipebalbi"
],
"repo": "chrisccerami/ascii_art",
"url": "https://github.com/chrisccerami/ascii_art/issues/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
277513634 | ValueError: You are tring to use the old GPU back-end.
Hi I use windows 10 to implement the project and it turns out the error below:
ValueError: You are tring to use the old GPU back-end. It was removed from Theano. Use device=cuda*
I tried to follow your link that from error
https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end(gpuarray)
and install theano pygpu, but nothing good come out.
I also tried change the Theano variable device = gpu to device = cuda0 and it gives me the error below:
(py3) C:\Users\speed\source\3D-R2N2>python demo.py prediction.obj
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)
NoneType
Downloading a pretrained model
Traceback (most recent call last):
File "demo.py", line 84, in
main()
File "demo.py", line 55, in main
download_model(DEFAULT_WEIGHTS)
File "demo.py", line 34, in download_model
'--create-dirs', '-o', fn])
File "C:\Users\speed\AppData\Local\Programs\Python\Python35\Lib\subprocess.py", line 557, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\speed\AppData\Local\Programs\Python\Python35\Lib\subprocess.py", line 947, in init
restore_signals, start_new_session)
File "C:\Users\speed\AppData\Local\Programs\Python\Python35\Lib\subprocess.py", line 1224, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Could you please advise me the way to compile it, thanks.
Hi, I have the same error with you. Have you solved this problem?
I lowered the Theano version 7.x then it worked.
Thanks!
I use the Theano version 0.8.0 then it works.
I found another way to solve at ValueError «You are trying to use the old GPU back-end» when importing keras
According to cgl, please type in terminal "export THEANO_FLAGS=mode=FAST_RUN,device=cuda,floatX=float32"
Thanks!
I use the Theano version 0.8.0 then it works.
I am getting - AttributeError: ('This name is already taken', 'floatX')
| gharchive/issue | 2017-11-28T19:43:10 | 2025-04-01T06:38:11.379150 | {
"authors": [
"CloudChoSony",
"SJTUPanda",
"ShubhayanS",
"speed8928"
],
"repo": "chrischoy/3D-R2N2",
"url": "https://github.com/chrischoy/3D-R2N2/issues/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2367588031 | feat: configurable number of results. multiple languages.
I left the version number unchanged. You might wanna update that later. ;)
Thx! Yeah, updating the version number is sth that I do with btw releases. Will do one later today
Release as 1.1.0: https://github.com/chrisgrieser/alfred-wikipedia-suggest/releases/download/1.1.0/alfred-wikipedia-suggest.alfredworkflow
Just so you know, I made some minor changes, like using , as delimiter instead of /, as that's what most workflows do, so you might have go over your settings briefly.
| gharchive/pull-request | 2024-06-22T05:44:41 | 2025-04-01T06:38:11.383224 | {
"authors": [
"Sponge-bink",
"chrisgrieser"
],
"repo": "chrisgrieser/alfred-wikipedia-suggest",
"url": "https://github.com/chrisgrieser/alfred-wikipedia-suggest/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
95999913 | Diacritical problems on older devices
Hi!
I've been using you library for a while now without any problems, but now I have a project in which, some of the texts have diacritics. I don't know the exact android version on which it runs OK and from which it has problems, but it seems like pre-L devices don't show the diacritical characters with the custom font.
Sorry, seems like the font I was using had problems. Changed it to another and it works
| gharchive/issue | 2015-07-20T06:57:07 | 2025-04-01T06:38:11.394784 | {
"authors": [
"elod91"
],
"repo": "chrisjenx/Calligraphy",
"url": "https://github.com/chrisjenx/Calligraphy/issues/192",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1108770310 | I don't think you need Luxon
Just an FYI. I think you can use https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat.
@jshwlkr I've decided to keep it for now. Eleventy uses Luxon internally so I'm happy to keep the tooling the same.
| gharchive/issue | 2022-01-20T02:42:29 | 2025-04-01T06:38:11.408258 | {
"authors": [
"chrissy-dev",
"jshwlkr"
],
"repo": "chrissy-dev/eleventy-web-starter",
"url": "https://github.com/chrissy-dev/eleventy-web-starter/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
108501121 | Transpile with Babel prior to publishing to npm
This enables Node environments to use require('formsy-react') instead of
having to transpile it themselves
Fixes #220
Should not really have any affect on callers - transpiled code is functionally equivalent
FYI I wrote this on react-0.14 because that's the branch I am using. This should apply without issues to master, too.
:+1: please merge this
If anyone wants to use this now - I've forked your fork with the ./lib built and checked in. https://github.com/tomatau/formsy-react/tree/react-0.14
you can:
"dependencies": {
"formsy-react": "tomatau/formsy-react#react-0.14"
Thanks @tomatau
Ideally we'd configure the .npmignore so it doesn't include ./src files, but only ./lib files - that way people who download the package don't have extraneous files
Precisely! But we don't want to create an npm module copy of formsy-react just whilst waiting for this merge :)
Great, thanks!
New version will be released this weekend, with latest version of React 0.14
@christianalfoni :beers: :+1:
| gharchive/pull-request | 2015-09-26T22:57:07 | 2025-04-01T06:38:11.412838 | {
"authors": [
"christianalfoni",
"danpantry",
"tomatau"
],
"repo": "christianalfoni/formsy-react",
"url": "https://github.com/christianalfoni/formsy-react/pull/221",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
833188777 | [Wiki] Link to download v1.6 on the Wiki please.
Please can you update the Wiki with a link to v1.6 for the Anbernic 351m, many thanks for your hard work!.
I will eventually but it will take some time. Until then, you can download the current image and update online to it. Stay tuned.
OK that makes sense, i appreciate the response.
| gharchive/issue | 2021-03-16T20:54:47 | 2025-04-01T06:38:11.414204 | {
"authors": [
"binhex",
"christianhaitian"
],
"repo": "christianhaitian/arkos",
"url": "https://github.com/christianhaitian/arkos/issues/295",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
117586322 | Sticky state doesn't work when applied to a state with params
Hi, sticky state doesn't seem to work when it has parameters.
Example:
.state('main.products', {
url: '/products/:product_id',
sticky: true
})
.state('main.products.details', {
url: '/details'
})
When you navigate between these 'main.product.details ' states while changing product_id, you will get an error.
Plunk: http://plnkr.co/edit/czXStZZCQ9wDZ4mVqtA2?p=info
Step by step log:
Go to products/1/details
Current transition: main: {}: -> main.products.details: {"product_id":1}
Before transition, inactives are: : []
After transition, inactives will be: []
Transition will exit: ["(main)"]
Transition will enter: ["(main)", "ENTER: main.products", "ENTER: main.products.details"]
SurrogateFromPath: ["main"]
SurrogateToPath: ["main", "main.products", "main.products.details"]
Current state: main.products.details, inactive states: []
Go to products/2/details
Current transition: main.products.details: {"product_id":"1"}: -> main.products.details: {"product_id":2}
Before transition, inactives are: : []
After transition, inactives will be: ["main.products", "main.products.details"]
Transition will exit: ["(main)", "INACTIVATE: main.products", "INACTIVATE: main.products.details"]
Transition will enter: ["(main)", "ENTER: main.products", "ENTER: main.products.details"]
SurrogateFromPath: ["main", "inactivate:main.products", "inactivate:main.products.details"]
SurrogateToPath: ["main", "main.products", "main.products.details"]
Current state: main.products.details, inactive states: ["main.products.details", "main.products"]
Go to products/3/details and get an error
Current transition: main.products.details: {"product_id":"2"}: -> main.products.details: {"product_id":3}
Before transition, inactives are: : ["main.products.details", "main.products"]
After transition, inactives will be: ["main.products", "main.products.details"]
Transition will exit: ["(main)", "INACTIVATE: main.products", "INACTIVATE: main.products.details"]
Transition will enter: ["(main)", "RELOAD: main.products", "RELOAD: main.products.details"]
SurrogateFromPath: ["main", "inactivate:main.products", "inactivate:main.products.details"]
SurrogateToPath: ["main", "main.products", "main.products.details"]
Exiting main.products.details because it's a substate of main.products and wasn't found in Object {}
transition failed TypeError: Cannot read property 'globals' of null
If I add intermediate state like this:
.state('main.products', {
url: '/products',
sticky: true
})
.state('main.products.product', {
url: '/:product_id'
})
.state('main.products.product.details', {
url: '/details'
})
it will work for my purpose, but it's not very convenient in terms of the app structure.
It seems to be what it's happening to me.
Here's a plunker. Go to 'Tabs` and then go back and forth between the two existing tabs and you'll see the controllers being reloaded. Unless I'm doing something wrong...
No, in my case I think it was my misunderstanding of the main sticky state concept - its scope should stay and controller shold not be reloaded. So I ended with an intermidiate state which was mentioned at the end of my question.
| gharchive/issue | 2015-11-18T13:25:33 | 2025-04-01T06:38:11.428449 | {
"authors": [
"monsterxxx",
"rguerreiro"
],
"repo": "christopherthielen/ui-router-extras",
"url": "https://github.com/christopherthielen/ui-router-extras/issues/273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
57436847 | fix(future): fixed absence of url for real parent of future state
If you have an already registered abstract (no url) parent state and you try to register a new future state which is a child of this parent, I found that this fix is needed in order to stop a JS error. The error occurs because it seems that navigable is not always set; in these cases it's trying to access the url property of a null navigable object.
manually merged
| gharchive/pull-request | 2015-02-12T09:36:30 | 2025-04-01T06:38:11.430114 | {
"authors": [
"christopherthielen",
"maximumduncan"
],
"repo": "christopherthielen/ui-router-extras",
"url": "https://github.com/christopherthielen/ui-router-extras/pull/167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
156113508 | Submit button broke
The form tag was removed, so the submit button no longer worked. Just did a quick change to run when #run is clicked.
Already caught this here, but had not pushed to master. Thanks!
| gharchive/pull-request | 2016-05-21T17:44:34 | 2025-04-01T06:38:11.431277 | {
"authors": [
"Schwanksta",
"chriswhong"
],
"repo": "chriswhong/postgis-preview",
"url": "https://github.com/chriswhong/postgis-preview/pull/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
508284080 | Phone format
When I have a phone number like 8888888888, can we set this into the textfield to format (888) 888-8888? Also when type the number can this be format into a format mentioned?
up
| gharchive/issue | 2019-10-17T07:17:43 | 2025-04-01T06:38:11.467287 | {
"authors": [
"Ashutar",
"lazarte"
],
"repo": "chronotruck/FlagPhoneNumber",
"url": "https://github.com/chronotruck/FlagPhoneNumber/issues/134",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
58994772 | Extending Minify to load a controller from a different location
For an internal implementation of Minify integrated with our own MVC
framework, we needed to load a custom controller for use with our views,
and using the naming convention for our framework for the controller class
Minify would fail, attempting instead to load Minify_Controller_etcetc.
The fix for this was of course to override serve() in our Minify extended
class (which we had already created as a wrapper as a matter of good
practice), but copying and pasting the entirety of serve(), which does
quite a few things and has changed between releases of Minify, seems the
wrong way to do this to override one simple little autoload method.
As a proposed patch (attached) I've moved the controller loading to a
separate static method in Minify and call this from within serve(),
allowing anyone that wishes to do so to just override this loadController()
method.
Not sure if this is solving an edge-case here, but it feels like a better
way to do this overall.
Original issue reported on code.google.com by 1stv...@gmail.com on 29 Oct 2008 at 9:39
Attachments:
Minify.patch
You do not need to extend Minify to do this. Simply create a controller object
(load
it however you want) and pass it as the first parameter to serve(). It's
easiest,
but not required, to make your controller a subclass of Minify_Controller_Base.
{{{
$myController = MyFramework::factory('MinifyController');
Minify::serve($myController, $options);
}}}
serve() only uses its loader if you pass a string. I'm sorry this isn't well-
documented yet; here's the phpdoc line that specifies this:
http://code.google.com/p/minify/source/browse/tags/release_2.1.0/min/lib/
Minify.php#135
Original comment by mrclay....@gmail.com on 29 Oct 2008 at 2:43
Changed title: Extending Minify to load a controller from a different location
Changed state: WontFix
I labelled this incorrectly, sorry for the noise.
Original comment by mrclay....@gmail.com on 27 Nov 2008 at 3:49
Changed state: Invalid
| gharchive/issue | 2015-02-26T00:25:53 | 2025-04-01T06:38:11.537679 | {
"authors": [
"GoogleCodeExporter"
],
"repo": "chrsmithdemos/minify",
"url": "https://github.com/chrsmithdemos/minify/issues/65",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.