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 |
|---|---|---|---|---|---|
2387491961 | Ferrocene compiler needs more information about the type of Box<_> at compile time.
When attempting to compile this crate using the Ferrocene compiler, I see the following error in /src/format_description/parse/mod.rs.
This isn't specific to Ferrocene, nor is it an issue at all. See #681 — it's already been fixed.... | gharchive/issue | 2024-07-03T02:18:35 | 2025-04-01T04:58:34.089229 | {
"authors": [
"benracine",
"jhpratt"
],
"repo": "time-rs/time",
"url": "https://github.com/time-rs/time/issues/689",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
743986324 | Non-leaders should not fill the logs
Currently the non-leaders in the leader-election method do not stop logging and hence fill the logs which are enough to be logged just once until a change. This needs to be fixed. Log only if the situation compared to previous is changed.
[ ] Lesser logging by non-leaders
Clar... | gharchive/issue | 2020-11-16T16:42:46 | 2025-04-01T04:58:34.111911 | {
"authors": [
"Harkishen-Singh",
"cevian"
],
"repo": "timescale/promscale",
"url": "https://github.com/timescale/promscale/issues/351",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
446821540 | Refactor generate_queries devops case to use errs
Previously the devops use case generation code used a call to
log.Fatalf when something went wrong. This makes it awkward to test
error conditions when generating queries from other packages, since
we need a way to (a) replace the unexported call to log.Fatalf and
(b)... | gharchive/pull-request | 2019-05-21T20:56:31 | 2025-04-01T04:58:34.163415 | {
"authors": [
"RobAtticus",
"codecov-io"
],
"repo": "timescale/tsbs",
"url": "https://github.com/timescale/tsbs/pull/77",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
861272078 | RuntimeError: cannot reuse already awaited coroutine
It is said it "happens pretty much any time you use a bare coroutine in Python.".
Tentative fix using package asyncache in commit 36e8fd9fb6754d4cfae4d1ca80fa163025e85986.
| gharchive/issue | 2021-04-19T12:46:58 | 2025-04-01T04:58:34.185531 | {
"authors": [
"timkofu"
],
"repo": "timkofu/ghs",
"url": "https://github.com/timkofu/ghs/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
283764492 | Implementing equals() and hashCode() for UserTrade.
I'm a user of XChange but this is my first contribution.
I would benefit from these modifications, and I thought others would too.
If I am not following accepted conventions, proper PR protocol, etc please let me know and I'll try to make necessary changes.
just o... | gharchive/pull-request | 2017-12-21T03:39:40 | 2025-04-01T04:58:34.189583 | {
"authors": [
"andre77",
"stevenuray",
"timmolter"
],
"repo": "timmolter/XChange",
"url": "https://github.com/timmolter/XChange/pull/2019",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
769138491 | Баг: Не работает bot.labeler.vbml_ignore_case = True.
Опишите баг: ...
Описан
Ожидаемое поведение: ...
Бот будет игнорить регистр
Фактическое поведение: ...
Бот не игнорит регистр
Ваш код (опционально): ...
bot.run_forever()``` и ```@bot.on.chat_message(text=['кошка', 'кот', "котик", 'котенок', 'котёнок', 'котики'])
... | gharchive/issue | 2020-12-16T17:42:50 | 2025-04-01T04:58:34.193388 | {
"authors": [
"Timtaran",
"timoniq"
],
"repo": "timoniq/vkbottle",
"url": "https://github.com/timoniq/vkbottle/issues/286",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1579739055 | Improve the CLI
This PR introduces a number of improvements to the command line tools included with the package.
Specifically, it:
adds a new getNameForDevice which returns a device's name (e.g. "Logitech Litra Glow")
updates all of the CLIs so you can specify a --serial-number/-s to target a specific device when yo... | gharchive/pull-request | 2023-02-10T14:05:57 | 2025-04-01T04:58:34.209009 | {
"authors": [
"leggetter",
"timrogers"
],
"repo": "timrogers/litra",
"url": "https://github.com/timrogers/litra/pull/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
643952162 | Is evaluate() Automatic differentiable?
Hello everyone,
I am using PolyChaos.jl to build a new Surrogates at Surrogates.jl. Every surrogate is Automatic-differentiable at the moment, so I want to my PolynomialChaosSurrogate to be differentiable as well. However, I think evaluate() is not automatic differentiable, see... | gharchive/issue | 2020-06-23T15:47:38 | 2025-04-01T04:58:34.226404 | {
"authors": [
"ludoro",
"timueh"
],
"repo": "timueh/PolyChaos.jl",
"url": "https://github.com/timueh/PolyChaos.jl/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2476251541 | Adding the ability to specify a custom path to a configuration file
This adds the ability to provide a custom path to the configuration file in the azure devops extension
Changes
Added new task input with name "configFilePath" to enable passings custom path to the configuration file
What is the problem of using t... | gharchive/pull-request | 2024-08-20T18:16:05 | 2025-04-01T04:58:34.317268 | {
"authors": [
"mburumaxwell",
"trojanmartin"
],
"repo": "tinglesoftware/dependabot-azure-devops",
"url": "https://github.com/tinglesoftware/dependabot-azure-devops/pull/1291",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1004498145 | alpine: Upgrade alpine linux to 3.14
Description
Upgrades the alpine linux environment from v3.12 to v3.14.
Why is this needed
Alpine 3.14 ships docker 20.10 which includes support for multiple log drivers which we need to send log output to a centralized syslog while still allowing 'docker logs' to work.
Saw this... | gharchive/pull-request | 2021-09-22T16:33:03 | 2025-04-01T04:58:34.323696 | {
"authors": [
"ScottGarman",
"splaspood",
"tstromberg"
],
"repo": "tinkerbell/osie",
"url": "https://github.com/tinkerbell/osie/pull/285",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1003898857 | Add Correlation heatmap to EDA
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Before submitting (checklist)
[ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
[x] Did you read the contribution guide?
[x] Did you check the code style? make li... | gharchive/pull-request | 2021-09-22T06:54:49 | 2025-04-01T04:58:34.340423 | {
"authors": [
"alex-hse-repository",
"codecov-commenter",
"julia-shenshina"
],
"repo": "tinkoff-ai/etna-ts",
"url": "https://github.com/tinkoff-ai/etna-ts/pull/77",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1510213146 | Dhivehi language added
Since Dhivehi is a right-to-left language, webapp's css and layout needs to be changed.
I have no experience with RTL languages and it's not clear to me what I have to change in the css. Would you mind advising me on CSS changes? Thanks!
Hi, I'm not very good at CSS. In general, all the tex... | gharchive/pull-request | 2022-12-25T00:11:42 | 2025-04-01T04:58:34.343296 | {
"authors": [
"or-else",
"xahiru"
],
"repo": "tinode/webapp",
"url": "https://github.com/tinode/webapp/pull/105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1829952308 | reshape to register variable value
Part of #1353
reshape from int shape to shape with a variable writes the variable value to Variable.val. We don't need the value to generate the kernel code, but we need it to run the generated program.
Changes made in tinygrad/:
---------------------------------------------------... | gharchive/pull-request | 2023-07-31T20:15:57 | 2025-04-01T04:58:34.387872 | {
"authors": [
"chenyuxyz",
"tinyb0t"
],
"repo": "tinygrad/tinygrad",
"url": "https://github.com/tinygrad/tinygrad/pull/1386",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2035381722 | Implement associative scan
Closes #2708.
Uses this algo.
[x] first impl
[ ] support reverse
[ ] basic testing
[ ] axis tests
[ ] SSM tests
[ ] jax comparisons?
[ ] some benchmarking
Works, but awfully slow for some reason.
I like this feature, but this hasn't been updated for a while
| gharchive/pull-request | 2023-12-11T10:47:30 | 2025-04-01T04:58:34.390449 | {
"authors": [
"blueridanus",
"geohot"
],
"repo": "tinygrad/tinygrad",
"url": "https://github.com/tinygrad/tinygrad/pull/2713",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
956179208 | Verify builtins get compiled into asm instructions we want
We are using __builtin calls in some of our bit manipulation functions. The idea is that the compiler will turn the builtin calls to native instructions, when compiled with the appropriate target flag. There are some indications that this is not always the ca... | gharchive/issue | 2021-07-29T20:22:53 | 2025-04-01T04:58:34.393678 | {
"authors": [
"daniel-j-h"
],
"repo": "tinygraph/tinygraph",
"url": "https://github.com/tinygraph/tinygraph/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1857268980 | .gitignore .backup files
Project Description
Hey, Contributor!
Interpret issues freely. Need help or have ideas? Comment right here. Remember, this is the only forum where Krisztián answers questions - your golden ticket to help!
Note: We eat our own dog food. We use Junior to work on Junior. So please, commit prompt... | gharchive/issue | 2023-08-18T20:42:50 | 2025-04-01T04:58:34.419664 | {
"authors": [
"tisztamo"
],
"repo": "tisztamo/Junior",
"url": "https://github.com/tisztamo/Junior/issues/58",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
263142717 | titanpad.com ssl cert revoked
The titanpad.com site is unreachable on secure browsers because the ssl cert is revoked
This is not a bug with the code. Site support is elsewhere, but I doubt we'll care very much about this. Also only an issue with Chrome.
| gharchive/issue | 2017-10-05T14:17:48 | 2025-04-01T04:58:34.426469 | {
"authors": [
"stuartf",
"zeha"
],
"repo": "titanpad/titanpad",
"url": "https://github.com/titanpad/titanpad/issues/9",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
433779231 | deployment methods - pypi or maven
hi ,
would be great if there were pypi installation or maven coordinates so organization behind firewalls and with security controls can use the library.
Thanks for the suggestion. I will look into it to deploy them into pypi and maven later.
| gharchive/issue | 2019-04-16T13:26:19 | 2025-04-01T04:58:34.427436 | {
"authors": [
"titicaca",
"yairdata"
],
"repo": "titicaca/spark-iforest",
"url": "https://github.com/titicaca/spark-iforest/issues/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
426284690 | docker -e not working
/run.sh: line 99: exec: -e: invalid option
exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
You are using the docker exec command wrong.
i use
docker run -d --cap-add SYS_PTRACE \
-v /proc:/host/proc:ro \
-v /sys:/host/sys:ro \
-... | gharchive/issue | 2019-03-28T03:49:21 | 2025-04-01T04:58:34.431670 | {
"authors": [
"SuperSandro2000",
"T-Jedsada"
],
"repo": "titpetric/netdata",
"url": "https://github.com/titpetric/netdata/issues/85",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
181039048 | possible to yield Map object?
Hi
I got this error, when yield a Map object,
'You may only yield a function, promise, generator, array, or object, but the following object was passed: "[object Map]"'
Is that possible to support Map?
Thanks
Hi,
Workaround would be:
yield Array.from(map.values())
\C
Am 05.10.2016 um ... | gharchive/issue | 2016-10-05T00:33:28 | 2025-04-01T04:58:34.442740 | {
"authors": [
"DeShadow",
"freiit",
"harshitgupta",
"siyangbi",
"vaz"
],
"repo": "tj/co",
"url": "https://github.com/tj/co/issues/299",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1556586316 | WIP - Startup BASIC program enhancements
Unfortunately this doesn't work as it is for some reason but I'm not sure why. The program works fine in an emulator but when booting the Apple 2 it just drops to the BASIC prompt without running this version of Startup.bas at all. When I catalog the disk it's not even there... | gharchive/pull-request | 2023-01-25T12:44:40 | 2025-04-01T04:58:34.470765 | {
"authors": [
"benjamink",
"bkrein-vertex",
"tjboldt"
],
"repo": "tjboldt/Apple2-IO-RPi",
"url": "https://github.com/tjboldt/Apple2-IO-RPi/pull/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
634857819 | Fails to build without std feature enabled
Versions 0.3.6 and 0.3.7 fail to build without the std feature enabled, e.g. if only a direct dependency on hashbrown is used which depends on ahash without default features.
The error message is
error[E0433]: failed to resolve: use of undeclared type or module `std`
--> /h... | gharchive/issue | 2020-06-08T18:57:27 | 2025-04-01T04:58:34.561396 | {
"authors": [
"adamreichold",
"tkaitchuck",
"vadixidav"
],
"repo": "tkaitchuck/aHash",
"url": "https://github.com/tkaitchuck/aHash/issues/36",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2739866196 | Add an About section
I suggest adding an About section saying "Fortran functions for dates and times" and adding topic tags datetime, dates, times.
I appreciate your kind advice!
| gharchive/issue | 2024-12-14T13:04:23 | 2025-04-01T04:58:34.562701 | {
"authors": [
"Beliavsky",
"tkdhss111"
],
"repo": "tkdhss111/fortran-datetime",
"url": "https://github.com/tkdhss111/fortran-datetime/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1053311655 | Using BenchmarkCI in Buildkite pipelines
I tried using following script for running benchmarks on buildkite pipline
using Pkg
# Activate `benchmark`
Pkg.activate("benchmark")
Pkg.develop(path=".") # Add parent Project.toml to development env
Pkg.instantiate()
Pkg.build()
Pkg.precompile()
# Start benchmarking
using... | gharchive/issue | 2021-11-15T07:37:11 | 2025-04-01T04:58:34.571944 | {
"authors": [
"tkf",
"ven-k"
],
"repo": "tkf/BenchmarkCI.jl",
"url": "https://github.com/tkf/BenchmarkCI.jl/issues/172",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1180735602 | add format_paths
Feel free to close this PR, but I do think it is useful.
Sorry, I'm not adding features to this pacakge. I added some explanations in README now: https://github.com/tkf/julia-code-style-suggesters#notes
| gharchive/pull-request | 2022-03-25T12:26:14 | 2025-04-01T04:58:34.573490 | {
"authors": [
"BeastyBlacksmith",
"tkf"
],
"repo": "tkf/julia-code-style-suggesters",
"url": "https://github.com/tkf/julia-code-style-suggesters/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2499444605 | Add .pre-commit-config.yaml to check format README
pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
For more information see: https://pre-commit.com/
@all-contributors please add @pre-commit.ci for maintenance
| gharchive/pull-request | 2024-09-01T12:36:50 | 2025-04-01T04:58:34.574962 | {
"authors": [
"tkoyama010"
],
"repo": "tkoyama010/awesome-jupyter-book",
"url": "https://github.com/tkoyama010/awesome-jupyter-book/pull/3",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
614751156 | add MiVideo usage via Kaltura API data
⏸️ On Hold
As of 16 June 2020, we've not gotten information from Kaltura about using their API for this purpose. The reports they offer don't work on the time frame we want (we want hourly, not daily) and they don't include the course information (they could do this by passing ... | gharchive/issue | 2020-05-08T13:42:31 | 2025-04-01T04:58:34.590884 | {
"authors": [
"lsloan"
],
"repo": "tl-its-umich-edu/course-inventory",
"url": "https://github.com/tl-its-umich-edu/course-inventory/issues/144",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1648421627 | Open file on beta not working
Open file button not working properly. It doesn't open the box to select file from you computer. Facing this issue on https://beta.tldraw.com/
Closing this now as we've put out some more fixes for it. Let me know if this is still an issue though!
| gharchive/issue | 2023-03-30T22:44:00 | 2025-04-01T04:58:34.619253 | {
"authors": [
"TodePond",
"gauravidg"
],
"repo": "tldraw/tldraw-beta",
"url": "https://github.com/tldraw/tldraw-beta/issues/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
462339648 | include() doesn't work
I can not include() .jl files and don't understand why. Only an error is generated, and serve(verb=true, nomess=true) neither tells me anything.
MWE:
testf.jl:
println("hello")
The following is in index.html:
```julia:rundiary/load
fn = "testf.jl"
println("Is this a file? $(isfile(fn))")
inclu... | gharchive/issue | 2019-06-29T20:28:49 | 2025-04-01T04:58:34.632505 | {
"authors": [
"cserteGT3",
"tlienart"
],
"repo": "tlienart/JuDoc.jl",
"url": "https://github.com/tlienart/JuDoc.jl/issues/186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
261060299 | Support for API Versions
Are there any plans to support API versions?
I don't have substantive work plans for this repository: I happily review & usually accept pull requests for fixes & features that fit the intended scope, but don't actively write new code here because, well, the project does what it set out to d... | gharchive/issue | 2017-09-27T17:42:47 | 2025-04-01T04:58:34.642020 | {
"authors": [
"akshayrawat",
"tmcw"
],
"repo": "tmcw/docbox",
"url": "https://github.com/tmcw/docbox/issues/54",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
276685707 | DOS turing completeness
Нужно сделать язык DOS Тюнинг полным. Смотри: http://en.wikipedia.org/wiki/Turing_completeness
Это важно, так как язык должен иметь возможность решать все типы задач.
Dublicate with #67
| gharchive/issue | 2017-11-24T19:12:06 | 2025-04-01T04:58:34.661480 | {
"authors": [
"tmptrash"
],
"repo": "tmptrash/jevo.js",
"url": "https://github.com/tmptrash/jevo.js/issues/66",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
71954269 | Commands Have Stopped Working
When starting a new session, the commands are each printed twice, but don't seem to be executed.
env:
lubuntu 14.40
tmuxinator 0.6.10
tmux 1.9 (looks like it's not officially supported, but I've been using it for months without issue)
rvm 1.26.11
ruby 2.2.0
test.yml
# ~/.tmuxinator/te... | gharchive/issue | 2015-04-29T18:40:01 | 2025-04-01T04:58:34.691986 | {
"authors": [
"Soliah",
"ethagnawl",
"hori-ryota",
"podung"
],
"repo": "tmuxinator/tmuxinator",
"url": "https://github.com/tmuxinator/tmuxinator/issues/299",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1340466722 | Syntax for lu
Here is some current output for "lu hıo hóa súq ky jí ka":
Some thoughts:
I don't think the labeling around lu … ky is right (should V at the top of the moved subtree be V', VP?).
Currently lu wraps a CP, and in fact zugaı permits "lu la hıo hóa…" with non-null C — how do we feel about this? (I think ... | gharchive/issue | 2022-08-16T14:43:36 | 2025-04-01T04:58:34.718988 | {
"authors": [
"lynn",
"solpahi"
],
"repo": "toaq/zugai",
"url": "https://github.com/toaq/zugai/issues/22",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1642184003 | Ruby Group capstone project
In this project we are 3 members @EddyShimwa, @tobuya, and @Ridwanullahi-code.
@EddyShimwa is assigned to Team member #1
@tobuya is assigned to Team member #2
@Ridwanullahi-code is assigned to Team member #3
Hi Team,
You did extremely great on this project! 👏 👏
There are however a... | gharchive/issue | 2023-03-27T14:18:00 | 2025-04-01T04:58:34.743723 | {
"authors": [
"EddyShimwa",
"rloterh",
"tresorsawasawa"
],
"repo": "tobuya/catalog_of_my_things",
"url": "https://github.com/tobuya/catalog_of_my_things/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
368859064 | type introspection not working in dynamic_bridge and ros2 topic echo
This has been a problem since before the bouncy release. Coredx seems to know the types of messages that it sees, but when it needs to use that type on the fly it doesn't seem to work. The easiest example of that is with ros2 topic echo. I should be... | gharchive/issue | 2018-10-10T21:18:22 | 2025-04-01T04:58:34.795626 | {
"authors": [
"ClarkTucker",
"asibryant"
],
"repo": "tocinc/rmw_coredx",
"url": "https://github.com/tocinc/rmw_coredx/issues/28",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
294850382 | Added PVWatts API
Calculates the energy production of grid-connected photovoltaic (PV) energy systems. From National Renewable Energy Laboratory
Thank you for taking the time to work on a Pull Request for this project!
To ensure your PR is dealt with swiftly please check the following:
[x] Your submissions are forma... | gharchive/pull-request | 2018-02-06T17:41:20 | 2025-04-01T04:58:34.800432 | {
"authors": [
"davemachado",
"jerriais"
],
"repo": "toddmotto/public-apis",
"url": "https://github.com/toddmotto/public-apis/pull/610",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
497437143 | FileHandle bug [rt.cpan.org #1939]
Migrated from rt.cpan.org#1939 (status was 'open')
Requestors:
bbb@cpan.org
Attachments:
xml-parser.FileHandle.patch
From on 2003-01-11 23:48:35
:
XML::Parser 2.30 and 2.31
I've been trying for a while to figure out why
I'm getting this spewage from your module:
Can't locate ... | gharchive/issue | 2019-09-24T03:43:54 | 2025-04-01T04:58:34.806213 | {
"authors": [
"toddr"
],
"repo": "toddr/XML-Parser",
"url": "https://github.com/toddr/XML-Parser/issues/57",
"license": "Artistic-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
56432540 | observe:true
please describe in wiki what's the purpose of observe:true and how to use and when to use.
ps: on wiki seen in github some markup errors are there, _ seen as verbatim instead of intended italic?, like: _.project_
Added the observe true documentation and fixed the italic issues
| gharchive/issue | 2015-02-03T20:30:27 | 2025-04-01T04:58:34.837486 | {
"authors": [
"IndrekV",
"glensc"
],
"repo": "toggl/toggl-button",
"url": "https://github.com/toggl/toggl-button/issues/205",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
321452746 | Use launchpad ppa to distribute debian package
ppa is already created.
We need to add a script that submits build when we push to stable channel
While you're at it, please consider creating an RPM as well to support Red Hat, Fedora and OpenSUSE. Maybe this should be a new issue.
| gharchive/issue | 2018-05-09T06:58:53 | 2025-04-01T04:58:34.838634 | {
"authors": [
"IndrekV",
"tdgroot"
],
"repo": "toggl/toggldesktop",
"url": "https://github.com/toggl/toggldesktop/issues/2443",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
805501183 | Need to type trailing spaces
This was tested on Windows. When I have to write a sentence, I also need to typing trailing spaces. This seems like a bug, and I can't see the space.
Environment: Win10, Shell: CMD
Hmm, this issue is invalid, as it seems to be a feature when you make an error halfway, you need to confir... | gharchive/issue | 2021-02-10T13:12:13 | 2025-04-01T04:58:34.840401 | {
"authors": [
"770grappenmaker",
"hardliner66"
],
"repo": "togglebyte/toggle_cool_cow_says_type",
"url": "https://github.com/togglebyte/toggle_cool_cow_says_type/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
284688097 | Integration with other react project
Hi,
First thanks for this project - really cool!
Second I'm starting to learn react (really total newb) and to get integrate it with django.
I can get the project to work on its own which is already a good news.
I am now trying to integrate it with the django-react-teamplate. It s... | gharchive/issue | 2017-12-27T09:49:05 | 2025-04-01T04:58:34.847059 | {
"authors": [
"jsartre",
"tohjustin"
],
"repo": "tohjustin/coincharts",
"url": "https://github.com/tohjustin/coincharts/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1393165876 | Create Posts “20221001-how-i-prepared-for-my-amazon-front-end-engineer-interview”
Automatically generated by Netlify CMS
👷 Deploy Preview for monetaboot processing.
Name
Link
🔨 Latest commit
b22cca9ffa18fa9a6256e0e6755768a3fb25182d
🔍 Latest deploy log
https://app.netlify.com/sites/monetaboot/deploys/633... | gharchive/pull-request | 2022-10-01T01:06:56 | 2025-04-01T04:58:34.850140 | {
"authors": [
"toicodedoec"
],
"repo": "toicodedoec/potato",
"url": "https://github.com/toicodedoec/potato/pull/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2360301896 | Creating Variables Color-Modifiers Creates Blank Variables
Describe the bug
This seems like an old bug again where creating variables with color-modifiers results in blank variables; this was tested in rc7. The bug is also quite inconsistent as it sometimes works and sometimes doesn't. The user however has checked th... | gharchive/issue | 2024-06-18T16:53:27 | 2025-04-01T04:58:34.862173 | {
"authors": [
"keeganedwin",
"robinhoodie0823"
],
"repo": "tokens-studio/figma-plugin",
"url": "https://github.com/tokens-studio/figma-plugin/issues/2873",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
679595404 | StableDeref for Bytes?
I would like to store Bytes as the owning type in a rental RentRef struct (https://docs.rs/rental/0.5.4/rental/common/struct.RentRef.html) but for this Bytes needs to implement the StableDeref marker trait (https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait/trait.StableDeref.html).
Sta... | gharchive/issue | 2020-08-15T15:43:02 | 2025-04-01T04:58:34.870589 | {
"authors": [
"carllerche",
"flub",
"seanmonstar",
"sunny-g"
],
"repo": "tokio-rs/bytes",
"url": "https://github.com/tokio-rs/bytes/issues/426",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2190037509 | Bytes: Use ManuallyDrop instead of mem::forget
Note: The tsan job is failing in CI due to https://github.com/rust-lang/rust/issues/122476, which should be resolved in the next few days.
Much like https://github.com/tokio-rs/bytes/pull/675, I found a few places we can more idiomatically use ManuallyDrop.
https://git... | gharchive/pull-request | 2024-03-16T14:26:58 | 2025-04-01T04:58:34.873016 | {
"authors": [
"braddunbar"
],
"repo": "tokio-rs/bytes",
"url": "https://github.com/tokio-rs/bytes/pull/678",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
904326874 | Instrument Tokio Wakers
We want to detect a few things with regards to the Wakers related to a Task:
Time from wake to poll
If poll returns Pending but the Waker wasn't cloned.
While not fool proof, this could be a good-enough heuristic to detect a "forgot to wake".
If wake was called from a different thread, or ... | gharchive/issue | 2021-05-27T22:47:55 | 2025-04-01T04:58:34.879763 | {
"authors": [
"hawkw",
"seanmonstar"
],
"repo": "tokio-rs/console",
"url": "https://github.com/tokio-rs/console/issues/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
179959384 | doc: Examples
tokio-proto is quite a generic crate, but this means that as a first-timer it's often very difficult to wrap your head around all the generics and figure out what's what. Perhaps some key examples could be given for functions like connect, Server::new, etc, which show off what's happening?
One option ma... | gharchive/issue | 2016-09-29T05:58:36 | 2025-04-01T04:58:34.882112 | {
"authors": [
"alexcrichton",
"carllerche"
],
"repo": "tokio-rs/tokio-proto",
"url": "https://github.com/tokio-rs/tokio-proto/issues/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
686925102 | [FYI] [Not Ours] yarn generate 時のエラー
起こっている問題 / The Problem
yarn generate:dev(たとえば)をすると、スクショ欄にあるようエラーが出現する。
実行時に影響はないとはいえ、精神衛生上よろしくない。
だから、できれば取り除きたい。いや、取り除くべきだ。
スクリーンショット / Screenshot
期待する見せ方・挙動 / Expected Behavior
yarn generate で、当該エラーが一切出現しないこと。
起こっている問題の再現手段 / Steps to Reproduce
yarn generate の起動後、コンソールをず... | gharchive/issue | 2020-08-27T04:16:47 | 2025-04-01T04:58:34.920754 | {
"authors": [
"mcdmaster"
],
"repo": "tokyo-metropolitan-gov/covid19",
"url": "https://github.com/tokyo-metropolitan-gov/covid19/issues/5352",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
575324764 | 「陽性患者数」のグラフ & データの更新日時の文言の高さに「陽性患者の属性」側を揃える
📝 関連issue
p-r #342
⛏ 変更内容
陽性患者の属性テーブルの height を 200px から 314px に変更(314 はグラフの高さを元に)
陽性患者数のグラフ & データの更新日時の文言の高さを揃える
1度に画面に表示される件数を増やす
📸 スクリーンショット
Google Chrome
Safari
window の幅に依存するため
| gharchive/pull-request | 2020-03-04T11:22:00 | 2025-04-01T04:58:34.924350 | {
"authors": [
"NagaoKyota"
],
"repo": "tokyo-metropolitan-gov/covid19",
"url": "https://github.com/tokyo-metropolitan-gov/covid19/pull/347",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
578274673 | [WIP] [i18n] components/flow/FlowPcNotRequired.vue のi18n化
📝 関連issue / Related Issues
#932
⛏ 変更内容 / Details of Changes
components/flow/FlowPcNotRequired.vue のi18n化
作業中 ~(相談したいことはあとで追記します)~ 追記済み
[ ] 下記の再マークアップ(spanの位置) <span>
新型コロナ外来
</span>
<strong>受診が不要</strong>
<span>
と判断された場合
</span>
↑できれば... | gharchive/pull-request | 2020-03-10T01:09:18 | 2025-04-01T04:58:34.930029 | {
"authors": [
"MaySoMusician",
"kaizumaki"
],
"repo": "tokyo-metropolitan-gov/covid19",
"url": "https://github.com/tokyo-metropolitan-gov/covid19/pull/960",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
952701172 | PGSync tries to find FK between unrelated tables.
PGSync version:
v2.1.1
Postgres version:
v11.1
Elasticsearch version:
v7.11.2
Redis version:
v5
Python version:
v3.8
Problem Description:
Using this schema, while bootstrap and pgsync commands run without issues, I am getting the following error when actually create a... | gharchive/issue | 2021-07-26T09:30:21 | 2025-04-01T04:58:34.944565 | {
"authors": [
"loren",
"namoshizun",
"toluaina"
],
"repo": "toluaina/pgsync",
"url": "https://github.com/toluaina/pgsync/issues/142",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
79710680 | Cannot run on linux, help
$ cargo run --example window --verbose
Fresh khronos_api v0.0.5
Fresh lazy_static v0.1.10
Fresh bitflags v0.1.1
Fresh libc v0.1.8
Fresh xml-rs v0.1.25
Fresh shared_library v0.1.0
Fresh dylib v0.0.1
Fresh log v0.3.1
Fresh clock_ti... | gharchive/issue | 2015-05-23T03:44:28 | 2025-04-01T04:58:34.946794 | {
"authors": [
"francesca64",
"neoedmund",
"tomaka"
],
"repo": "tomaka/glutin",
"url": "https://github.com/tomaka/glutin/issues/467",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
148210664 | Crates.io doesn't have the latest version
In the commit a6fe3081d98b8f6c1035001582144b502d897565, 0.1.8 is released, however the crates.io package at https://crates.io/crates/hlua/ only has 0.1.7.
For now, this can be worked around with https://crates.io/crates/hlua_master
Fixed by #70 which I had forgotten to me... | gharchive/issue | 2016-04-13T23:30:47 | 2025-04-01T04:58:34.949359 | {
"authors": [
"Ameliorate",
"tomaka"
],
"repo": "tomaka/hlua",
"url": "https://github.com/tomaka/hlua/issues/71",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
266798531 | Rewrite of wayland backend to new wayland-client API
This is a complete rewrite of the wayland backend to follow the breaking changes of the wayland-client API.
Commits are arranged more or less semantically, with the first one being setting back the state to a skeleton. A lot of stuff has been moved around, so it'll... | gharchive/pull-request | 2017-10-19T10:44:23 | 2025-04-01T04:58:34.953115 | {
"authors": [
"tomaka",
"vberger"
],
"repo": "tomaka/winit",
"url": "https://github.com/tomaka/winit/pull/325",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
344221145 | iOS Abstract Out the UIView type from winit
[x] Tested on all platforms changed
[x] Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
[x] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
There are a lot of changes to iOS in t... | gharchive/pull-request | 2018-07-24T22:06:20 | 2025-04-01T04:58:34.958344 | {
"authors": [
"francesca64",
"mtak-"
],
"repo": "tomaka/winit",
"url": "https://github.com/tomaka/winit/pull/609",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
224707783 | Android: com.android.dex.DexIndexOverflowException: method ID not in ...
Gradle 3.3, WireMock 2.6.0.
I build my Android project by Gradle. I write my unit test by Espresso, Mockito and all work fine.
Here my build.gradle:
`dependencies {
// for folder "androidTest"
androidTestCompile 'com.android.support.test.espress... | gharchive/issue | 2017-04-27T08:21:21 | 2025-04-01T04:58:34.966494 | {
"authors": [
"alexei28",
"tomakehurst"
],
"repo": "tomakehurst/wiremock",
"url": "https://github.com/tomakehurst/wiremock/issues/658",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
824920136 | Subscription command issue?
I love this queue -- go, simple, secure. Thank you. However I am having a terrible time getting subscriptions to work.
curl --insecure --cacert certs/ca.key --key certs/node.key --cert certs/node.crt -X POST https://localhost:9999/subscribe/foo ... | gharchive/issue | 2021-03-08T20:23:13 | 2025-04-01T04:58:34.971830 | {
"authors": [
"darsenault",
"tomarrell"
],
"repo": "tomarrell/miniqueue",
"url": "https://github.com/tomarrell/miniqueue/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
224375052 | Demo不能使用 Demo cannot be used
react:15.4.1
react-native : 0.39.2
react-native-chart : 1.0.8-beta #
Who gave me a valid Demo,thanks!
/**
Sample React Native App
https://github.com/facebook/react-native
@flow
*/
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View
} from 'react-... | gharchive/issue | 2017-04-26T07:51:27 | 2025-04-01T04:58:35.024521 | {
"authors": [
"Sura-zm",
"pheromone",
"tomauty"
],
"repo": "tomauty/react-native-chart",
"url": "https://github.com/tomauty/react-native-chart/issues/170",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
643130836 | Fix dovecot variable with whitespace
Signed-off-by: Arthur Outhenin-Chalandre arthur@cri.epita.fr
This fixes shell expansion for dovecot variables by adding quotes. I saw this bug while trying to use a ldap bind dn with a space in it.
The tests fail. I don't think it is caused by your change, but unfortunately I ca... | gharchive/pull-request | 2020-06-22T14:45:09 | 2025-04-01T04:58:35.026467 | {
"authors": [
"MrFreezeex",
"erik-wramner"
],
"repo": "tomav/docker-mailserver",
"url": "https://github.com/tomav/docker-mailserver/pull/1547",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
77518877 | Travis CI Pro fixes
Fixed url that always resolved to the non-pro version of Travis. Added setting to check for Travis builds on remotes with names other than origin. See commit message details for more information.
I'm not sure what exactly the Travis errors are indicating, but they seem to be related to the chang... | gharchive/pull-request | 2015-05-18T06:15:06 | 2025-04-01T04:58:35.036186 | {
"authors": [
"JrGoodle",
"tombell"
],
"repo": "tombell/travis-ci-status",
"url": "https://github.com/tombell/travis-ci-status/pull/58",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
126089939 | App "Back" button can't be excluded?
How can I make it so the Button style doesn't get applied to the system "Back" button you see when you open an app from another app for example (like if you click a deep link from Safari)? I tried using the UI debugger to find the class name, but the back button element doesn't ap... | gharchive/issue | 2016-01-12T03:38:14 | 2025-04-01T04:58:35.041871 | {
"authors": [
"SteveNewhouse",
"Stunner",
"frapaa",
"timbodeit"
],
"repo": "tombenner/nui",
"url": "https://github.com/tombenner/nui/issues/323",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
311591262 | Unable to load the chart
versions:
ruby - 2.4.3
rails - 5.1.6
postgresql - 1.0.0
Bootstrap 3.7
$ cat app/assets/javascripts/application.js
//= require rails-ujs
//= require turbolinks
//= require reports_kit/application
//= require bootstrap.min
//= require_tree .
$cat app/assets/stylesheets/application.css
*= requi... | gharchive/issue | 2018-04-05T12:33:23 | 2025-04-01T04:58:35.047540 | {
"authors": [
"rahulpattanshetty"
],
"repo": "tombenner/reports_kit",
"url": "https://github.com/tombenner/reports_kit/issues/35",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2142945122 | Version [1.2.1] doesn't seem to work, the circle goes round and round without stopping
Version : 1.2.1
What happens :
We were using version 1.1.9 for our application and everything was going great.
We wanted to upgrade our version to 1.2.1 but the circle keeps going round and round.
Is there a new option we need to... | gharchive/issue | 2024-02-19T18:29:00 | 2025-04-01T04:58:35.112340 | {
"authors": [
"Philrobots"
],
"repo": "tomickigrzegorz/circular-progress-bar",
"url": "https://github.com/tomickigrzegorz/circular-progress-bar/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
331922341 | fix report
this fix will exclude users that have PasswordLastUsed , but Console password
is disabled.
users that their "Console password" is disabled , should be ignored even if their PasswordLastUsed is populated .
Thanks for the PR @yapale. Why this change? Even if "console password" is disabled I think is impo... | gharchive/pull-request | 2018-06-13T09:53:04 | 2025-04-01T04:58:35.202701 | {
"authors": [
"toniblyx",
"yapale"
],
"repo": "toniblyx/prowler",
"url": "https://github.com/toniblyx/prowler/pull/220",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
333119001 | JustForFun
I am not proficient with git, so apologies if this is an oversight on my part, but where do I find the Just For Fun code samples?
BTW, Thanks for a great resource! This is fantastic!
Cheers
@madivad It appears they're not in this repo (yet)
It appears that on http://tldp.org/HOWTO/NCURSES-Programming-HOW... | gharchive/issue | 2018-06-18T02:49:31 | 2025-04-01T04:58:35.218886 | {
"authors": [
"madivad",
"tony"
],
"repo": "tony/NCURSES-Programming-HOWTO-examples",
"url": "https://github.com/tony/NCURSES-Programming-HOWTO-examples/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
657748459 | Arrow chart
An arrow chart, with an arrow representing gradient, say, needs:
a new GlyphShape with arrow head and direction.
direction then needs to be fed from the right shaped data
#12 closes
#12 closes
| gharchive/issue | 2020-07-16T00:29:34 | 2025-04-01T04:58:35.220393 | {
"authors": [
"tonyday567"
],
"repo": "tonyday567/chart-svg",
"url": "https://github.com/tonyday567/chart-svg/issues/8",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1671391257 | [BUG] ... Under "General" extension settings, the "POS-style Currency Entry" no longer works.
Describe the bug
Under "General" extension settings, the "POS-style Currency Entry" no longer works.
To Reproduce
For example, entering a figure of "500" in OUTFLOW or INFLOW field is supposed to result in "5.00" but instead... | gharchive/issue | 2023-04-17T15:01:56 | 2025-04-01T04:58:35.246020 | {
"authors": [
"Sarcasticon",
"michaelcmelton",
"mpitt",
"tschmechel"
],
"repo": "toolkit-for-ynab/toolkit-for-ynab",
"url": "https://github.com/toolkit-for-ynab/toolkit-for-ynab/issues/3093",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
830213128 | recaptcha enterprise.
Hi, I have been using django-recaptcha whilst developing an app, and have started converting it to production. I discover that google recaptcha is now google recaptcha enterprise, and they don't offer the same api, I think.
I am able to see a key id in the recaptcha enterprise admin console, b... | gharchive/issue | 2021-03-12T15:12:11 | 2025-04-01T04:58:35.370098 | {
"authors": [
"Andrew-Chen-Wang",
"K-N-Y",
"Stormheg",
"botondus",
"kennell",
"mgrdcm",
"millerthegorilla",
"nls81",
"thibaudcolas"
],
"repo": "torchbox/django-recaptcha",
"url": "https://github.com/torchbox/django-recaptcha/issues/234",
"license": "BSD-3-Clause",
"licen... |
1905215298 | Allow to specify num_mols in OutputModel
Alternative to #214
Just specify the number of molecules to make CUDA Graphs work:
model = load_model(model_file, num_mols=1)
I am scared to add another parameter like this.
If one saves this model it will lock it to that num_mol.
On the other hand this parameter exists sol... | gharchive/pull-request | 2023-09-20T15:14:27 | 2025-04-01T04:58:35.372602 | {
"authors": [
"RaulPPelaez",
"raimis"
],
"repo": "torchmd/torchmd-net",
"url": "https://github.com/torchmd/torchmd-net/pull/217",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2197399905 | Partial refunds
OrderRefunder теперь обрабатывает и полный, и частичный возвраты(если указан amount), так, например, можно будет оставить возможность полного возврата в списке
В админку пока не выводила, хочу окнуть изменения сервиса: сейчас я просто храню сумму прошлых возвратов в поле refund_amount заказа, а истори... | gharchive/pull-request | 2024-03-20T12:21:30 | 2025-04-01T04:58:35.437744 | {
"authors": [
"f213",
"paulinenik"
],
"repo": "tough-dev-school/education-backend",
"url": "https://github.com/tough-dev-school/education-backend/pull/2230",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1855202399 | 🛑 MSP-HIT is down
In c0c989d, MSP-HIT (https://hit.hanati.co.kr/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MSP-HIT is back up in 662c4a7.
| gharchive/issue | 2023-08-17T15:11:20 | 2025-04-01T04:58:35.445104 | {
"authors": [
"touguy"
],
"repo": "touguy/uptime",
"url": "https://github.com/touguy/uptime/issues/185",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1385495953 | 🛑 OneQOn is down
In 1be7bc3, OneQOn (https://oneqon.hanati.co.kr/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: OneQOn is back up in 143bbe9.
| gharchive/issue | 2022-09-26T06:25:04 | 2025-04-01T04:58:35.447830 | {
"authors": [
"touguy"
],
"repo": "touguy/uptime",
"url": "https://github.com/touguy/uptime/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2653671197 | Add a "projects using tower-lsp" section in the README
Looking at https://github.com/ebkalderon/tower-lsp/pull/420, this is a quite good idea to show adoption and point at real examples of how the lib is used.
You can suggest projects that use tower-lsp
We use tower-lsp for the LSP server and the interactive web de... | gharchive/issue | 2024-11-12T23:49:50 | 2025-04-01T04:58:35.452676 | {
"authors": [
"mrnossiom",
"timsueberkrueb"
],
"repo": "tower-lsp/tower-lsp",
"url": "https://github.com/tower-lsp/tower-lsp/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1512570506 | [Bug]: Frequent access to github when yolov5 objects are created multiple times.
Is there an existing issue for this?
[X] I have searched the existing issues
Current Behavior
When yolov5 objects are created for many times, the python hub load will request github for many times. If github is unstable, the service wi... | gharchive/issue | 2022-12-28T09:00:27 | 2025-04-01T04:58:35.460202 | {
"authors": [
"iebing",
"shiyu22"
],
"repo": "towhee-io/towhee",
"url": "https://github.com/towhee-io/towhee/issues/2359",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
69216941 | Handle etc for XML comments
In http://tpetricek.github.io/FSharp.Formatting/metadata.html, it mentions that
Note that currently our code is not handling <parameter> and ` tags, this is not so much of a problem given that given that FSharp.Formatting infers the signature via reflection.
Just want to check whether thi... | gharchive/issue | 2015-04-17T21:02:32 | 2025-04-01T04:58:35.500953 | {
"authors": [
"matthid",
"tpetricek",
"zealisland"
],
"repo": "tpetricek/FSharp.Formatting",
"url": "https://github.com/tpetricek/FSharp.Formatting/issues/295",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
164555627 | Upgrade atto-core to scalaz 7.2.4 and scalacheck 1.13.1
WIP upgrade to scalaz 7.2.4. So far I just upgraded atto-core - thought it'd be good to discuss IList vs List before proceeding:
I changed List[A] to IList[A] e.g.: def many[A](p: => Parser[A]): Parser[IList[A]].
Since these are breaking changes, I can imagine t... | gharchive/pull-request | 2016-07-08T15:27:58 | 2025-04-01T04:58:35.509360 | {
"authors": [
"rintcius",
"tpolecat"
],
"repo": "tpolecat/atto",
"url": "https://github.com/tpolecat/atto/pull/31",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1960219811 | Updates
Is this still running? I haven't seen any CI for this generate a new release?
it is indeed running, you may find the build artifacts produced by the github actions pipeline
@kroese I've tested changing ARG from 8 to 9 in Dockerfile, and it worked just fine
... neither of version has aarch64/arm64 driver... | gharchive/issue | 2023-10-24T22:56:14 | 2025-04-01T04:58:35.526487 | {
"authors": [
"avoidik",
"rayzorben"
],
"repo": "tprasadtp/virtio-whql",
"url": "https://github.com/tprasadtp/virtio-whql/issues/5",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
978652712 | The setting of accesslog should be dynamic
Welcome!
[X] Yes, I've searched similar issues on GitHub and didn't find any.
[X] Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What did you expect to see?
The setting of accesslog should be dynamic. I don't need accesslog most of th... | gharchive/issue | 2021-08-25T02:53:35 | 2025-04-01T04:58:35.576818 | {
"authors": [
"niaiwomattt",
"rtribotte"
],
"repo": "traefik/traefik",
"url": "https://github.com/traefik/traefik/issues/8401",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
856824801 | healthcheck: add support at the load-balancers of services level
What does this PR do?
This change adds support for automatic self-healthcheck for the
WeightedRoundRobin type of service, in order to make the whole tree of
load-balancing aware of status changes at the "leaf" level. That is, let the
load-balancing al... | gharchive/pull-request | 2021-04-13T10:31:26 | 2025-04-01T04:58:35.591186 | {
"authors": [
"ddtmachado",
"mpl"
],
"repo": "traefik/traefik",
"url": "https://github.com/traefik/traefik/pull/8057",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
475322728 | mismatched types gioui.org/ui.pc and . when importing Gio package
Possibly related to #90 or #308.
I am trying to run the Gio "hello, world" program from within Yaegi. (Toplevel here.) Yaegi throws an error on this line:
func (r *OpsReader) Decode() (EncodedOp, bool) {
if r.ops == nil {
return EncodedOp{}, false... | gharchive/issue | 2019-07-31T19:41:14 | 2025-04-01T04:58:35.610368 | {
"authors": [
"mpl",
"mvertes",
"theclapp",
"whereswaldon"
],
"repo": "traefik/yaegi",
"url": "https://github.com/traefik/yaegi/issues/320",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
359351709 | is this working in firefox?
I have tested this project but it's not working in firefox. Is there any way for it?
I just downloaded the latest version of Firefox and confirmed that tubertc does not work. I think with a bit of debugging and development effort, tubertc can work with Firefox. Unfortunately, I don't hav... | gharchive/issue | 2018-09-12T07:36:12 | 2025-04-01T04:58:35.697837 | {
"authors": [
"computerality",
"soft821",
"yying"
],
"repo": "trailofbits/tubertc",
"url": "https://github.com/trailofbits/tubertc/issues/82",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
496824363 | training configuration
Hello,
I tried to train the model. However I got a few issues. During pre-training, after 200 epochs, the training converges and doesn't improve. The rendered image doesn't look good, especially the pose and texture. Then I switched to unsupervised training. However after 100 epochs, the image ... | gharchive/issue | 2019-09-22T19:51:11 | 2025-04-01T04:58:35.731324 | {
"authors": [
"HOMGH",
"linshuheng6",
"zhangxuan1918"
],
"repo": "tranluan/Nonlinear_Face_3DMM",
"url": "https://github.com/tranluan/Nonlinear_Face_3DMM/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
453507879 | ACCESS_COARSE_LOCATION permission
Hi. Could you add the permission "ACCESS_COARSE_LOCATION" (not only the GPS, even the network)?
As i know, with ACCESS_FINE_LOCATION you are able to access GPS as well as the network.
In other words, ACCESS_FINE_LOCATION automatically implies ACCESS_COARSE_LOCATION.
From the androi... | gharchive/issue | 2019-06-07T13:14:24 | 2025-04-01T04:58:35.735734 | {
"authors": [
"Manta15",
"tranquvis"
],
"repo": "tranquvis/SimpleSmsRemote",
"url": "https://github.com/tranquvis/SimpleSmsRemote/issues/37",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1358176220 | Removes mode prop to make regime and view state more independent.
Background:
Customers want a way to change the privacy options available off of our default settings
e.g. california should get GDPR + CPRA settings
e.g. unknown should get GDPR settings
Issue:
Previously, our UI depended on both view state and regim... | gharchive/pull-request | 2022-09-01T02:59:27 | 2025-04-01T04:58:35.750538 | {
"authors": [
"eligrey",
"michaelfarrell76"
],
"repo": "transcend-io/consent-manager-ui",
"url": "https://github.com/transcend-io/consent-manager-ui/pull/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
377958246 | Add error handling to getEntitlements func
Description
If a rank is not found in the entitlements map (e.g. due to a typo), the entitlement is evaluated to 0 rather than an error related to a lookup with an absent key (because Go). This adds a check for whether the key/value pair exists in the map and returns an erro... | gharchive/pull-request | 2018-11-06T17:38:16 | 2025-04-01T04:58:35.759294 | {
"authors": [
"amitch23",
"kilbergr"
],
"repo": "transcom/mymove",
"url": "https://github.com/transcom/mymove/pull/1305",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1085017280 | Bug report: Building Elem locally
https://github.com/transmute-industries/sidetree.js/blob/main/packages/did-method-element/docs/local-dev.md#start-required-services
^ dev:elem doesn't, exist, did:ganache returns this
Server Error
Error: Error serializing `.method` returned from `getServerSideProps` in "/".
Reason: `... | gharchive/issue | 2021-12-20T17:06:30 | 2025-04-01T04:58:35.822874 | {
"authors": [
"BenjaminMoe",
"bumblefudge"
],
"repo": "transmute-industries/sidetree.js",
"url": "https://github.com/transmute-industries/sidetree.js/issues/326",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2651348401 | 🛑 TechinAsia is down
In 2005229, TechinAsia (https://www.techinasia.com) was down:
HTTP code: 403
Response time: 952 ms
Resolved: TechinAsia is back up in 310ef1f after 7 minutes.
| gharchive/issue | 2024-11-12T07:49:50 | 2025-04-01T04:58:35.828407 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/13166",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2053205407 | 🛑 TechinAsia is down
In 71c00fe, TechinAsia (https://www.techinasia.com) was down:
HTTP code: 403
Response time: 957 ms
Resolved: TechinAsia is back up in a368e05 after 21 minutes.
| gharchive/issue | 2023-12-22T00:23:40 | 2025-04-01T04:58:35.830919 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/1577",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2143148758 | 🛑 TechinAsia_WordPress_API is down
In 9185a76, TechinAsia_WordPress_API (https://www.techinasia.com/wp-json/techinasia/2.0/posts) was down:
HTTP code: 403
Response time: 172 ms
Resolved: TechinAsia_WordPress_API is back up in e55e3a5 after 14 minutes.
| gharchive/issue | 2024-02-19T21:12:35 | 2025-04-01T04:58:35.833591 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/5099",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2033635262 | 🛑 TechinAsia_WordPress_API is down
In eb54576, TechinAsia_WordPress_API (https://www.techinasia.com/wp-json/techinasia/2.0/posts) was down:
HTTP code: 403
Response time: 172 ms
Resolved: TechinAsia_WordPress_API is back up in daeae75 after 7 minutes.
| gharchive/issue | 2023-12-09T05:35:57 | 2025-04-01T04:58:35.836015 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/780",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2241664940 | 🛑 TechinAsia_Laravel_API is down
In d4d5206, TechinAsia_Laravel_API (https://www.techinasia.com/api/2.0/companies) was down:
HTTP code: 403
Response time: 226 ms
Resolved: TechinAsia_Laravel_API is back up in 1664ef9 after 7 minutes.
| gharchive/issue | 2024-04-13T17:22:51 | 2025-04-01T04:58:35.838465 | {
"authors": [
"traqy"
],
"repo": "traqy/upptime",
"url": "https://github.com/traqy/upptime/issues/8176",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
538825907 | when evaluating
python ./pytorch/train.py evaluate --config_path=./configs/all.fhd.config --model_dir=/mnt/iso/traveller/second.pytorch/second/ --measure_time=True --batch_size=1
[ 41 1280 1056]
feature_map_size [1, 160, 132]
remain number of infos: 3769
Generate output labels...
cudahash: Completely failed to build... | gharchive/issue | 2019-12-17T04:30:42 | 2025-04-01T04:58:35.857191 | {
"authors": [
"AN-Ahmed",
"Shaoqing26",
"taku80125",
"zfyong",
"zmlll"
],
"repo": "traveller59/second.pytorch",
"url": "https://github.com/traveller59/second.pytorch/issues/318",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
96518144 | Pull request for libcoin60-doc
For travis-ci/travis-ci#4461.
Ran tests and found no setuid bits.
See https://travis-ci.org/travis-ci/apt-whitelist-checker/builds/72066075
Sorry, but this test will have to be re-run. Will open a new one later.
| gharchive/pull-request | 2015-07-22T09:19:00 | 2025-04-01T04:58:35.859245 | {
"authors": [
"BanzaiMan"
],
"repo": "travis-ci/apt-package-whitelist",
"url": "https://github.com/travis-ci/apt-package-whitelist/pull/172",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
702031422 | Update RethinkDB repostiroy URL
Based on information given in https://rethinkdb.com/blog/download-server-changes
Thank you @BanzaiMan for this! Hopefully it will be merged soon 🤞
| gharchive/pull-request | 2020-09-15T15:26:30 | 2025-04-01T04:58:35.870174 | {
"authors": [
"BanzaiMan",
"zedtux"
],
"repo": "travis-ci/travis-build",
"url": "https://github.com/travis-ci/travis-build/pull/1960",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
194073263 | Sonarqube addon
The goal of this P/R is to improve the sonarqube addon by installing automatically, for the target platform (linux/macos), the SonarSource build-wrapper. The build-wrapper is needed to configure the analysis of C/C++ projects. This installation is skipped if it's a Java or Javascript project.
Full det... | gharchive/pull-request | 2016-12-07T15:05:14 | 2025-04-01T04:58:35.873750 | {
"authors": [
"BanzaiMan",
"bellingard",
"dbmeneses"
],
"repo": "travis-ci/travis-build",
"url": "https://github.com/travis-ci/travis-build/pull/907",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
971028627 | Update sbt-github-actions to 0.13.0
Updates com.codecommit:sbt-github-actions from 0.12.0 to 0.13.0.
GitHub Release Notes - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedb... | gharchive/pull-request | 2021-08-15T01:39:16 | 2025-04-01T04:58:35.890135 | {
"authors": [
"codecov-commenter",
"scala-steward"
],
"repo": "travisbrown/iteratee",
"url": "https://github.com/travisbrown/iteratee/pull/529",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2074989472 | Invalid writing of infinite term
?- dif(A,B),A=A*B*[],B=C*C*a.
A = ... * ... * ( ... * ...)*[]*(C*C*a)*[]*(C*C*a)*[]*(C*C*a)*[]*(C*C*a)*[]*(C*C*a)*[]*(C*C*a)*[]*(C*C*a)*[]*(C*C*a)*[],
B = C*C*a,
dif:dif(**(*)*[]*(C*C*a)...
^^^ invalid syntax
A suggestion: why not implement writing of abbreviated ... | gharchive/issue | 2024-01-10T18:59:06 | 2025-04-01T04:58:35.903139 | {
"authors": [
"UWN",
"infradig"
],
"repo": "trealla-prolog/trealla",
"url": "https://github.com/trealla-prolog/trealla/issues/463",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
175811964 | Added authentication skip if config is empty
This allows the client to skip the login screen if auth items is empty (which implies that the authentication data comes from cookies)
👍
| gharchive/pull-request | 2016-09-08T17:21:41 | 2025-04-01T04:58:35.904668 | {
"authors": [
"danielnorberg",
"dzannotti"
],
"repo": "treasure-data/digdag",
"url": "https://github.com/treasure-data/digdag/pull/266",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
209997070 | Add output result to Web Server
@toru-takahashi Please review this.
Could you use secrets for connection info like https://github.com/treasure-data/workflow-examples/tree/master/td_load/mysql?
@toru-takahashi Implemented.
Looks good to me.
| gharchive/pull-request | 2017-02-24T09:19:46 | 2025-04-01T04:58:35.906395 | {
"authors": [
"kamikaseda",
"toru-takahashi"
],
"repo": "treasure-data/workflow-examples",
"url": "https://github.com/treasure-data/workflow-examples/pull/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2310496952 | bug: go binding cannot be imported
Did you check existing issues?
[X] I have read all the tree-sitter docs if it relates to using the parser
[X] I have searched the existing issues
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)
No response
Describe the bug
Go binding cannot build.
Here is my... | gharchive/issue | 2024-05-22T13:07:29 | 2025-04-01T04:58:35.913851 | {
"authors": [
"ObserverOfTime",
"wasd96040501"
],
"repo": "tree-sitter-grammars/tree-sitter-markdown",
"url": "https://github.com/tree-sitter-grammars/tree-sitter-markdown/issues/149",
"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.