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 |
---|---|---|---|---|---|
250779351
|
Allow Rails 5.1.x
Coverage remained the same at 99.796% when pulling 3dbd72574f2857de9216991704788879587d6fe8 on mswiszcz:master into 83368e8f8b6ced80bd8d1ac9681d6f9a1aa05343 on sungwoncho:master.
I very need this pull request in master
|
gharchive/pull-request
| 2017-08-16T22:33:32 |
2025-04-01T06:41:18.216332
|
{
"authors": [
"coveralls",
"mswiszcz",
"nikolaylositskiy"
],
"repo": "sungwoncho/has_friendship",
"url": "https://github.com/sungwoncho/has_friendship/pull/47",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
446970721
|
Fixed transparency on iOS
@surajitsarkar19 can we get this merged and deployed? It's quite important for shadows etc.
Hi I am still not able to get it working on iOS. Any help?
|
gharchive/pull-request
| 2019-05-22T07:16:44 |
2025-04-01T06:41:18.228696
|
{
"authors": [
"cbothra",
"ffMathy",
"shkatulo"
],
"repo": "surajitsarkar19/react-native-radial-gradient",
"url": "https://github.com/surajitsarkar19/react-native-radial-gradient/pull/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
760284747
|
getLanguages method
:tada: This PR is included in version 1.11.0 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
|
gharchive/pull-request
| 2020-12-09T12:24:00 |
2025-04-01T06:41:18.235258
|
{
"authors": [
"svoboda-rabstvo"
],
"repo": "svoboda-rabstvo/ngx-translate-lint",
"url": "https://github.com/svoboda-rabstvo/ngx-translate-lint/pull/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
406192767
|
I am gettiing fetch error and file not found exception
My web.xml:
<servlet>
<servlet-name>Jersey Web Application</servlet-name>
<servlet-class>org.glassfish.jersey.servlet.ServletContainer</servlet-class>
<init-param>
<param-name>jersey.config.server.provider.packages</param-name>
<param-value>com.mongo,io.swagger.jaxrs.listing</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>SwaggerBootstrap</servlet-name>
<servlet-class>com.mongo.SwaggerConfiguration</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Jersey Web Application</servlet-name>
<url-pattern>/rest/*</url-pattern>
</servlet-mapping>
My SwaggerConfiguration.java:
package com.mongo;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import io.swagger.jaxrs.config.BeanConfig;
public class SwaggerConfiguration extends HttpServlet{
public void init(ServletConfig config) throws ServletException {
super.init(config);
BeanConfig beanConfig = new BeanConfig();
beanConfig.setTitle("Swagger UI");
beanConfig.setVersion("1.0");
beanConfig.setSchemes(new String[]{"http"});
beanConfig.setHost("localhost:8080");
beanConfig.setBasePath("/MongoWeb/rest");
beanConfig.setResourcePackage("com.mongo");
beanConfig.setScan(true);
beanConfig.setDescription("Swagger Integration");
System.out.println("Swagger");
}
}
when i type my url: http://localhost:8080/MongoWeb/
I am getting
Fetch error: undefined http://localhost:8080/MongoWeb/rest/api-docs
And when i clicked on inspect i am getting error as:
404 http://localhost:8080/MongoWeb/rest/api-docs not found...
Can Anyone Tell where i went wrong?
And what changes should me made in my web.xml to rum the application
|
gharchive/issue
| 2019-02-04T06:05:35 |
2025-04-01T06:41:18.237387
|
{
"authors": [
"geethaharika"
],
"repo": "swagger-api/swagger-core",
"url": "https://github.com/swagger-api/swagger-core/issues/3104",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
267165174
|
Use ccache
@isuruf Can you help me in fixing this?
|
gharchive/pull-request
| 2017-10-20T12:49:56 |
2025-04-01T06:41:18.241544
|
{
"authors": [
"ShikharJ"
],
"repo": "symengine/symengine.py",
"url": "https://github.com/symengine/symengine.py/pull/202",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
322011887
|
Feature/hackathon may 18 render custom number of rows
Create by mistake in this repo
|
gharchive/pull-request
| 2018-05-10T17:20:19 |
2025-04-01T06:41:18.260165
|
{
"authors": [
"gestevez"
],
"repo": "tableau/webdataconnector",
"url": "https://github.com/tableau/webdataconnector/pull/250",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
640074773
|
Release 0.8.0
Thanks, forgot to do this. Do you mind changing the version in version.cr too?
Ready for review now @taylorfinnell
|
gharchive/pull-request
| 2020-06-17T01:34:38 |
2025-04-01T06:41:18.267676
|
{
"authors": [
"taylorfinnell",
"xaviablaza"
],
"repo": "taylorfinnell/awscr-signer",
"url": "https://github.com/taylorfinnell/awscr-signer/pull/50",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
65673767
|
Add caches to build
Merciiiii
:+1:
|
gharchive/pull-request
| 2015-04-01T12:34:23 |
2025-04-01T06:41:18.284414
|
{
"authors": [
"Shine-neko",
"amenophis"
],
"repo": "tempo-project/tempo",
"url": "https://github.com/tempo-project/tempo/pull/74",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
950614607
|
Disable throttling on pipelines that bootstrap the node from a peer
@akoptelov
do we have other/specific tests for throttling?
There is one, still locally in WIP, in shell/tests.
|
gharchive/pull-request
| 2021-07-22T12:39:39 |
2025-04-01T06:41:18.291067
|
{
"authors": [
"akoptelov",
"bkontur",
"tizoc"
],
"repo": "tezedge/tezedge",
"url": "https://github.com/tezedge/tezedge/pull/705",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
245332314
|
fix #5
Hey, thanks for making the pull request :) I'd never heard of the ww library before, it's pretty neat. I love those hacky little backports, reading vars from other stack frames — pytest's assertions also come to mind.
Anyway, instead of adding an external dependency, I'd rather just change the f strings to use vanilla .format(). I'll make that change and release a new version today.
great!
Oh, yeah, I forgot to mention I released 1.3.1, in case you missed it.
@theY4Kman already using it, thanks!
|
gharchive/pull-request
| 2017-07-25T09:03:35 |
2025-04-01T06:41:18.295920
|
{
"authors": [
"bashu",
"theY4Kman"
],
"repo": "theY4Kman/infusionsoft-client",
"url": "https://github.com/theY4Kman/infusionsoft-client/pull/6",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
335741248
|
Added R language gallery files.
Nice - thanks.
|
gharchive/pull-request
| 2018-06-26T09:48:44 |
2025-04-01T06:41:18.306164
|
{
"authors": [
"Murray2015",
"matthew-brett"
],
"repo": "thehackerwithin/UoB",
"url": "https://github.com/thehackerwithin/UoB/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
163739248
|
Buffer128 param should be four Buffer32 params
This parameter, and its singular command, is too underspecified. Thus, it was implemented in a manual manner by the compiler.
|
gharchive/issue
| 2016-07-04T20:24:53 |
2025-04-01T06:41:18.319285
|
{
"authors": [
"thelink2012"
],
"repo": "thelink2012/gta3sc",
"url": "https://github.com/thelink2012/gta3sc/issues/17",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
372830296
|
Add manageiq-providers-openstack-devstack test job
recheck
|
gharchive/pull-request
| 2018-10-23T06:36:12 |
2025-04-01T06:41:18.320787
|
{
"authors": [
"liu-sheng"
],
"repo": "theopenlab/openlab-zuul-jobs",
"url": "https://github.com/theopenlab/openlab-zuul-jobs/pull/342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
84972443
|
Update gitian build guide to link to Debian 8.0
Have you tested 8.0 to verify that there are no wonky build issues like for ex. the SSL problems we had before?
Closing in favour of https://github.com/bitcoin/bitcoin/pull/6419/files
|
gharchive/pull-request
| 2015-06-04T08:02:49 |
2025-04-01T06:41:18.321976
|
{
"authors": [
"fanquake",
"theuni"
],
"repo": "theuni/bitcoin",
"url": "https://github.com/theuni/bitcoin/pull/34",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
356815622
|
how to know how many instances being created by workers ?
local mlcache, err = restyMlcache.new("mlcache", "kong_db_cache", {
lru_size = 100,
ttl = 5,
neg_ttl = 3
})
in this case will it create local cache per worker or it will be shared ?
Can i have common L1 as well ?
Hi,
in this case will it create local cache per worker or it will be shared ?
See the architecture diagram provided in the README. L2 is shared, L1 is not (but synchronized).
Can i have common L1 as well ?
No, that does not make sense. Each Nginx worker has its own Lua VM and as such, the L1 cache simply cannot be shared for obvious reasons.
and ttl is for L1, I do not see any value for L2, or it will be same ?
The TTL is the same for both L1 and L2.
It seems to me like you need to acquire more familiarity with the Nginx/OpenResty runtime, as well as spending some more time reading the documentation for this module once you are more familiar with the underlying stack and its limitations.
|
gharchive/issue
| 2018-09-04T13:41:36 |
2025-04-01T06:41:18.326293
|
{
"authors": [
"DharaSingh55",
"thibaultcha"
],
"repo": "thibaultcha/lua-resty-mlcache",
"url": "https://github.com/thibaultcha/lua-resty-mlcache/issues/62",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
610535120
|
Add cub-config.cmake file for CMake's find_package.
See thrust/thrust#1130 for details.
|
gharchive/pull-request
| 2020-05-01T03:23:16 |
2025-04-01T06:41:18.334775
|
{
"authors": [
"allisonvacanti"
],
"repo": "thrust/cub",
"url": "https://github.com/thrust/cub/pull/29",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
122055269
|
more API standardization
I'm not sure what you gain by re-typing a slice of source / buffers? Also I can't think of an instance in core Go libraries where they do this, other than to satisfy the Sorting interface.
Being able to call methods on the typed slices feels better, IMO.
openal.DeleteSources(sources)
// vs
sources.Delete()
Since type Buffers []Buffers already exists, it makes sense to make the rest of the API consistent.
Yep, looks like you're right. Looks like @phf started out doing that. My disagreement with it is that it's not as clear as simply having a slice of buffers / sources. One of the big idioms of Go is clarity of code on the page.
That being said, consistency is probably more important.
Thanks for the PR.
|
gharchive/pull-request
| 2015-12-14T14:39:37 |
2025-04-01T06:41:18.346436
|
{
"authors": [
"bontibon",
"timshannon"
],
"repo": "timshannon/go-openal",
"url": "https://github.com/timshannon/go-openal/pull/4",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
460331424
|
Notification logs
no need
|
gharchive/pull-request
| 2019-06-25T10:06:24 |
2025-04-01T06:41:18.390032
|
{
"authors": [
"KanchanaAradhya"
],
"repo": "tmobile/pacbot",
"url": "https://github.com/tmobile/pacbot/pull/246",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
52109617
|
Get autocomplete usage statistics
will track "start timer" events
|
gharchive/issue
| 2014-12-16T12:58:22 |
2025-04-01T06:41:18.394395
|
{
"authors": [
"IndrekV",
"tanel"
],
"repo": "toggl/toggldesktop",
"url": "https://github.com/toggl/toggldesktop/issues/996",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
547351837
|
change 2019 to 2020
LGTM
|
gharchive/pull-request
| 2020-01-09T09:23:36 |
2025-04-01T06:41:18.396829
|
{
"authors": [
"diserere",
"joydark"
],
"repo": "tonlabs/ton-client-js",
"url": "https://github.com/tonlabs/ton-client-js/pull/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
229844366
|
add VR pano pages (powered by A-Frame)
r+
|
gharchive/pull-request
| 2017-05-19T01:08:52 |
2025-04-01T06:41:18.437963
|
{
"authors": [
"cvan"
],
"repo": "tunnelrun/flickr",
"url": "https://github.com/tunnelrun/flickr/pull/1",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
946387861
|
added /contribute
it gives you a link to contribute
Check the formatting @qwe123coder ok
#todo add a dm message with the tree structure of this repo #@client.event #async def on_message(message): #print(message.author.id) i know it i was the one who indented it in
i aslo removed it
|
gharchive/pull-request
| 2021-07-16T15:20:16 |
2025-04-01T06:41:18.445332
|
{
"authors": [
"nishant0078",
"qwe123coder"
],
"repo": "tyffical/Pridebot",
"url": "https://github.com/tyffical/Pridebot/pull/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
269155517
|
Some of Babel plugin dependencies deprecated
Done by #163
|
gharchive/issue
| 2017-10-27T15:57:52 |
2025-04-01T06:41:18.445960
|
{
"authors": [
"enginehenryed"
],
"repo": "tymsai/marmoym-client",
"url": "https://github.com/tymsai/marmoym-client/issues/160",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
812930073
|
Okay Lars do your magic...
Rendered:
|
gharchive/pull-request
| 2021-02-21T19:25:56 |
2025-04-01T06:41:18.447021
|
{
"authors": [
"djspiewak",
"larsrh"
],
"repo": "typelevel/typelevel.github.com",
"url": "https://github.com/typelevel/typelevel.github.com/pull/297",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
99712209
|
merge master back in
merge master
|
gharchive/pull-request
| 2015-08-07T19:25:18 |
2025-04-01T06:41:18.451175
|
{
"authors": [
"typingincolor"
],
"repo": "typingincolor/galen-web",
"url": "https://github.com/typingincolor/galen-web/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
841613461
|
Adjusted email-grid API call on client side
Looks good to me!
|
gharchive/pull-request
| 2021-03-26T05:50:18 |
2025-04-01T06:41:18.451810
|
{
"authors": [
"DConnorFong",
"nancywan1004"
],
"repo": "ubclaunchpad/club-manager-client",
"url": "https://github.com/ubclaunchpad/club-manager-client/pull/119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
512868676
|
Design: Wireframe for homepage
https://www.figma.com/file/n78xsUo1eUslGoNROa2wW6/Sync-Along?node-id=0%3A1
|
gharchive/issue
| 2019-10-26T18:24:09 |
2025-04-01T06:41:18.452726
|
{
"authors": [
"srijonsaha"
],
"repo": "ubclaunchpad/sync-along",
"url": "https://github.com/ubclaunchpad/sync-along/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
570137523
|
Implement queueTask Interface for Timer and Transfer Task
Coverage increased (+0.03%) to 67.192% when pulling 6c8046d406efda3de700d6ff1be5a084ef4353e9 on yycptt:queue-task-impl into 287f8b54ff044bc6615d5ee2b4d03a87d27fb047 on uber:master.
|
gharchive/pull-request
| 2020-02-24T20:47:08 |
2025-04-01T06:41:18.456266
|
{
"authors": [
"coveralls",
"yycptt"
],
"repo": "uber/cadence",
"url": "https://github.com/uber/cadence/pull/3077",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
673781611
|
[Scanner] handle current execution to read from blobstore
Coverage decreased (-0.03%) to 66.965% when pulling c5cab82bbf0dbb44d11d16eaaf3616bcfa6ccdeb on mkolodezny:patch into e284980f44c9b3cd963dee3a2b5457514b03e1df on uber:master.
|
gharchive/pull-request
| 2020-08-05T19:10:19 |
2025-04-01T06:41:18.457811
|
{
"authors": [
"coveralls",
"mkolodezny"
],
"repo": "uber/cadence",
"url": "https://github.com/uber/cadence/pull/3435",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
54134901
|
seperate msg and meta and merge meta into the log message
lgtm.
If you cc @Raynos in any of your comments ill get a more directed email.
|
gharchive/pull-request
| 2015-01-13T00:33:05 |
2025-04-01T06:41:18.458674
|
{
"authors": [
"Raynos",
"yanjunh"
],
"repo": "uber/kafka-logger",
"url": "https://github.com/uber/kafka-logger/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
904066815
|
Create package
Create branch: issue-1-create-package from main.
|
gharchive/issue
| 2021-05-27T18:32:46 |
2025-04-01T06:41:18.496989
|
{
"authors": [
"AlexanderVorobyov"
],
"repo": "unity-game-framework/ugf-module-assetbundles",
"url": "https://github.com/unity-game-framework/ugf-module-assetbundles/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
765984375
|
structure in convergence test workflow use the primitive one
closo by #25
|
gharchive/issue
| 2020-12-14T06:35:29 |
2025-04-01T06:41:18.499264
|
{
"authors": [
"unkcpz"
],
"repo": "unkcpz/aiida-sssp-workflow",
"url": "https://github.com/unkcpz/aiida-sssp-workflow/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
374217715
|
Sort and Search Tables
@TarekRamesses
Completed. Can be closed.
|
gharchive/issue
| 2018-10-26T03:58:46 |
2025-04-01T06:41:18.500223
|
{
"authors": [
"TarekRamesses",
"indraTeja"
],
"repo": "uno-isqa-8950/uno-cpi",
"url": "https://github.com/uno-isqa-8950/uno-cpi/issues/232",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
164631570
|
Trying to fix the titles.
Yep - that did the trick. So sensitive!
|
gharchive/pull-request
| 2016-07-08T22:57:34 |
2025-04-01T06:41:18.508843
|
{
"authors": [
"arokem",
"valentina-s"
],
"repo": "uwescience/DSSG2016",
"url": "https://github.com/uwescience/DSSG2016/pull/49",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
489739497
|
Concurrent calls to MapColumnsToProperties generate multiple times the setter
Hi @verdie-g, can you please add more detail to this issue?
Thanks!
https://github.com/verdie-g/StoredProcedureEFCore/blob/86a6be01a1da3e1a61f96db6171b5a808210fe01/StoredProcedureEFCore/Mapper.cs#L98-L101
Here, a setter is generated and then cached into a dictionary. If two threads call ToList for the first time for a model not yet cached the setter will be generated twice and both will be inserted in the dictionary, the last one overwriting the first one. This might cause a leak, is it what you are experiencing ?
According to https://stackoverflow.com/a/5340444/5407910 the generated code can be garbage collected so the impact is low.
|
gharchive/issue
| 2019-09-05T13:07:07 |
2025-04-01T06:41:18.527336
|
{
"authors": [
"vassilvk",
"verdie-g"
],
"repo": "verdie-g/StoredProcedureEFCore",
"url": "https://github.com/verdie-g/StoredProcedureEFCore/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
208667174
|
Creating tests to the "cartolafc.Api.schemes" method
Coverage increased (+2.0%) to 82.392% when pulling 3fd223ad99deff4c015b98c99e3be234e6ae4171 on dev into 9e3e5c900d63b4ae92878caf05b583bd92e21e48 on master.
|
gharchive/pull-request
| 2017-02-18T19:57:48 |
2025-04-01T06:41:18.531224
|
{
"authors": [
"coveralls",
"vicenteneto"
],
"repo": "vicenteneto/python-cartolafc",
"url": "https://github.com/vicenteneto/python-cartolafc/pull/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
153077983
|
Remove manifest parsing
LGTM
|
gharchive/pull-request
| 2016-05-04T18:05:58 |
2025-04-01T06:41:18.531811
|
{
"authors": [
"BrandonOCasey",
"forbesjo"
],
"repo": "videojs/videojs-contrib-dash",
"url": "https://github.com/videojs/videojs-contrib-dash/pull/72",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
166290061
|
Application crashed while click the sidemenu and also plus button
Hmm, never checked for that. That can be an easy fix. Would love it if you were to submit a pull request for this
|
gharchive/issue
| 2016-07-19T09:45:18 |
2025-04-01T06:41:18.535463
|
{
"authors": [
"senthilkumariosdev",
"vinnyoodles"
],
"repo": "vinnyoodles/DualSlideMenu",
"url": "https://github.com/vinnyoodles/DualSlideMenu/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
229844855
|
Nome das abas e sub-abas modificadas
Apenas o nome das abas foram modificados
|
gharchive/pull-request
| 2017-05-19T01:13:12 |
2025-04-01T06:41:18.538105
|
{
"authors": [
"RenanKodama"
],
"repo": "vitorys/ProjetoIntegrador",
"url": "https://github.com/vitorys/ProjetoIntegrador/pull/71",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
192764305
|
user guide for ova
Coverage remained the same at 51.133% when pulling efd097514b1a27f56e4e866be8ca007cadae9330 on ywk253100:161130_ova_doc into 43f427cfe9bc159e6c2e09b06cf6426a9205ac35 on vmware:master.
|
gharchive/pull-request
| 2016-12-01T06:26:28 |
2025-04-01T06:41:18.542932
|
{
"authors": [
"coveralls",
"ywk253100"
],
"repo": "vmware/harbor",
"url": "https://github.com/vmware/harbor/pull/1195",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
277616351
|
Implement more of the chat protocol
thank you
|
gharchive/pull-request
| 2017-11-29T03:20:47 |
2025-04-01T06:41:18.544245
|
{
"authors": [
"voloshink",
"xDashh"
],
"repo": "voloshink/dggchat",
"url": "https://github.com/voloshink/dggchat/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
818250088
|
20210301 谈谈对java多态的理解
概述:多态是指父类的某个方法被子类重写时,可以产生自己的功能行为,同一个操作作用于不同对象,可以有不同的解释,产生不同的执行结果。
多态的三个必要条件:
继承父类。
重写父类的方法。
父类的引用指向子类对象。
面向对象的三大特性:封装、继承、多态。从一定角度来看,封装和继承几乎都是为多态而准备的。
多态的定义:指允许不同类的对象对同一消息做出响应。即同一消息可以根据发送对象的不同而采用多种不同的行为方式。(发送消息就是函数调用)
实现多态的技术称为:动态绑定(dynamic binding),是指在执行期间判断所引用对象的实际类型,根据其实际的类型调用其相应的方法。
多态的作用:消除类型之间的耦合关系。
现实中,关于多态的例子不胜枚举。比方说按下 F1 键这个动作,如果当前在 Flash 界面下弹出的就是 AS 3 的帮助文档;如果当前在 Word 下弹出的就是 Word 帮助;在 Windows 下弹出的就是 Windows 帮助和支持。同一个事件发生在不同的对象上会产生不同的结果。
多态的好处:
可替换性(substitutability)。多态对已存在代码具有可替换性。例如,多态对圆Circle类工作,对其他任何圆形几何体,如圆环,也同样工作。
可扩充性(extensibility)。多态对代码具有可扩充性。增加新的子类不影响已存在类的多态性、继承性,以及其他特性的运行和操作。实际上新加子类更容易获得多态功能。例如,在实现了圆锥、半圆锥以及半球体的多态基础上,很容易增添球体类的多态性。
接口性(interface-ability)。多态是超类通过方法签名,向子类提供了一个共同接口,由子类来完善或者覆盖它而实现的。
灵活性(flexibility)。它在应用中体现了灵活多样的操作,提高了使用效率。
简化性(simplicity)。多态简化对应用软件的代码编写和修改过程,尤其在处理大量对象的运算和操作时,这个特点尤为突出和重要。
Java中多态的实现方式:接口实现,继承父类进行方法重写,同一个类中进行方法重载。
|
gharchive/issue
| 2021-02-28T16:45:58 |
2025-04-01T06:41:18.563287
|
{
"authors": [
"wanlinruo"
],
"repo": "wanlinruo/AndroidBook",
"url": "https://github.com/wanlinruo/AndroidBook/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
799093030
|
Add BeforeNested
#21
#23
Provided in #23
|
gharchive/issue
| 2021-02-02T09:20:46 |
2025-04-01T06:41:18.574045
|
{
"authors": [
"ashleyfrieze"
],
"repo": "webcompere/java-test-gadgets",
"url": "https://github.com/webcompere/java-test-gadgets/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
919649789
|
Add some additional test coverage and options for JSON loading
Fixes #15
Codecov Report
Merging #32 (8da7b4e) into main (91986ec) will increase coverage by 1.50%.
The diff coverage is 100.00%.
:exclamation: Current head 8da7b4e differs from pull request most recent head bd0cd1b. Consider uploading reports for the commit bd0cd1b to get more accurate results
@@ Coverage Diff @@
## main #32 +/- ##
============================================
+ Coverage 96.00% 97.50% +1.50%
- Complexity 459 494 +35
============================================
Files 64 64
Lines 826 883 +57
Branches 61 72 +11
============================================
+ Hits 793 861 +68
+ Misses 20 12 -8
+ Partials 13 10 -3
Impacted Files
Coverage Δ
...rg/webcompere/modelassert/json/JsonAssertions.java
94.11% <ø> (ø)
.../org/webcompere/modelassert/json/JsonProvider.java
100.00% <ø> (ø)
...org/webcompere/modelassert/json/JsonProviders.java
90.90% <ø> (ø)
...ompere/modelassert/json/assertjson/AssertJson.java
100.00% <ø> (ø)
...t/json/condition/tree/TreeComparisonCondition.java
97.97% <ø> (+1.16%)
:arrow_up:
...ssert/json/dsl/nodespecific/tree/IsEqualToDsl.java
80.00% <ø> (+20.00%)
:arrow_up:
...odelassert/json/dsl/nodespecific/tree/PathDsl.java
100.00% <ø> (ø)
...delassert/json/dsl/nodespecific/tree/WhereDsl.java
100.00% <ø> (ø)
...delassert/json/hamcrest/HamcrestJsonAssertion.java
100.00% <ø> (ø)
...rt/json/hamcrest/HamcrestJsonAssertionBuilder.java
100.00% <ø> (ø)
... and 6 more
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 91986ec...bd0cd1b. Read the comment docs.
|
gharchive/pull-request
| 2021-06-12T19:51:43 |
2025-04-01T06:41:18.591621
|
{
"authors": [
"ashleyfrieze",
"codecov-commenter"
],
"repo": "webcompere/model-assert",
"url": "https://github.com/webcompere/model-assert/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
663534440
|
/v3/combine-transactions/jsapi合单支付接口验签不通过, 使用postman结局一致, 其他接口正常, 但是打印出验签message和传给微信的签名, 在验签工具里是能通过的, 求助
进件接口都是可以正常通过的, 只有这个接口/v3/combine-transactions/jsapi验签失败, 辛苦大佬帮忙看看
{ "code": "SIGN_ERROR", "detail": { "detail": { "issue": "sign not match" }, "field": "signature", "location": "authorization", "sign_information": { "method": "POST", "sign_message_length": 542, "truncated_sign_message": "POST\n/v3/combine-transactions/jsapi\n1595401198\n1595401198349\n{\"combin\n", "url": "/v3/combine-transactions/jsapi" } }, "message": "验签失败,请检查签名\t" }
你检查下上送的参数,留意下amount.total_amount字段,是不是送的amount。可能是业务内部处理参数问题,错误的返回了签名错误。
跟 微信开放社区 这贴很像,问题定位到参数 sub_orders[@].amount.total_amount 的赋值上,送 sub_orders[@].amount.total 完整可复现401 SIGN_ERROR
|
gharchive/issue
| 2020-07-22T07:16:51 |
2025-04-01T06:41:18.599562
|
{
"authors": [
"TheNorthMemory",
"helloJiu",
"xy-peng"
],
"repo": "wechatpay-apiv3/wechatpay-guzzle-middleware",
"url": "https://github.com/wechatpay-apiv3/wechatpay-guzzle-middleware/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
664388837
|
Split up "Party Invincible" cheats for player party and other lords' parties in an army
Moved to v1.7
|
gharchive/issue
| 2020-07-23T11:10:14 |
2025-04-01T06:41:18.603839
|
{
"authors": [
"welles"
],
"repo": "welles/BannerlordCheats",
"url": "https://github.com/welles/BannerlordCheats/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
547847395
|
Lesson1
Thank you for doing the lesson, will close this out since we want folks to be able to do this on forks.
|
gharchive/pull-request
| 2020-01-10T03:42:39 |
2025-04-01T06:41:18.604492
|
{
"authors": [
"ramziourari",
"wenlock"
],
"repo": "wenlock/WEB1066-probot-hello",
"url": "https://github.com/wenlock/WEB1066-probot-hello/pull/23",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
}
|
312799787
|
Android
Hi, it's looks good to me. Thanks for the contribution!
|
gharchive/pull-request
| 2018-04-10T07:16:16 |
2025-04-01T06:41:18.611574
|
{
"authors": [
"thaitv21",
"whitedogg13"
],
"repo": "whitedogg13/react-native-nfc-manager",
"url": "https://github.com/whitedogg13/react-native-nfc-manager/pull/44",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
157633752
|
我想加入,但是我的自定义view很弱
很弱不要紧,都是慢慢练习的。
|
gharchive/issue
| 2016-05-31T09:58:42 |
2025-04-01T06:41:18.614275
|
{
"authors": [
"wingjay",
"yufan2014"
],
"repo": "wingjay/android-open-source-project-cracking",
"url": "https://github.com/wingjay/android-open-source-project-cracking/issues/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
617588726
|
OSS Sync | Wed May 13 16:29:40 UTC 2020
#autorebase
|
gharchive/pull-request
| 2020-05-13T16:29:40 |
2025-04-01T06:41:18.624233
|
{
"authors": [
"natansil"
],
"repo": "wix/greyhound",
"url": "https://github.com/wix/greyhound/pull/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
748058211
|
fixed file name for non-latin characters
Do you have examples?
|
gharchive/pull-request
| 2020-11-21T17:04:29 |
2025-04-01T06:41:18.625671
|
{
"authors": [
"rufatpro",
"wkentaro"
],
"repo": "wkentaro/gdown",
"url": "https://github.com/wkentaro/gdown/pull/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
187476507
|
Linux/install.sh runs no matter what platform
fixed 3eec78635b7c31e7a1a2419d07acc17c675b76e4
|
gharchive/issue
| 2016-11-05T04:42:15 |
2025-04-01T06:41:18.631522
|
{
"authors": [
"wright8191"
],
"repo": "wright8191/dotfiles",
"url": "https://github.com/wright8191/dotfiles/issues/15",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
261545797
|
fix for codepress js lib use GPL Licensing in 4.4.x Carbon.Ui #1562
https://github.com/wso2/carbon-kernel/issues/1562
Remove codepress from carbon ui for solving this issue.
|
gharchive/pull-request
| 2017-09-29T06:44:05 |
2025-04-01T06:41:18.632680
|
{
"authors": [
"Krishanx92"
],
"repo": "wso2/carbon-kernel",
"url": "https://github.com/wso2/carbon-kernel/pull/1563",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
169863259
|
Added new functionality to Excluded given directory from autodeployment
This is no longer needed hence closing the PR.
|
gharchive/pull-request
| 2016-08-08T07:55:30 |
2025-04-01T06:41:18.633326
|
{
"authors": [
"NipunaMarcus"
],
"repo": "wso2/jaggery",
"url": "https://github.com/wso2/jaggery/pull/165",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
674834519
|
Trigger xcode8 issue
travisci has been removed and xcode8 is not reachable anymore.
|
gharchive/pull-request
| 2020-08-07T07:53:14 |
2025-04-01T06:41:18.651156
|
{
"authors": [
"JohanMabille",
"SylvainCorlay"
],
"repo": "xtensor-stack/xtl",
"url": "https://github.com/xtensor-stack/xtl/pull/199",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
57882265
|
stable version 1.0.0
CLA is valid!
|
gharchive/pull-request
| 2015-02-17T04:29:16 |
2025-04-01T06:41:18.658861
|
{
"authors": [
"neraliu",
"yahoocla"
],
"repo": "yahoo/context-parser",
"url": "https://github.com/yahoo/context-parser/pull/1",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
306871752
|
Prepare the Project's Trello Page
The Trello page is done. https://trello.com/b/9anSOIJD/tweelights
|
gharchive/issue
| 2018-03-20T13:45:22 |
2025-04-01T06:41:18.662358
|
{
"authors": [
"yasserkabbout"
],
"repo": "yasserkabbout/tweeLights",
"url": "https://github.com/yasserkabbout/tweeLights/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
54934712
|
Update guides pt-BR [ci skip]
Thanks!
|
gharchive/pull-request
| 2015-01-20T20:26:06 |
2025-04-01T06:41:18.665659
|
{
"authors": [
"davidsonalencar",
"samdark"
],
"repo": "yiisoft/yii2",
"url": "https://github.com/yiisoft/yii2/pull/6950",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
187056207
|
Add more type hints
Coverage increased (+0.2%) to 58.442% when pulling 49f392823bd88488a99d93452cc884328fdc0100 on add-more-type-hints into a5ad4fc7634f232d510b7d821891cb76b29e77d4 on master.
|
gharchive/pull-request
| 2016-11-03T13:14:16 |
2025-04-01T06:41:18.667167
|
{
"authors": [
"coveralls",
"ymyzk"
],
"repo": "ymyzk/python-gyazo",
"url": "https://github.com/ymyzk/python-gyazo/pull/35",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
843955017
|
sync
sync
|
gharchive/pull-request
| 2021-03-30T00:56:43 |
2025-04-01T06:41:18.668335
|
{
"authors": [
"yojay11717"
],
"repo": "yojay11717/kops",
"url": "https://github.com/yojay11717/kops/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
521460784
|
fix emo package R 3.6 installation issue
|
gharchive/issue
| 2019-11-12T10:26:18 |
2025-04-01T06:41:18.682047
|
{
"authors": [
"zambujo"
],
"repo": "zambujo/nrpmap",
"url": "https://github.com/zambujo/nrpmap/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
104126678
|
url in readme has typo, github
Fixed, thanks for the heads up.
Fixed
|
gharchive/issue
| 2015-08-31T20:19:46 |
2025-04-01T06:41:18.702189
|
{
"authors": [
"holla2040",
"zrecommerce"
],
"repo": "zrecommerce/imuduino-btle",
"url": "https://github.com/zrecommerce/imuduino-btle/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
626351057
|
Setting "viewportSize" is not work.
Are you using Hugo extended version? You will find them towards the end on the release page https://github.com/gohugoio/hugo/releases/tag/v0.72.0.
I can see that it is working just fine :)
Yes, it is working well
|
gharchive/issue
| 2020-05-28T09:14:01 |
2025-04-01T06:41:18.717638
|
{
"authors": [
"mayan-lab",
"prashanth1k",
"zzossig"
],
"repo": "zzossig/hugo-theme-zzo",
"url": "https://github.com/zzossig/hugo-theme-zzo/issues/280",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
206120925
|
265dec: set crop left-top coordinate
Some 265 bitsstream has crop information, such as:
conf_win_top_offset
conf_win_bottom_offset
so add crop coordinate for them.
to fix VIZ-6406
Signed-off-by: wudping dongpingx.wu@intel.com
please help to review.
|
gharchive/pull-request
| 2017-02-08T07:47:11 |
2025-04-01T04:54:39.022861
|
{
"authors": [
"wudping"
],
"repo": "01org/libyami",
"url": "https://github.com/01org/libyami/pull/703",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
228839741
|
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
PX4 v1.5 (stable) produces following messages in infinite loop:
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
WARN [mavlink] ignoring CMD with same SYS/COMP (1/1) ID
main.conf:
[General]
TcpServerPort=0
ReportStats=false
MavlinkDialect=ardupilotmega
[UartEndpoint px4]
Device = /dev/ttyS1
Baud = 921600
[UdpEndpoint wifibroadcast]
Mode = Normal
Address = 127.0.0.1
Port = 14550
[UdpEndpoint qgc]
Mode = Normal
Address = 10.4.254.253
Port = 14550
What HW are you working on? Is this on mavlink-router from master branch? My first suspect would be the logging system with wrong sysid/compid, but you don't have that enabled.... So, what do you have running on the wifibroadcast endpoint?
This is some message that PX4 send periodically with the wrong target system id.
Like this one: https://github.com/PX4/Firmware/pull/6896/commits/519ca279342d173c41b1eac6b057de06cc772476
HW is a odroid-c0, connected to pixhawk as companion at 921600 bps. mavlink-router
was built from master branch, px4 is latest stable (not master). Wifibroadcast is a unidirectional transport - it only receives mavlink packets, but never send data back (https://github.com/svpcom/wifibroadcast)
@svpcom this seems to be a problem in PX4 not mavlink-router as @zehortigoza said. The only message we send ourselves to the flight stack is to start the log streaming (if you have that enabled on the configuration file).
Btw, nice to see wifibroadcast alive again. I hope to be able to test it later.
|
gharchive/issue
| 2017-05-15T20:44:18 |
2025-04-01T04:54:39.027530
|
{
"authors": [
"lucasdemarchi",
"svpcom",
"zehortigoza"
],
"repo": "01org/mavlink-router",
"url": "https://github.com/01org/mavlink-router/issues/90",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2762559476
|
tiny typo
https://github.com/0atman/BrainMade-org/blob/e5c2de53d12396cad8996c0285b846d726310281/src/main.rs#L182
Absolutely love your message and have shared this page to tons of people. I just noticed a small typo that could distract people from the awesomeness
"I don't need 100% human made, I perhaps need 90% human made. Three ~example~ examples may make my thinking clearer:"
Happy to make a PR but just wanted to let you know
Thank you! It seems trivial, but a PR would be great help to my workload, thank you!
|
gharchive/issue
| 2024-12-30T02:18:41 |
2025-04-01T04:54:39.052414
|
{
"authors": [
"0atman",
"wazawoo"
],
"repo": "0atman/BrainMade-org",
"url": "https://github.com/0atman/BrainMade-org/issues/10",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2428927982
|
Update README.md to use automatically themed header image
I'm never a fan of putting HTML in Markdown as it defeats the Human-readability, since there's now an option to use a single image for both light and dark mode, it makes sense to use it in the README for the project.
Dark Default Theme
Light Default Theme
Hmm, I'm not sure if this build failure is due to my change or not?
due to a trademark issue, this repo is now archived. I'm very sorry to waste your time, I'd be so grateful if you could move this this over to https://github.com/0atman/BrainMade-org
|
gharchive/pull-request
| 2024-07-25T03:58:11 |
2025-04-01T04:54:39.056058
|
{
"authors": [
"0atman",
"norwd"
],
"repo": "0atman/HumanMadeMark-com",
"url": "https://github.com/0atman/HumanMadeMark-com/pull/17",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1510042819
|
docs: added animated gif
Description
Please include a summary of the change and which issue is fixed. #31
Checklist:
[x] My code follows the style and structure of this project
[x] My code follows the principles of clean code
[x] My changes generate no new warnings, bugs, or errors
Hey @ShashwatAgrawal20, looks great! I think it would look better if the empty space on the sides wasn't there. Could you please crop it down?
Hey @0l1v3rr done.
Aligned the gif to center in the readme as well.
Thanks!
|
gharchive/pull-request
| 2022-12-24T10:38:59 |
2025-04-01T04:54:39.074122
|
{
"authors": [
"0l1v3rr",
"ShashwatAgrawal20"
],
"repo": "0l1v3rr/github-readme-tech-stack",
"url": "https://github.com/0l1v3rr/github-readme-tech-stack/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1931884262
|
Fix input focus
Description
Fixes #27
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
Checklist:
[x] My code follows the style and structure of this project
[x] My code follows the principles of clean code
[x] My changes generate no new warnings, bugs or errors
could you also add the hactoberfest tag?
Thanks for fixing the issue! Where should I put the hacktoberfest tag? As a label?
Yes, thank you!
|
gharchive/pull-request
| 2023-10-08T16:13:21 |
2025-04-01T04:54:39.077274
|
{
"authors": [
"0l1v3rr",
"eduardconstantin"
],
"repo": "0l1v3rr/trello-clone",
"url": "https://github.com/0l1v3rr/trello-clone/pull/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2059706768
|
🛑 OPTIMA BMN is down
In d1194ab, OPTIMA BMN (https://optima-bmn.unej.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: OPTIMA BMN is back up in c152c4b after 2 hours, 59 minutes.
|
gharchive/issue
| 2023-12-29T12:43:14 |
2025-04-01T04:54:39.088217
|
{
"authors": [
"0rangebananaspy"
],
"repo": "0rangebananaspy/io",
"url": "https://github.com/0rangebananaspy/io/issues/2141",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1900580929
|
🛑 Library is down
In d3b72e0, Library (https://library.unej.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Library is back up in 682f61f after 23 minutes.
|
gharchive/issue
| 2023-09-18T10:00:05 |
2025-04-01T04:54:39.091164
|
{
"authors": [
"0rangebananaspy"
],
"repo": "0rangebananaspy/io",
"url": "https://github.com/0rangebananaspy/io/issues/934",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
55444941
|
fix artist method
A small mistake.
Thank you!
|
gharchive/pull-request
| 2015-01-26T04:02:15 |
2025-04-01T04:54:39.098336
|
{
"authors": [
"0x0c",
"zsk425"
],
"repo": "0x0c/LMMediaPlayer",
"url": "https://github.com/0x0c/LMMediaPlayer/pull/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1786292562
|
Lock file reported as out of sync in firebase build
Hi, i'm trying to get away from manually copying local dependencies in a firebase functions monorepo and came across this tool which seems to abstract away the work really nicely, thanks for your efforts 👍.
My issue is that copying the lock file in isolate makes the firebase build fail with the following message.
npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
I tried doing a clean install with no luck. Is this something you can help with? For now, i have it working with the excludeLockfile flag on, but would like to steer away as the deps tree grows.
My environment (created lock file here, and matched it in gcp build)
❯ node -v
v16.19.1
❯ npm -v
8.19.4
In my (very limited) testing, the npm and yarn lockfiles could just be deployed as-is. But of course the lockfile needs to be up to date before you start the isolate process.
Are you sure the lockfile is up-to-date? Maybe run an npm install to be sure or try deleting the lockfile and generating it again.
There should be no reason to manually copy anything to the isolate directory. If you have "excludeLockfile" set to false (or not have the setting at all) the lockfile is already copied as-is.
You are using old versions of node and npm though, so you might want to try upgrading if possible. Node 16 is already being deprecated soon by some platforms (like Vercel)
Hi @petr166 today I tested more with NPM as part of the work for #15 and I ran into the issue you described.
So apparently I never tested it properly with NPM lockfiles. I haven't yet found a solution, and the error seems to be misleading as the lockfile is definitely available.
For now, lockfiles are supported for Yarn v1 and v3, so if it is an option for you to switch and you really find lockfiles important maybe that's worth considering...
@petr166 how did you match the version in gcp build?
I realize now that my error was different, and it might be because I'm using node 18.... In my case npm ci is complaining that there is not lockfile, yet when I download the uploaded functions source bundle it is all ok, and I can run npm ci in it without issues.
It looks like I've found a solution for Node 18. The isolate process now copies the .npmrc file from the root of the monorepo. If I generate a new lockfile with Node 18 and deploy to runtime node18 it works.
The fix will be included in v1.2.0 but you can start using the release candidate (rc3) already via @next
Unfortunately I couldn't reproduce it reliably with NPM after all. So I still do not know what is up with the lockfile handling there.
I think there might be something odd going on in the Firebase build pipeline. I'm giving up for now.
Thanks for the info, i'm gonna try again now with the latest version. It's true maybe the older node version is problematic but i'm stuck with it at least for now 😅.
@petr166 how did you match the version in gcp build?
I realize now that my error was different, and it might be because I'm using node 18.... In my case npm ci is complaining that there is not lockfile, yet when I download the uploaded functions source bundle it is all ok, and I can run npm ci in it without issues.
i use engines key in package.json
"engines": {
"node": "16",
"npm": "^8.19.4"
},
The issue persists with "isolate-package": "^1.3.1". I'm gonna stick with excluding the lock file for now (as otherwise it works wonders) and maybe investigate this case a bit deeper when i get the time. Thanks @0x80 for support! 💪
@petr166 Happy to report that lockfile output is now supported for all package managers, with a fallback to NPM when necessary. See lockfiles for more info
I can confirm that it works great with isolate-package@1.9.4. Thanks again @0x80, solid effort!
I had to add @google-cloud/functions-framework dependency in packages/firebase after getting an error in the beginning, so maybe this could be mentioned in the documentation 🤔.
Oh btw I changed my setup since creating this issue, currently using pnpm
❯ node -v
v20.9.0
❯ pnpm -v
8.12.1
@petr166 Great to hear! The dependency should be mentioned in the documentation somewhere but I'll see if I can make it more apparent. Weirdly the dependency is only required if you deploy a PNPM workspace.
Note that there's now also an option foreceNpm which will output a package-lock.json file even if your monorepo is Yarn or PNPM. The versions should match the original lockfile, so for the deployment it shouldn't matter. I have added it in case you want to deploy to a platform that doesn't support your package manager.
|
gharchive/issue
| 2023-07-03T14:27:19 |
2025-04-01T04:54:39.110798
|
{
"authors": [
"0x80",
"petr166"
],
"repo": "0x80/isolate-package",
"url": "https://github.com/0x80/isolate-package/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1588885468
|
IR refactorings post v0.2
IR building process got pretty complicated and I think we can refactor it to make it more modular and easier to follow. I think the main thing is that there are quite a few functions which take a large number of arguments and keeping track of what's going on is difficult (at least for me). Below are a few suggestions. I'm not sure all of them will make sense as I haven't thought through everything in detail. So, maybe some (or all) of them will end up being discarded.
First, maybe we should separate building of constraint expression graph from the graph itself. Many method on AlgebraicGraph take a large number of arguments because they need access to the current context (e.g., SymbolTable, VariableRoots). Instead, maybe it would make sense to introduce a "builder" struct which would be responsible for maintaining the context and building the graph. Maybe something like this:
struct ConstraintBuilder {
symbol_table: SymbolTable,
variable_roots: VariableRoots,
constrained_boundaries: BTreeSet<ConstrainedBoundaries>,
graph: AlgebraicGraph,
}
This struct would have methods like insert_boundary_stmt() and insert_integrity_stmt(). After all statements are inserted, it would be converted into a Constraints struct like so:
impl ConstraintBuilder {
fn into_constraints(self) -> Constraints
}
ConstraintBuilder would also contain most expression processing functions (e.g., insertExpr which is currently in AlgebraicGraph). Only the methods which modify the graph directly (e.g., insert_op()) would remain in AlgebraicGraph.
Second, we seem to be keeping track of some additional constraint info while inserting expressions into the graph. Specifically, we have this ExprDetail which is returned from many functions in the AlgebraicGraph. I wonder if we can take the same approach here as we did with computing constraint degree. Specifically, instead of keeping track of this additional info while we build a constraint, we could determine by recursively traversing the graph after the constraint is built. This would probably be less efficient, but I don't think we care about performance for this specific part.
Third, it may make sense to make some cosmetic changes to the symbol table. Specifically, we could adopt the nomenclature that symbol table stores symbols, not identifier types. I think this would make things a bit easier to understand as we'd use "symbol" everywhere rather than a mix of symbol, identifier type, element type etc.
I agree that a refactor would be good - I've been wanting to revisit this as well, so I'd like to work on this issue.
First, maybe we should separate building of constraint expression graph from the graph itself.
I think this makes sense.
Second, we seem to be keeping track of some additional constraint info while inserting expressions into the graph. Specifically, we have this ExprDetail which is returned from many functions in the AlgebraicGraph. I wonder if we can take the same approach here as we did with computing constraint degree. Specifically, instead of keeping track of this additional info while we build a constraint, we could determine by recursively traversing the graph after the constraint is built. This would probably be less efficient, but I don't think we care about performance for this specific part.
I don't think I prefer this, since we do use this information right away, and I don't like the idea of essentially traveling the same path twice in a row every time we add a constraint to the graph. However, I do think we can tidy this up, and I think the approach to this will be related to your the ConstraintBuilder idea and adjustments to the symbol table.
I would hold off on this point until after we've addressed the other two points, then we can revisit it.
Third, it may make sense to make some cosmetic changes to the symbol table. Specifically, we could adopt the nomenclature that symbol table stores symbols, not identifier types. I think this would make things a bit easier to understand as we'd use "symbol" everywhere rather than a mix of symbol, identifier type, element type etc.
I agree with this. Also, I'd like to introduce very basic scoping. This will help with adding the support for boundary variables, but it should also let us clean up some of the checks in the graph and move some errors into the symbol table that I think would be better there (for example, accessing a public input in a transition constraint, or a periodic column in a boundary constraint).
Finally, one thing that bothers me is that because of the way the types are currently working, we have a bunch of match statements that are nearly duplicated between the symbol table and the graph. I think this could be improved while making the transition to the ConstraintBuilder and adjusting the symbol table
This issue is being addressed in a few steps, some of which may change:
[ ] restructure IR crate to introduce ConstraintBuilder and Declarations types (without moving graph builder functions out of the graph)
[ ] simplify the symbol table validation of identifier accesses
[ ] introduce Symbol type to the symbol table, with related renamings
[ ] (maybe) introduce Scope to the symbol table to simplify scope handling and validation
[ ] update the codebase to use the new Symbol type
[ ] (maybe) simplify handling of VariableRoots to reduce code duplication between symbol table and graph-builder functions
[ ] move graph-builder functions into the ConstraintBuilder
@grjte Can this issue be closed?
@grjte Can this issue be closed?
Closed by #190, #194, #195, #196, #197, #251, #252, #254, #255, #256, #258, #259
|
gharchive/issue
| 2023-02-17T07:37:38 |
2025-04-01T04:54:39.140050
|
{
"authors": [
"bobbinth",
"grjte",
"tohrnii"
],
"repo": "0xPolygonMiden/air-script",
"url": "https://github.com/0xPolygonMiden/air-script/issues/150",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1743030516
|
refactor: refactor crypto APIs to use RpoDigest instead of Word
Describe your changes
Addressing #131. Replaces Word in the structures in the crypto crate to RpoDigest to avoid unnecessary conversions and to maintain consistency.
Checklist before requesting a review
Repo forked and branch created from next according to naming convention.
Commit messages and codestyle follow conventions.
Relevant issues are linked in the PR description.
Tests added for new functionality.
Documentation/comments updated according to changes.
@bobbinth I've refactored the code so that leaves are Words. Please let me know if I misunderstood something.
|
gharchive/pull-request
| 2023-06-06T03:48:47 |
2025-04-01T04:54:39.143579
|
{
"authors": [
"tohrnii"
],
"repo": "0xPolygonMiden/crypto",
"url": "https://github.com/0xPolygonMiden/crypto/pull/157",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2243885938
|
Avoid duplicate documentation where possible
What should be done?
RIght now, there are currently 3 places (AFAIK) where documentation needs to be updated whenever features are added or modified:
The client's README
The client's docs (./docs)
Miden-base docs/tutorials
Furthermore, some of the information related to using the client depends on other projects (such as the node). I think we could reduce the README to more concrete information about what the client can do and reference other docs for usage examples, command explanations, etc.
How should it be done?
Deduplicate information on this repo and reference external docs when needed..
When is this task done?
Whenever the repo holds as little duplicate information as possible.
Additional context
No response
think we could reduce the README to more concrete information about what the client can do and reference other docs for usage examples, command explanations, etc.
I agree. When we didn't have more comprehensive docs, the README had to be pretty heavy - but now I think we can reduce the content here quite a bit.
We should also figure out how to keep the tutorial here rather than in miden-base.
closing as #262 got merged
|
gharchive/issue
| 2024-04-15T14:50:53 |
2025-04-01T04:54:39.147823
|
{
"authors": [
"bobbinth",
"igamigo",
"mFragaBA"
],
"repo": "0xPolygonMiden/miden-client",
"url": "https://github.com/0xPolygonMiden/miden-client/issues/260",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2036218503
|
Decide on how to define the genesis block for testing
Things to decide:
how many
on/off chain accounts, what initial balances
fungible / non-fungible tokens
how to modify and distributed the above
related: https://github.com/0xPolygonMiden/miden-node/issues/94
This is related to the mock tool from miden-base https://github.com/0xPolygonMiden/miden-base/tree/main/mock . But this issue is how to do similar changes for the servers, which involves the store and not just a serialized file to disk.
I wondering if we should make genesis block a part of the startup config (or maybe another file which is required to be provided to start the node).
For example, if we describe genesis block as a JSON file, we could pretty easily modify its contents and add/remove accounts in the future.
At the startup time, the node would read this file and if the chain hasn't been started yet (i.e., the store is empty) would use it as a starting point. If the chain is already running, it would just verify that the provided genesis block matches the first block in the store.
+1 for a config file. That would also allow people to generate their own genesis for testing purposes.
I wondering if we should make genesis block a part of the startup config (or maybe another file which is required to be provided to start the node).
Yes! This is how Cosmos SDK-based chains do it.
|
gharchive/issue
| 2023-12-11T17:52:37 |
2025-04-01T04:54:39.153214
|
{
"authors": [
"bobbinth",
"hackaugusto",
"plafer"
],
"repo": "0xPolygonMiden/miden-node",
"url": "https://github.com/0xPolygonMiden/miden-node/issues/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1071550220
|
🛑 Yukkuri is down
In 666aebb, Yukkuri (https://yukkuri.shii.org/posts.json) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Yukkuri is back up in 45a6694.
|
gharchive/issue
| 2021-12-05T20:30:27 |
2025-04-01T04:54:39.156315
|
{
"authors": [
"0xb0y"
],
"repo": "0xb0y/status",
"url": "https://github.com/0xb0y/status/issues/666",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
378001392
|
Problem with Dynamic Fields Validation
Hi there,
hopefully the project is supported!
I am trying to implement dynamic fields validation and encountered to strange error. Actually I have an address input field and I can clone this field any times. But I revealed that Validator is working only for initial filed and applies result to all other fields in this array. You can see it on attached screenshot.
.
Can you help me with this error? I can send appropriate pieces of source code if the project is supported!
Thank you in advance!
Sargis
Feel free to read here: https://stackoverflow.com/questions/47808771/validatorupdate-not-working-for-dynamically-added-fields
|
gharchive/issue
| 2018-11-06T19:34:55 |
2025-04-01T04:54:39.167111
|
{
"authors": [
"Sargius",
"rbraband"
],
"repo": "1000hz/bootstrap-validator",
"url": "https://github.com/1000hz/bootstrap-validator/issues/639",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1659411536
|
Not able to Join Calls
Describe the bug
Not able to join a scheduled call
To Reproduce
Steps to reproduce the behavior:
Go to 'Dashboard'
Click on 'Call'
Click on 'Join Call'
See error
Expected behavior
Should be able to join call
Screenshots
Desktop (please complete the following information):
Browser Chrome
Additional context
High Priority - Giving a bad experience to Mentors, Might effect my profile
@nikhilkumar828 is the issue resolved? can you share console errors as well?
|
gharchive/issue
| 2023-04-08T06:11:03 |
2025-04-01T04:54:39.171196
|
{
"authors": [
"nikhilkumar828",
"raviteja83"
],
"repo": "100mslive/100ms-web",
"url": "https://github.com/100mslive/100ms-web/issues/658",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
586710149
|
Add support for syntax highlighting in *.11ty.js
I re-appropriated (slaughtered?) the code from src/HighlightPairedShortcode.js into 11ty-website/#422 . . . but it works!
I wonder if it’d be as simple as converting the addPairedNunjucksShortcode to addPairedShortcode in the config file to make this.highlight() available more universally?
https://github.com/11ty/eleventy-plugin-syntaxhighlight/blob/1ade6a6c2374d45a2efa3990e84f45b47de6e068/.eleventy.js#L22
Ah, I believe this plugin allows opt-in for a portion of the languages individually via options https://www.11ty.dev/docs/plugins/syntaxhighlight/#options
Docs here https://www.11ty.dev/docs/plugins/syntaxhighlight/#syntax-highlight-source-code
|
gharchive/issue
| 2020-03-24T05:47:57 |
2025-04-01T04:54:39.263892
|
{
"authors": [
"reubenlillie",
"zachleat"
],
"repo": "11ty/eleventy-plugin-syntaxhighlight",
"url": "https://github.com/11ty/eleventy-plugin-syntaxhighlight/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1583838028
|
有环境要求吗
环境
node 16.16.0
vite4.0.0 + vue3
空项目直接引入这个插件。但是找不到preload里面的方法。
vite.config.js
preload.js
index.js
报错
环境是满足的
尝试在 uTools 开发者工具中选择用项目 dist 目录下的 plugin.json 启动?
环境是满足的
尝试在 uTools 开发者工具中选择用项目 dist 目录下的 plugin.json 启动?
好使了,谢谢。
|
gharchive/issue
| 2023-02-14T09:49:19 |
2025-04-01T04:54:39.274103
|
{
"authors": [
"13enBi",
"xShower"
],
"repo": "13enBi/vite-plugin-utools",
"url": "https://github.com/13enBi/vite-plugin-utools/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
147855498
|
Removing filter button
resolves #53
Coverage remained the same at 90.244% when pulling d4bf3029995e3e5701a76ed25eab4d809f369f63 on remove-filter-button into 9001e4a222c750a945c5134b6659ad228aa428c8 on 18f-pages.
|
gharchive/pull-request
| 2016-04-12T19:49:46 |
2025-04-01T04:54:39.431783
|
{
"authors": [
"coveralls",
"mtorres253"
],
"repo": "18F/team-browser",
"url": "https://github.com/18F/team-browser/pull/87",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1315697952
|
invalid_request_error
this is also fixed in #6
|
gharchive/issue
| 2022-07-23T16:35:47 |
2025-04-01T04:54:39.446008
|
{
"authors": [
"7flash",
"ezzcodeezzlife"
],
"repo": "1998code/DALLE-2-App",
"url": "https://github.com/1998code/DALLE-2-App/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
53332952
|
NoteActivity OOM
NoteActivity.java line 131
dev.dworks.apps.anexplorer.NoteActivity.onOptionsItemSelected
java.lang.OutOfMemoryError
at android.text.SpannableStringBuilder.toString(SpannableStringBuilder.java:933)
at java.lang.StringBuilder.append(StringBuilder.java:202)
at android.widget.TextView$ChangeWatcher.onSpanAdded(TextView.java:9007)
at android.text.SpannableStringBuilder.sendSpanAdded(SpannableStringBuilder.java:979)
at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:688)
at android.text.SpannableStringBuilder.setSpan(SpannableStringBuilder.java:588)
at android.widget.TextView.setText(TextView.java:3554)
at android.widget.TextView.setText(TextView.java:3425)
at android.widget.EditText.setText(EditText.java:80)
at android.widget.TextView.setText(TextView.java:3400)
at dev.dworks.apps.anexplorer.NoteActivity.onOptionsItemSelected(NoteActivity.java:131)
at android.app.Activity.onMenuItemSelected(Activity.java:2534)
at android.support.v4.app.FragmentActivity.onMenuItemSelected(FragmentActivity.java:350)
at android.support.v7.app.ActionBarActivity.onMenuItemSelected(ActionBarActivity.java:155)
at android.support.v7.app.ActionBarActivityDelegate$1.onMenuItemSelected(ActionBarActivityDelegate.java:74)
at android.support.v7.app.ActionBarActivityDelegateBase.onMenuItemSelected(ActionBarActivityDelegateBase.java:556)
at android.support.v7.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:802)
at android.support.v7.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:153)
at android.support.v7.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:949)
at android.support.v7.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:939)
at android.support.v7.widget.ActionMenuView.invokeItem(ActionMenuView.java:596)
at android.support.v7.internal.view.menu.ActionMenuItemView.onClick(ActionMenuItemView.java:145)
at android.view.View.performClick(View.java:4084)
at android.view.View$PerformClick.run(View.java:16966)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4795)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
at dalvik.system.NativeStart.main(NativeStart.java)
fixed in version 2.6
|
gharchive/issue
| 2015-01-04T10:51:30 |
2025-04-01T04:54:39.493446
|
{
"authors": [
"1hakr"
],
"repo": "1hakr/AnExplorer",
"url": "https://github.com/1hakr/AnExplorer/issues/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1891964468
|
host-spawn doesn't terminate if pty is closed
Steps to reproduce
Run host-spawn to open a shell on the host inside a terminal window
Close terminal window
Notice that host-spawn is still running
Not a host-spawn bug, but potentially caused by the podman exec command ignoring SIGHUP. See https://github.com/containers/podman/discussions/19944
|
gharchive/issue
| 2023-09-12T08:31:37 |
2025-04-01T04:54:39.506856
|
{
"authors": [
"1player"
],
"repo": "1player/host-spawn",
"url": "https://github.com/1player/host-spawn/issues/27",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
}
|
212739859
|
Feature request: Web server
It would be cool to perhaps implement a simple web server to serve as an API, for example using CherryPy.
After quickly playing around I guess this is pretty easy to implement separately, using Pybird as a library.
I like the idea -- I think you're probably right that it would be better implemented separately. Would like to see whatever you come up with if you don't mind showing it.
So far it's as simple as
import cherrypy
import json
from pybird import PyBird
class PybirdAPI(object):
pybird = PyBird(socket_file='/run/bird.ctl')
@cherrypy.expose
def index(self):
return "PybirdAPI"
@cherrypy.expose
def peer_state(self):
peer_state = self.pybird.get_peer_status()
return json.dumps(str(peer_state))
if __name__ == '__main__':
cherrypy.quickstart(PybirdAPI())
Oh, awesome, haven't used cherrypy in years and years, forgot how simple it was :) Leaving this open to at least add to a docs or example section, thanks
|
gharchive/issue
| 2017-03-08T13:53:13 |
2025-04-01T04:54:39.593295
|
{
"authors": [
"grizz",
"martzuk"
],
"repo": "20c/pybird",
"url": "https://github.com/20c/pybird/issues/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
475444373
|
/bin/bash: line 1: gobuster: command not found Finished gobuster scan
The script will not run the gobuster portion. I took a look at the gobuster repo to see if there were any issues related and I did not come across any. I followed your installation steps. any recommendations on how to mitigate this? Really love the script!
May be a stupid question, but do you have gobuster installed?
Hey @giant372 yes I followed the instructions located in the readme file specifically I ran
apt-get install gobuster --only-upgrade```
Just use apt-get install gobuster
--only-upgrade does just that. does not install the tool, just upgrades it if its already there
If you already have gobuster 2.0, use the command with --only-upgrade, otherwise use:
apt-get install gobuster
|
gharchive/issue
| 2019-08-01T02:56:57 |
2025-04-01T04:54:39.606304
|
{
"authors": [
"21y4d",
"giant372",
"jmarshall7"
],
"repo": "21y4d/nmapAutomator",
"url": "https://github.com/21y4d/nmapAutomator/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
645070695
|
Ability to specify schema and data without a filename
Currently you use the library like this:
import yamale
schema = yamale.make_schema('./schema.yaml')
# Create a Data object
data = yamale.make_data('./data.yaml')
# Validate data against the schema. Throws a ValueError if data is invalid.
yamale.validate(schema, data)
It would be really useful if there was an option to provide the schema and data as Python strings instead - that way the could be loaded from a database or from an incoming HTTP request.
Something like this could work
import yamale
schema = yamale.make_schema(content="""
name: str()
age: int(max=200)
height: num()
awesome: bool()
""")
data = yamale.make_data(content="""
name: Bill
age: 26
height: 6.2
awesome: True
""")
yamale.validate(schema, data)
Thanks for your interest in Yamale! We do accept pull requests if someone is up for it. I like the proposed solution, making the first parameter optional to maintain API compatibility.
A couple of implementation challenges: first, it has to work with both Python 2 and Python 3. Secondly, it has to take the two possible parsers into account (pyyaml and ruamel).
Both of those parser libraries operate on a stream passed to their load_all() method:
https://github.com/23andMe/Yamale/blob/f5444a3602e07871c4700efe6aaf75c51addb384/yamale/readers/yaml_reader.py#L4-L18
So I think the way to do this is rewrite those two functions to accept a file-like object rather than a filepath on disk. Then rewrite this parse_file() method to instead take either a filepath or a string of content:
https://github.com/23andMe/Yamale/blob/f5444a3602e07871c4700efe6aaf75c51addb384/yamale/readers/yaml_reader.py#L27-L32
Proposed new signature (renamed to parse_yaml() because it doesn't just do files any more):
def parse_yaml(path=None, content=None, parser="pyyaml"):
assert (path is none and content is not None) or (path is not None and content is None), \
"Pass either path= or content=, not both"
....
I can add an extra parametrize decorator here to exercise both the path= version and the content= version:
https://github.com/23andMe/Yamale/blob/f5444a3602e07871c4700efe6aaf75c51addb384/yamale/readers/tests/test_yaml.py#L26-L35
I haven't written code that works in Python 2 and Python 3 for ages! Just learned that the io module is available in Python 2.7, which helps a lot with writing compatible code.
Pull request: https://github.com/23andMe/Yamale/pull/105
Updated documentation: https://github.com/23andMe/Yamale/blob/5fdb19376d5f2d9165eaa1a0e85265346e64e39f/README.md#api
Hey @simonw, thank you for your contribution. Also, thanks for reminding us we still support Python 2. I've made a ticket to address that for our next major version: https://github.com/23andMe/Yamale/issues/106
This enhancement is in version 2.2.0. Thanks!
|
gharchive/issue
| 2020-06-25T01:04:05 |
2025-04-01T04:54:39.618040
|
{
"authors": [
"blopker",
"mildebrandt",
"simonw"
],
"repo": "23andMe/Yamale",
"url": "https://github.com/23andMe/Yamale/issues/104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
190881225
|
Upgrade ruby to 2.3.2
💎
I was just about to leave an issue about this! LGTM
Travis doesn't seem to have a 2.3.3 binary available though. 😕 http://rubies.travis-ci.org/
@xadamy rvm added support for it 11 hours ago, I'd guess travis will pick it up soon-ish: https://github.com/rvm/rvm/issues/3819
@andrew Heads up:
➜ 24pullrequests git:(fix-social-iframes) ✗ bundle exec rake db:create:all
warning: parser/current is loading parser/ruby23, which recognizes
warning: 2.3.2-compliant syntax, but you are running 2.3.3.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
This happens when creating a fresh DB. Does parser need a version bump too? Perhaps it's not available if rvm have only just added support for it?
@xadamy gunna roll it back to 2.3.2 for now, updated the pr
@andrew This works now! thanks! 🚢
|
gharchive/pull-request
| 2016-11-22T01:10:02 |
2025-04-01T04:54:39.626033
|
{
"authors": [
"andrew",
"xadamy"
],
"repo": "24pullrequests/24pullrequests",
"url": "https://github.com/24pullrequests/24pullrequests/pull/1590",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2142270693
|
please join this meeting with an official zoom meeting cleint (error code 6601)
i get this message when i try to join meeting
please join this meeting with an official zoom meeting cleint (error code 6601)
Same Issue
https://github.com/25LucasAnselmo/gr_zoom/assets/155726816/9685b61f-7299-4f21-af11-ec1f6f9230c1
Hey. Ill check this issue
i get this message when i try to join meeting please join this meeting with an official zoom meeting cleint (error code 6601)
Is your Zoom appkey and appsecret correct? This modal is normally showed when we have some issue with credencials
Can you check this post?
https://devforum.zoom.us/t/sample-app-failed-to-join-meeting-because-of-error-6601/101751
I updated version to 1.1.0+2. Check if in new version the meeting will work
The problems was Zoom Meeting min version, currently on 5.14.5
|
gharchive/issue
| 2024-02-19T12:34:07 |
2025-04-01T04:54:39.636610
|
{
"authors": [
"25LucasAnselmo",
"Anuj01111",
"Muhammed-Ramadan512"
],
"repo": "25LucasAnselmo/gr_zoom",
"url": "https://github.com/25LucasAnselmo/gr_zoom/issues/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
163300510
|
Geocoding is breaking with guzzle
My code stopped working with recent updates to composer components ... Now geocoding request gets a guzzle error related to maps
PHP Fatal Error – yii\base\ErrorException
Call to undefined method GuzzleHttp\Psr7\Response::json()
See the error here
http://screencast.com/t/uai9ya5Gu6
Code that generates above:
'full_address' => '1522 SE 44th Ave, Portland, OR 97214', address here slightly different
use dosamigos\google\maps\services\GeocodingClient;
...
public function addLocationFromAddress($model,$full_address='') {
// finds gps coordinates from full_address field if available
if ($full_address=='') return false;
$gc = new GeocodingClient();
$result = $gc->lookup(array('address'=>$full_address,'components'=>1));
$location = $result['results'][0]['geometry']['location'];
if (!is_null($location)) {
$lat = $location['lat'];
$lng = $location['lng'];
// add GPS entry in PlaceGeometry
$this->addGeometryByPoint($model,$lat,$lng);
}
}
My composer.json:
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.7",
"yiisoft/yii2-bootstrap": "",
"yiisoft/yii2-swiftmailer": "",
"openbuildings/swiftmailer-css-inliner":"",
"2amigos/yii2-google-maps-library": "",
"2amigos/yii2-google-places-library": "",
"stichoza/google-translate-php": "~2.0",
"google/apiclient": "1.0.@beta",
"2amigos/yii2-date-time-picker-widget": "",
"yiisoft/yii2-jui": "",
"cebe/yii2-gravatar": "",
"kartik-v/yii2-widget-fileinput": "",
"yiisoft/yii2-imagine": "",
"2amigos/yii2-resource-manager-component": "0.1.",
"yiisoft/yii2-authclient": "~2.0.0",
"mailgun/mailgun-php": "~2.0",
"guzzlehttp/guzzle":"6.2.0 as 4.2.3",
"php-http/guzzle6-adapter":"1.0.0",
Yep, i have to take out all 2amigos components and rewrite it for new Guzzle.
@kudzuu @newscloud it has been fixed: https://github.com/2amigos/yii2-google-maps-library/blob/master/ClientAbstract.php#L72
I'll update the library now
done, please update to 1.0.1 sorry i do not have much time to do what i really want with this lib.
|
gharchive/issue
| 2016-07-01T01:19:17 |
2025-04-01T04:54:39.665909
|
{
"authors": [
"kudzuu",
"newscloud",
"tonydspaniard"
],
"repo": "2amigos/yii2-google-maps-library",
"url": "https://github.com/2amigos/yii2-google-maps-library/issues/58",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1465272207
|
Make Llama Temple kong underwater gate open instantly with removed cutscenes
https://discord.com/channels/463917049782075395/559837167430664203/1045531225760206868
Thanksgiving report
Gate's sound now won't stop (at least on N64 and I think on Wii U VC too during Draqueus's run from that charity event) https://clips.twitch.tv/TenuousSmokySowTakeNRG-_RBl2J-CqeplakHb
|
gharchive/issue
| 2022-11-26T22:41:31 |
2025-04-01T04:54:39.671921
|
{
"authors": [
"AlmostSeagull",
"theballaam96"
],
"repo": "2dos/DK64-Randomizer",
"url": "https://github.com/2dos/DK64-Randomizer/issues/1098",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2395321636
|
Culling configuration for binderhub-ui hubs with null authenticator
ISSUE IS NOT REFINED
I don't want to sidetrack current work detailing this issue atm, but I think jupyterhub-idle-culler may fail to work properly in hhmi's binderhub-ui deployment, as I saw jupyter-2i2c-2dorg-2dneuroglancer-2ddemo-2d8at63pg8 1/1 Running 0 4d14h. I think its related to it being a hub setup without authentication, where the launched server isn't even aware about the jupyterhub and won't report activity status etc. I'm not sure though.
Not actionable. Closing.
|
gharchive/issue
| 2024-07-08T11:02:21 |
2025-04-01T04:54:39.715711
|
{
"authors": [
"consideRatio"
],
"repo": "2i2c-org/infrastructure",
"url": "https://github.com/2i2c-org/infrastructure/issues/4376",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
2383249266
|
🛑 MS - API-ORCHESTRATOR is down
In e6ca60f, MS - API-ORCHESTRATOR ($MS_API_ORCHESTRATOR_URL) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MS - API-ORCHESTRATOR is back up in 04c504f after 9 minutes.
|
gharchive/issue
| 2024-07-01T08:55:11 |
2025-04-01T04:54:39.742627
|
{
"authors": [
"DanielVelasquezTreinta"
],
"repo": "30SAS/uptime",
"url": "https://github.com/30SAS/uptime/issues/3338",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2471445634
|
🛑 MS - NOTIFICATIONS is down
In f381568, MS - NOTIFICATIONS ($MS_NOTIFICATIONS_URL) was down:
HTTP code: 503
Response time: 198 ms
Resolved: MS - NOTIFICATIONS is back up in 889bca6 after 8 minutes.
|
gharchive/issue
| 2024-08-17T09:19:40 |
2025-04-01T04:54:39.745281
|
{
"authors": [
"DanielVelasquezTreinta"
],
"repo": "30SAS/uptime",
"url": "https://github.com/30SAS/uptime/issues/4110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
160718242
|
Pod shutdown not refreshing pull secret
The server now shutdown regularly. However, this does not seem to be causing the pod to get the new secret
An http status endpoint in the app needs added and a liveliness check should be added to our pod
|
gharchive/issue
| 2016-06-16T17:37:23 |
2025-04-01T04:54:39.746130
|
{
"authors": [
"tnine"
],
"repo": "30x/shipyard",
"url": "https://github.com/30x/shipyard/issues/32",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
2010582334
|
unlockfps_clr.exe got malicious warning from virustotal scan
and?
|
gharchive/issue
| 2023-11-25T11:36:23 |
2025-04-01T04:54:39.755295
|
{
"authors": [
"34736384",
"fxavierho123"
],
"repo": "34736384/genshin-fps-unlock",
"url": "https://github.com/34736384/genshin-fps-unlock/issues/254",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2054665565
|
能否增加延迟选项以避免“ReadProcessMemory或WriteProcessMemory”错误
某一次更新AMD显卡驱动后,每次启动原神都会弹出这个错误提示。
疑似是因为客户端启动变慢了,但是genshin-fps-unlock在原神客户端未完全启动时就修改内存,引起报错。
每次都需要切回桌面确认该弹窗后genshin-fps-unlock才能重新生效。
能否提供选项允许推迟数秒钟后再修改fps上限,避免报错?
作者可能是没空修 问就让人忽略
每次都弹窗嫌烦先用这个吧 这个不报错 https://github.com/xiaonian233/genshin-fps-unlock
已修
|
gharchive/issue
| 2023-12-23T04:35:26 |
2025-04-01T04:54:39.757850
|
{
"authors": [
"34736384",
"Branmuffinland",
"zhouym233"
],
"repo": "34736384/genshin-fps-unlock",
"url": "https://github.com/34736384/genshin-fps-unlock/issues/307",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
638125310
|
[BUG] no method named draw found
Describe the bug
Following the doc, when I run cargo run, I get the following error:
In VS code:
To Reproduce
src/main.rs
use plotters::prelude::*;
fn main() {
let root_drawing_area = BitMapBackend::new("result.png", (1024, 768)).into_drawing_area();
root_drawing_area.fill(&WHITE);
let chart = ChartBuilder::on(&root_drawing_area)
.build_ranged(-3.14..3.14, -1.2..1.2)
.unwrap();
chart.draw(LineSeries::new(
(-314..314).map(|x| x as f64 / 100.0).map(|x| (x, x.sin())),
&RED,
))
.unwrap();
}
Version Information
[package]
name = "myplotters"
version = "0.1.0"
authors = ["My Name <my.email@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
plotters = "0.2.15
Hi there, sorry for the delay. It seems you need to used draw_series instead of draw.
Closing this issue, feel free to reopen it if the problem is still there.
|
gharchive/issue
| 2020-06-13T08:53:47 |
2025-04-01T04:54:39.778121
|
{
"authors": [
"38",
"shinokada"
],
"repo": "38/plotters",
"url": "https://github.com/38/plotters/issues/154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.