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 |
|---|---|---|---|---|---|
218675809 | Database restore error
Hello,
I installed it with apt-get on Ubuntu 16.04
development restore-from staging gives me the following error:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 27247 100 27247 ... | gharchive/issue | 2017-04-01T07:01:10 | 2025-04-01T04:36:05.016766 | {
"authors": [
"bbugh",
"geoffharcourt",
"tannakartikey"
],
"repo": "thoughtbot/parity",
"url": "https://github.com/thoughtbot/parity/issues/125",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
610311789 | tag cloud
implement tag cloud
done
| gharchive/issue | 2020-04-30T18:58:27 | 2025-04-01T04:36:05.047124 | {
"authors": [
"Hamdy"
],
"repo": "threefoldfoundation/tfwebserver_projects_people",
"url": "https://github.com/threefoldfoundation/tfwebserver_projects_people/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
614665439 | 3sdk should have a requirements check
to avoid having ugly errors like command not found git or docker or whatever we need to validate that all minimal requirements are met before running any commands and point to the docs how to install them.
[ ] docker
[ ] ssh (the tools)
[ ] git
Original error:
should show a m... | gharchive/issue | 2020-05-08T10:48:11 | 2025-04-01T04:36:05.049600 | {
"authors": [
"Dina-Abd-Elrahman",
"xmonader"
],
"repo": "threefoldtech/jumpscaleX_core",
"url": "https://github.com/threefoldtech/jumpscaleX_core/issues/817",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2030392659 | Can't read 'publicIP' in Umbrel deployment
Description
Devnet, 2d54818.
After deploying the Umbrel solution, I get this error: can't read public, and it doesn't display anything on the site but only in the console.
And for some reason, the action button icon disappeared.
When any error happens, the action button shou... | gharchive/issue | 2023-12-07T10:13:22 | 2025-04-01T04:36:05.053725 | {
"authors": [
"0oM4R",
"A-Harby",
"ramezsaeed"
],
"repo": "threefoldtech/tfgrid-sdk-ts",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts/issues/1611",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2157044985 | A lot of broken manual links
Description
A clear description of the bug is:
Most of the links used in the dashboard point to a broken link, like https://manual.grid.tf/playground/wallet_connector.html, https://manual.grid.tf/getstarted/TF_Connect/TF_Connect.html, and https://manual.grid.tf/threefold_token/buy_sell_tf... | gharchive/issue | 2024-02-27T16:26:36 | 2025-04-01T04:36:05.058752 | {
"authors": [
"A-Harby"
],
"repo": "threefoldtech/tfgrid-sdk-ts",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts/issues/2275",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2251054095 | Unlock grace period contracts
Update
now user can select contracts that are on rented node, and the coast of related rent contract is added to require funds.
fixed free balance issue, now we are using usable balance (free -lock)
add loading and error handling, dialog was opened before loading the details.
update loc... | gharchive/pull-request | 2024-04-18T16:00:16 | 2025-04-01T04:36:05.071637 | {
"authors": [
"0oM4R",
"AhmedHanafy725",
"amiraabouhadid",
"maayarosama",
"sameh-farouk"
],
"repo": "threefoldtech/tfgrid-sdk-ts",
"url": "https://github.com/threefoldtech/tfgrid-sdk-ts/pull/2582",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1125206087 | re-wording
[ ] in the image: change text to say "Welcome to the Freemium Owncloud Deployer"
[ ] change "Please enter your email to get creds and domain for you instance on. If not provided email TF connect will be used" --->
"<user's email> will be used to send you your deployment information. If you prefer to re... | gharchive/issue | 2022-02-06T13:38:36 | 2025-04-01T04:36:05.077460 | {
"authors": [
"rkhamis",
"waleedhammam"
],
"repo": "threefoldtech/www_owncloud",
"url": "https://github.com/threefoldtech/www_owncloud/issues/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1609697459 | Add Dockerfile
This makes it easier to run the app cross-platform, without worrying about local ruby versions etc:
git clone git@github.com:threeplanetssoftware/apple_cloud_notes_parser.git
cd apple_cloud_notes_parser
docker build -t apple_cloud_notes_parser .
docker run --rm \
-v ~/Library/Group\ Containers/group.... | gharchive/pull-request | 2023-03-04T09:39:38 | 2025-04-01T04:36:05.092391 | {
"authors": [
"jareware",
"threeplanetssoftware"
],
"repo": "threeplanetssoftware/apple_cloud_notes_parser",
"url": "https://github.com/threeplanetssoftware/apple_cloud_notes_parser/pull/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2662975823 | [next] useFBO rewrite
This is a rewrite of useFBO that adds functionality, improves readability of the implementation, and adds to the docs to be more comprehensive.
useFBO's signature is now
export type UseFBOOptions = RenderTargetOptions & {
/**
* if set, the scene depth will be rendered into buffer.depthTextu... | gharchive/pull-request | 2024-11-15T19:47:28 | 2025-04-01T04:36:05.095886 | {
"authors": [
"joshwashywash"
],
"repo": "threlte/threlte",
"url": "https://github.com/threlte/threlte/pull/1207",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2095569678 | 🌐 Add Turkish translation for docs/tr/docs/learn/index.md
🌐 Add Turkish translation for docs/tr/docs/learn/index.md
Discussion: #9193
@alperiox, @OzgunCaglarArslan @SametEmin, @mertssmnoglu, can you please leave a review?
📝 Docs preview for commit 7f597fa13decf128540d4e930179f725f59eff67 at: https://6cc6f238.f... | gharchive/pull-request | 2024-01-23T08:53:44 | 2025-04-01T04:36:05.219808 | {
"authors": [
"hasansezertasan",
"tiangolo"
],
"repo": "tiangolo/fastapi",
"url": "https://github.com/tiangolo/fastapi/pull/11014",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
817071676 | Some bugs in the code.
Hi,
Thanks for the awesome work.
I was trying to reproduce the results. I cloned the code on my local system and got a few "import" errors and some minor bugs in the code. I've listed some of them below. Can you please take a look?
In dihcl.py file:
line 33: import models.cifar as models.
line ... | gharchive/issue | 2021-02-26T06:07:50 | 2025-04-01T04:36:05.243439 | {
"authors": [
"ns-ask",
"tianyizhou"
],
"repo": "tianyizhou/DIHCL",
"url": "https://github.com/tianyizhou/DIHCL/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2699284549 | 🛑 TICKETS.CO.ID is down
In a845223, TICKETS.CO.ID (https://tickets.co.id) was down:
HTTP code: 525
Response time: 577 ms
Resolved: TICKETS.CO.ID is back up in 58863cf after 11 minutes.
| gharchive/issue | 2024-11-27T17:31:29 | 2025-04-01T04:36:05.263975 | {
"authors": [
"belovolk"
],
"repo": "tickets/upptime",
"url": "https://github.com/tickets/upptime/issues/1210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
501150803 | Add terminal target support for Vim 8
From https://github.com/tidalcycles/vim-tidal/pull/26#issuecomment-460049250
Perhaps it would also be beneficial to investigate the Vim8 terminal feature (See :help terminal).
I already tried using it in my own fork of this plugin (https://github.com/flupe/vim-tidal), it works q... | gharchive/issue | 2019-10-01T21:16:55 | 2025-04-01T04:36:05.270760 | {
"authors": [
"flupe",
"munshkr"
],
"repo": "tidalcycles/vim-tidal",
"url": "https://github.com/tidalcycles/vim-tidal/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
345221688 | [WIP] User-space drivers
See attached Trello card for details.
[Devices] Apple High Sierra Kernel
@pazaan I was waiting to see if my upstream PR to node-usb was going to be accepted, but I'm getting the feeling it's not going to happen anytime soon. This means that the TI USB 3410 user-space driver will not work... | gharchive/pull-request | 2018-07-27T13:14:43 | 2025-04-01T04:36:05.275554 | {
"authors": [
"gniezen"
],
"repo": "tidepool-org/chrome-uploader",
"url": "https://github.com/tidepool-org/chrome-uploader/pull/681",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1075551317 | Support general SIMD instruction
Making ndt_omp independent to the SIMD architecture
using compiler flag -march=native, instead of using sse flags immediately.
using aligned allocation std::vector of Eigen::Matrix
I'll close and re-open since I changed the target branch.
@kenji-miyake Please double-check this P... | gharchive/pull-request | 2021-12-09T13:05:24 | 2025-04-01T04:36:05.352145 | {
"authors": [
"KeisukeShima",
"harihitode",
"kenji-miyake",
"yukkysaito"
],
"repo": "tier4/ndt_omp",
"url": "https://github.com/tier4/ndt_omp/pull/8",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2336455122 | New operations import_{accounts,transfers}
New operations import_{accounts,transfers}
Allows the ingestion of historical accounts and transfers with their original timestamp into TigerBeetle.
The new operations import_accounts and import_transfers behave exactly like the existing create_accounts and create_transfers,... | gharchive/pull-request | 2024-06-05T17:28:42 | 2025-04-01T04:36:05.371841 | {
"authors": [
"batiati"
],
"repo": "tigerbeetle/tigerbeetle",
"url": "https://github.com/tigerbeetle/tigerbeetle/pull/1989",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
970926522 | As a user I want a helpful error page
technical specifications & user story to be provided by @mike-audi
As a user I don't want a helpful error page when/if the app experiences a "hard crash" or "silent failure".
Use the ErrorWidgetBuilder as part of the MaterialApp widget to provide the page as its own slice.
The... | gharchive/issue | 2021-08-14T14:47:37 | 2025-04-01T04:36:05.377999 | {
"authors": [
"annastoilova",
"mike-audi",
"ricardobrg"
],
"repo": "tiki/app",
"url": "https://github.com/tiki/app/issues/252",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
558482770 | Encryption-at-rest
The task is to provide transparent encryption of TiKV data stored on disk. Including:
Support encrypting all TiKV data using AES
Support automatic and manual key rotation.
Support encryption for backup.
This can be built on top of EncryptedEnv provided by rocksdb, but we also want to support othe... | gharchive/issue | 2020-02-01T05:05:06 | 2025-04-01T04:36:05.409563 | {
"authors": [
"yiwu-arbug"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/issues/6505",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
610806206 | TiKV should recover in 30s after tikv reboot
Bug Report
When a tikv reboot. the tikv will recover in 1min ~ 1min 30 seconds
What version of TiKV are you using?
master
What operating system and CPU are you using?
Linux/x86_64
Steps to reproduce
when running tpcc. then reboot a tikv server. It will take about 1m ~ ... | gharchive/issue | 2020-05-01T15:22:37 | 2025-04-01T04:36:05.413553 | {
"authors": [
"Little-Wallace",
"siddontang",
"zhangjinpeng1987",
"zhouqiang-cl"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/issues/7726",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
968857139 | *: Fix disk full feature leads to batch performance back-off
What problem does this PR solve?
Issue Number:: https://github.com/tikv/tikv/issues/10716
Solve disk full option setting leads to raft batch performance back off.
Problem Summary:
When raftcmd is set with special flag about disk full, then the batch system ... | gharchive/pull-request | 2021-08-12T13:43:58 | 2025-04-01T04:36:05.417560 | {
"authors": [
"tier-cap"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/pull/10717",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1040869421 | Fix unstable test about slow node detection
Signed-off-by: 5kbpers tangminghua@pingcap.com
What problem does this PR solve?
Issue Number: close #11197
Problem Summary:
If there is not any write, write workers will skip replying latency inspecting, which makes test_latency_inspect unstable.
What is changed and how it... | gharchive/pull-request | 2021-11-01T07:46:10 | 2025-04-01T04:36:05.425260 | {
"authors": [
"5kbpers",
"gengliqi"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/pull/11198",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1045499677 | raftstore: Fix a flaky test
Signed-off-by: v01dstar yang.zhang@pingcap.com
What problem does this PR solve?
Issue Number: #11262
Problem Summary:
We found this test some times panics, saying "region update for unsafe recover should only occur in leaderless region", this happens when it tries to update the region's m... | gharchive/pull-request | 2021-11-05T06:53:14 | 2025-04-01T04:36:05.429067 | {
"authors": [
"Connor1996",
"v01dstar"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/pull/11261",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
602960527 | [DNM] explore tracing performance
Signed-off-by: zhongzc zhongzc_arch@outlook.com
What problem does this PR solve?
Investigate how to minimize performance loss to introduce tracing.
See: #5714
/bench +tpch +tpcc +sysbench
/bench +tpch +tpcc +sysbench
/bench +tpch +tpcc +sysbench
/bench +tpch +tpcc +sysbench
... | gharchive/pull-request | 2020-04-20T05:48:52 | 2025-04-01T04:36:05.433441 | {
"authors": [
"zhongzc"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/pull/7554",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
768527112 | backup: support split big region into small backup files
What problem does this PR solve?
Issue Number: close #9144
Problem Summary: BR will read all data of a region and fill it in a SST writer. But it is in-memory. If there is a huge region, TiKV may crash for OOM because of keeping all data of this region in mem... | gharchive/pull-request | 2020-12-16T07:11:28 | 2025-04-01T04:36:05.442895 | {
"authors": [
"kennytm",
"lichunzhu",
"lilinghai",
"overvenus"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/pull/9283",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
772029473 | raftstore: renew leader lease in advance when handle read request
Signed-off-by: linning linningde25@gmail.com
ref #11579
What problem does this PR solve?
Problem Summary:
Currently, the leader lease will be renewed when there are successful writes or read index, but if there are only read requests on the leader, th... | gharchive/pull-request | 2020-12-21T09:57:08 | 2025-04-01T04:36:05.459801 | {
"authors": [
"5kbpers",
"BusyJay",
"NingLin-P",
"gotoxu",
"hykych",
"slow-zhang"
],
"repo": "tikv/tikv",
"url": "https://github.com/tikv/tikv/pull/9307",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
151990282 | Export UNDEFINED_REFERENCE from glimmer-runtime
Exporting the UNDEFINED_REFERENCE so that it can be used inside of Ember.
Can you export NULL_REFERENCE as well? If it's not already defined in the references package, you can move it.
Also, I just realized this: in https://github.com/tildeio/glimmer/blob/master/pac... | gharchive/pull-request | 2016-04-29T23:56:12 | 2025-04-01T04:36:05.466045 | {
"authors": [
"chancancode",
"zackthehuman"
],
"repo": "tildeio/glimmer",
"url": "https://github.com/tildeio/glimmer/pull/156",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
203797204 | syntax: Add type declarations to traverse() function
/cc @mmun @rwjblue
this appears to be failing due to unrelated TSLint isses that are fixed by #404
| gharchive/pull-request | 2017-01-28T09:22:13 | 2025-04-01T04:36:05.467224 | {
"authors": [
"Turbo87"
],
"repo": "tildeio/glimmer",
"url": "https://github.com/tildeio/glimmer/pull/403",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1815848740 | An unsupported vehicleType: fuel was provided
Hallo Till,
Noch eine Kleinigkeit ist mir aufgefallen :
2023-07-21T15:47:34+0200:WARNING:addressable:/vehicles/... /trips/shortTerm/vehicleType: An unsupported vehicleType: fuel was provided, known values are [electric, hybrid, gasoline, petrol, diesel, cng, lpg, invalid,... | gharchive/issue | 2023-07-21T13:50:54 | 2025-04-01T04:36:05.471886 | {
"authors": [
"MyGitIT",
"tillsteinbach"
],
"repo": "tillsteinbach/VWsFriend",
"url": "https://github.com/tillsteinbach/VWsFriend/issues/525",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2154226893 | No syntax highlighting, and errors like "Connection got disposed"
I have a Tiltfile in my repo, and vscode-tilt installed. The extension itself is activated, because I can see the link to the Tilt UI in the status bar. However, the Tiltfile is not syntax highlighted. The language mode is listed as Plain Text and ther... | gharchive/issue | 2024-02-26T13:47:01 | 2025-04-01T04:36:05.474665 | {
"authors": [
"majelbstoat"
],
"repo": "tilt-dev/vscode-tilt",
"url": "https://github.com/tilt-dev/vscode-tilt/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
96469622 | [SSRS.ReportingService2010.ReportExecutionService] doesn't contain a method named 'GetItemType'
Its not working for me. Are there some prerequisites?
Deploy-SSRSProject.ps1
[13:47:21][Step 1/1] : Method invocation failed because
[13:47:21][Step 1/1] [SSRS.ReportingService2010.ReportExecutionService] doesn't contain... | gharchive/issue | 2015-07-22T03:51:41 | 2025-04-01T04:36:05.485052 | {
"authors": [
"worldspawn"
],
"repo": "timabell/ssrs-powershell-deploy",
"url": "https://github.com/timabell/ssrs-powershell-deploy/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
215190435 | Cleanup Markdown formatting
The missing space in Markdown headings (#heading vs # heading) confused GitHub - see attached screenshots
Before
After
Hi, can I ask why this was closed instead of merged?
@Hurtak sorry must have hit the wrong button on my phone yesterday.
| gharchive/pull-request | 2017-03-18T12:22:11 | 2025-04-01T04:36:05.487382 | {
"authors": [
"Hurtak",
"timarney"
],
"repo": "timarney/react-app-rewired",
"url": "https://github.com/timarney/react-app-rewired/pull/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
598021836 | Comment input box is shown twice
One include
https://github.com/timber/starter-theme/blob/cc8e530a9cd5ece12467dd1a95e1bf47e4b618a8/templates/single.twig#L34
Above that comments.twig is included
https://github.com/timber/starter-theme/blob/cc8e530a9cd5ece12467dd1a95e1bf47e4b618a8/templates/single.twig#L25
Which render... | gharchive/issue | 2020-04-10T18:14:37 | 2025-04-01T04:36:05.491712 | {
"authors": [
"flip111",
"marciojc"
],
"repo": "timber/starter-theme",
"url": "https://github.com/timber/starter-theme/issues/101",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1268663534 | Implement I-Regexp
The IETF JSONPath WG is building a minimal-ish regular expression specification called I-Regexp designed to be interoperable across a wide variety of regex implementations. See https://www.ietf.org/id/draft-ietf-jsonpath-iregexp-00.html
A full or even subset implementation of I-Regexp would be a va... | gharchive/issue | 2022-06-12T18:24:31 | 2025-04-01T04:36:05.493648 | {
"authors": [
"timbray"
],
"repo": "timbray/quamina",
"url": "https://github.com/timbray/quamina/issues/66",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
427009563 | Exact time for leave - DateTime support
Hello,
This is awesome project, I am missing only feature --> Full DateTime support for leave request.
Is there any chance that DateTime will be implemented? We would like to select exact DateTime from and DateTime To.
Thank you!
This is very important for me as well to use t... | gharchive/issue | 2019-03-29T14:19:18 | 2025-04-01T04:36:05.508684 | {
"authors": [
"PepekT",
"ssweber",
"vpp"
],
"repo": "timeoff-management/application",
"url": "https://github.com/timeoff-management/application/issues/342",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2016171931 | debug version unit test fail in gtest_paged_asof_row_refs
Describe what's wrong
How to reproduce
Build with the debug version, which will implicitly enable assertions.
I have only tested this on x86_64 Ubuntu. The logic for greater and greaterOrEqual may be incorrect.
Error message and/or stacktrace
short ver:
$ ... | gharchive/issue | 2023-11-29T09:32:02 | 2025-04-01T04:36:05.516763 | {
"authors": [
"chenziliang",
"yokofly"
],
"repo": "timeplus-io/proton",
"url": "https://github.com/timeplus-io/proton/issues/358",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2477651206 | Support (EXPLAIN SELECT ...) as a subquery (ported from clickhouse #40630)
…0630) (#5857)
Support (EXPLAIN SELECT ...) as a subquery (ported from clickhouse)
minor adjustments and changes
change stateless test file to pass the tests
adjust format and add extra info
small adjustments of format
PR checklist... | gharchive/pull-request | 2024-08-21T10:17:49 | 2025-04-01T04:36:05.523025 | {
"authors": [
"CLAassistant",
"amamiya-len",
"yokofly"
],
"repo": "timeplus-io/proton",
"url": "https://github.com/timeplus-io/proton/pull/826",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
430056934 | Installation Bug on IOS CocoaPod
Hi,
I have this error: React/RCTBridge.h' file not found
it works on Android, I tried cocoapods without react-native link and with it, just in case, none of them works.
Any help?
Thanks.
👋 Have you gone into the ios Directory and run pod install? If so, can you send over he content... | gharchive/issue | 2019-04-06T17:29:13 | 2025-04-01T04:36:05.554909 | {
"authors": [
"matamicen",
"matt-oakes"
],
"repo": "timfpark/react-native-location",
"url": "https://github.com/timfpark/react-native-location/issues/52",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
321966322 | TypeError: 'NoneType' object is not iterable
Getting the following error after scrolling the profile and scrapping the first link:
Traceback (most recent call last): File "crawl_profile.py", line 33, in <module> information, user_commented_list = extract_information(browser, username, limit_amount) File "/Use... | gharchive/issue | 2018-05-10T15:06:41 | 2025-04-01T04:36:05.572655 | {
"authors": [
"ZeusFSX",
"davasu",
"juliavollmer",
"justdvl",
"kleahey",
"wecanfuture"
],
"repo": "timgrossmann/instagram-profilecrawl",
"url": "https://github.com/timgrossmann/instagram-profilecrawl/issues/53",
"license": "mit",
"license_type": "permissive",
"license_source": "bi... |
1976154946 | Use optimized hyperparamters for our imitation example
We can use the hyperparameters I proposed here: https://github.com/HumanCompatibleAI/imitation/pull/771
done
Fixed in #33
| gharchive/issue | 2023-11-03T12:54:19 | 2025-04-01T04:36:05.598813 | {
"authors": [
"patrickab",
"timokau"
],
"repo": "timokau/prefq",
"url": "https://github.com/timokau/prefq/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
231800261 | Added callback if an error occurs during Wemo.load
Errors were being dropped from the internal callback which means calling code can't see them. I've added an optional extra parameter for the callback to deal with this case.
Codecov Report
Merging #51 into master will increase coverage by 0.49%.
The diff coverage ... | gharchive/pull-request | 2017-05-27T13:10:07 | 2025-04-01T04:36:05.607034 | {
"authors": [
"codecov-io",
"lutas"
],
"repo": "timonreinhard/wemo-client",
"url": "https://github.com/timonreinhard/wemo-client/pull/51",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1174919210 | Current Measurement doesnt show in nightscout
I have configured an instance of nightscout and this uploader since 2 weeks now. For the first week everything ran fine. The uploader was pushing the current measurement and the backfilled data to nightscout every minute.
After the first week I noticed during one day. tha... | gharchive/issue | 2022-03-21T05:53:10 | 2025-04-01T04:36:05.618284 | {
"authors": [
"Lirycs228",
"timoschlueter"
],
"repo": "timoschlueter/nightscout-librelink-up",
"url": "https://github.com/timoschlueter/nightscout-librelink-up/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
188919805 | Force multiline imports
Can we have an option where imports should always be multiline despite not exceeding the line length?
For example, instead of this
from collections import deque, OrderedDict
can we have this,
from collections import (
deque,
OrderedDict,
)
However, this should only be applicable for ... | gharchive/issue | 2016-11-12T16:18:02 | 2025-04-01T04:36:05.621336 | {
"authors": [
"pjenvey",
"tejasjadhav"
],
"repo": "timothycrosley/isort",
"url": "https://github.com/timothycrosley/isort/issues/480",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
135345371 | Broken with babel 6.5.1
Hey, I'm not sure if this issue belongs here or on babel, but I'm going to start here.
I have a class chain like toFactory(TestComponent) > FieldSet, which expands to a prototype chain of TestComponent > toFactory(TestComponent) > FieldSet. However, when I invoke new FieldSet({}), I get a plai... | gharchive/issue | 2016-02-22T07:57:59 | 2025-04-01T04:36:05.625417 | {
"authors": [
"mxdubois",
"timoxley"
],
"repo": "timoxley/to-factory",
"url": "https://github.com/timoxley/to-factory/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1428497528 | Submitting wrong RCON password yields an unhandled exception
When submitting credentials with a valid address but incorrect RCON password the HLLServerError that is raised is not catched. Expected response would be to notify the user that the password is incorrect and ask if they want to use it anyway.
Would need ... | gharchive/issue | 2022-10-29T23:11:23 | 2025-04-01T04:36:05.635506 | {
"authors": [
"timraay"
],
"repo": "timraay/HLLLogUtilities",
"url": "https://github.com/timraay/HLLLogUtilities/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
365037002 | dragImageCenterOnTouch and dragOffset not working
Using either of these options the drag image's top left corner is always at the touch point. I have tested it on iOS 12 and Android Chrome. I'm not really sure how to debug this.
Thanks for your bug report. Can you please provide details about the version you're usi... | gharchive/issue | 2018-09-28T20:54:46 | 2025-04-01T04:36:05.641571 | {
"authors": [
"AndrewMorsillo",
"reppners"
],
"repo": "timruffles/mobile-drag-drop",
"url": "https://github.com/timruffles/mobile-drag-drop/issues/142",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
614551173 | his error occurs when fetching data from a specific bucket
his error occurs when fetching data from a specific bucket
var bucket is only valid inside your Bolt().Update func.
https://godoc.org/github.com/etcd-io/bbolt#Tx.Bucket
You can't reference it outside of that transaction.
but,i want get data,What i need ... | gharchive/issue | 2020-05-08T07:05:49 | 2025-04-01T04:36:05.646799 | {
"authors": [
"king-wyx",
"timshannon"
],
"repo": "timshannon/bolthold",
"url": "https://github.com/timshannon/bolthold/issues/111",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
315670579 | Update AndroidManifest.xml
As a library, you don't need the application object. It causes build issues for us.
Hi @bkhall, this is my first ever pull request!
I removed the line locally as you suggested and tested the app, seems to be working just fine. But I would like to understand further what is the build issu... | gharchive/pull-request | 2018-04-18T22:57:44 | 2025-04-01T04:36:05.695863 | {
"authors": [
"bkhall",
"gargoylexxx",
"tingyik90"
],
"repo": "tingyik90/snackprogressbar",
"url": "https://github.com/tingyik90/snackprogressbar/pull/13",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1550584722 | [BUG] KeyError while training TFT pipeline
🐛 Bug Report
Hi! I took code from your example of training tft model in documentation, but instead of using backtest chose to fit model explicitly on train part. I got KeyError: 'kwargs' after reaching maximum number of epochs. Backtesting works fine on this pipeline. (I'm ... | gharchive/issue | 2023-01-20T10:00:09 | 2025-04-01T04:36:05.707647 | {
"authors": [
"benzom",
"martins0n"
],
"repo": "tinkoff-ai/etna",
"url": "https://github.com/tinkoff-ai/etna/issues/1078",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1176737735 | fix plot_trend bug
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Before submitting (must do checklist)
[ ] Did you read the contribution guide?
[ ] Did you update the docs? We use Numpy format for all the methods and classes.
[ ] Did you write any new necessary tests?
[ ] Did you up... | gharchive/pull-request | 2022-03-22T12:51:02 | 2025-04-01T04:36:05.728742 | {
"authors": [
"codecov-commenter",
"iKintosh"
],
"repo": "tinkoff-ai/etna",
"url": "https://github.com/tinkoff-ai/etna/pull/617",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1867517137 | [ready] ci: add py38 to linters
Running no tests on Python 3.8 makes it very easy to add features that are incompatible with that version. I suggest running at least the linters in both 3.8 and 3.11. Technically, only 3.8 would probably suffice.
I think it would be better to just have 3.8 only, all the CI stuff was... | gharchive/pull-request | 2023-08-25T18:30:39 | 2025-04-01T04:36:05.787863 | {
"authors": [
"roelofvandijk",
"wozeparrot"
],
"repo": "tinygrad/tinygrad",
"url": "https://github.com/tinygrad/tinygrad/pull/1674",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2371276533 | llama concat_weights always send to device[0] first
removing that fixed the llama shard weight double copy. it was from #3966 but i think we fixed replace after that
can you fix in llama3 as well?
pending the buffer view contiguous change, otherwise it's copying the full weight on each gpu
i think it's not alwa... | gharchive/pull-request | 2024-06-24T23:16:17 | 2025-04-01T04:36:05.789670 | {
"authors": [
"chenyuxyz",
"wozeparrot"
],
"repo": "tinygrad/tinygrad",
"url": "https://github.com/tinygrad/tinygrad/pull/5136",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2467481860 | Don't create cast variable if one of it's parents is an IF
In relation to this PR and specifically this comment.
In order to have IFs come after CASTs (and other UOps), we want to include those UOps as srcs of the IF, but not actually cause the UOps to be created as vars or other changes. Thus we exclude them from th... | gharchive/pull-request | 2024-08-15T06:13:37 | 2025-04-01T04:36:05.805773 | {
"authors": [
"Qazalin",
"ianpaul10"
],
"repo": "tinygrad/tinygrad",
"url": "https://github.com/tinygrad/tinygrad/pull/6086",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
877060792 | AttributeError: 'FinanceAPI' object has no attribute 'df'
Hello -- was following your tutorial and got an issue when trying to run df=f.df that throws out AttributrError...can you help resolve?
Thanks!
Hi again -- any chance you're checking on these issues?
| gharchive/issue | 2021-05-06T04:26:19 | 2025-04-01T04:36:05.821271 | {
"authors": [
"Klod"
],
"repo": "tirthajyoti/Finance-with-Python",
"url": "https://github.com/tirthajyoti/Finance-with-Python/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2531048049 | late poet challenge start causes unexpected behaviour
When a PoET replies with its proof late at the start of cycle gap, psm can get into a state where it assumes PoST service is new or registering (that need no proving time). because it returns a READY state. This results in many post-services starting within a sho... | gharchive/issue | 2024-09-17T12:36:03 | 2025-04-01T04:36:05.867731 | {
"authors": [
"tjb-altf4"
],
"repo": "tjb-altf4/spacemesh-psm",
"url": "https://github.com/tjb-altf4/spacemesh-psm/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
816045373 | Update dependencies
Bumps dependencies
Silence pylint's using-constant-test warning which is annoying
Coverage remained the same at 27.218% when pulling a215ad5a60a5d4996d916b8a6c3a89bdf4b81669 on etnguyen03:update-deps into 07b6f40e18adefc92ac104a5b8f8a320fc9935cf on tjcsl:master.
| gharchive/pull-request | 2021-02-25T03:20:51 | 2025-04-01T04:36:05.869792 | {
"authors": [
"coveralls",
"etnguyen03"
],
"repo": "tjcsl/director4",
"url": "https://github.com/tjcsl/director4/pull/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2241430538 | 🛑 rss.tjo.space is down
In 68977c5, rss.tjo.space (https://rss.tjo.space) was down:
HTTP code: 502
Response time: 7465 ms
Resolved: rss.tjo.space is back up in b8974d5 after 6 minutes.
| gharchive/issue | 2024-04-13T08:32:41 | 2025-04-01T04:36:05.894343 | {
"authors": [
"mentos1386"
],
"repo": "tjo-space/status",
"url": "https://github.com/tjo-space/status/issues/1213",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1593836238 | 🛑 code.tjo.space is down
In 98bd44b, code.tjo.space (https://code.tjo.space) was down:
HTTP code: 0
Response time: 0 ms
Resolved: code.tjo.space is back up in 6682bc4.
| gharchive/issue | 2023-02-21T17:14:15 | 2025-04-01T04:36:05.896865 | {
"authors": [
"mentos1386"
],
"repo": "tjo-space/status",
"url": "https://github.com/tjo-space/status/issues/507",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
95792640 | support custom actions and controllers
resolves #20
resolves #21
Hi! Nice PR! How long before a merge?
Hi @Benew , I'll try to merge this week.
There is a way to create custom actions validation rules? or this still on progress?
Any news on this feature?
| gharchive/pull-request | 2015-07-18T05:59:51 | 2025-04-01T04:36:05.898670 | {
"authors": [
"Benew",
"Cornik34",
"jaime-franco",
"tjwebb"
],
"repo": "tjwebb/sails-permissions",
"url": "https://github.com/tjwebb/sails-permissions/pull/90",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1093005861 | Crash on SSL EOF / Protocol Violation
Observed when running on a public network. Version 0.9a1
Jan 03 16:24:16 bluetak taky[924128]: DEBUG:Persistence:Updating tracking for: <Event uid="ANDROID-357536083950909" etype="a-f-G-U-C" time="2022-01-03 21:24:15.469000"> (ttl: 374)
Jan 03 16:25:03 bluetak taky[924128]: INFO:... | gharchive/issue | 2022-01-04T04:42:44 | 2025-04-01T04:36:05.923304 | {
"authors": [
"tkuester"
],
"repo": "tkuester/taky",
"url": "https://github.com/tkuester/taky/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
271675233 | Cython version leaks all handles
In the Cython version, the handles are closed in __del__ both for DTraceConsumer and DTraceContinuousConsumer (used by DTraceConsumerThread). However, these are extension types, and Cython does not use __del__ for extension types (for whatever reason), so they will never be called (th... | gharchive/issue | 2017-11-07T01:04:00 | 2025-04-01T04:36:06.012995 | {
"authors": [
"jrtc27",
"tmetsch"
],
"repo": "tmetsch/python-dtrace",
"url": "https://github.com/tmetsch/python-dtrace/issues/8",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
503469830 | Install process doesnt support latest version of terraform (0.12.x)
Micro services
Spring boot Applications:
Admin Service
Auth Service
Asset Service
Compliance Service
Statistics Service
Notification Service
Rule Engine
Rules
ETL
Webapp
OS Type: Windows/Linux/MacOS
Java version:
1.9
1.8
1.7
Summary
Instal... | gharchive/issue | 2019-10-07T13:57:03 | 2025-04-01T04:36:06.025539 | {
"authors": [
"ajb1967",
"sajeer-nooh",
"santhoshigorle"
],
"repo": "tmobile/pacbot",
"url": "https://github.com/tmobile/pacbot/issues/337",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
117660709 | Add overflow menu with a change reminder option when the action activ…
…ity is fired from a notification
:+1:
| gharchive/pull-request | 2015-11-18T19:23:02 | 2025-04-01T04:36:06.073910 | {
"authors": [
"Revenaunt",
"bradmontgomery"
],
"repo": "tndatacommons/android-app",
"url": "https://github.com/tndatacommons/android-app/pull/151",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
99202663 | Tests
Updated model tests
:+1:
| gharchive/pull-request | 2015-08-05T13:16:17 | 2025-04-01T04:36:06.074634 | {
"authors": [
"bradmontgomery",
"damianurbanczyk"
],
"repo": "tndatacommons/android-app",
"url": "https://github.com/tndatacommons/android-app/pull/71",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
702569571 | Problems with MacOS
Hello,
problems with pip installation on a MacOS:
MacUsers-MacBook-Pro:Sandbox mac_user$ pip3 install imgio
Requirement already satisfied: imgio in /usr/local/lib/python3.8/site-packages/imgio-0.5.6-py3.8.egg (0.5.6)
Requirement already satisfied: numpy>=1.16 in /usr/local/lib/python3.8/site-pac... | gharchive/issue | 2020-09-16T08:34:11 | 2025-04-01T04:36:06.097797 | {
"authors": [
"toaarnio",
"vitasam"
],
"repo": "toaarnio/imgio",
"url": "https://github.com/toaarnio/imgio/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
89176833 | 【错别字】进程越多越好?
文件:/process_basic/the_more_the_better.md(第18行)
原文:我们想想进程数应该等于CPU数,但是如果进程有阻塞呢?这是是应该提高进程数增加并行数的。
更正:我们想想进程数应该等于CPU数,但是如果进程有阻塞呢?这时是应该提高进程数增加并行数的。
Nice catch @ilcc :+1:
| gharchive/issue | 2015-06-18T02:11:08 | 2025-04-01T04:36:06.116347 | {
"authors": [
"ilcc",
"tobegit3hub"
],
"repo": "tobegit3hub/understand_linux_process",
"url": "https://github.com/tobegit3hub/understand_linux_process/issues/32",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
356194727 | 00FF00- red FF0000 -Green other works fine like FFFF00 - yellow
over MQTT / Wheel / Ring / Node red /Apk / Openhab
My whole set up is working fine except following issue .
Red selection reflecting as green over ws2812B
Green selection as red
Yellow as Yellow
Blue as Blue
All effects working fine
I am using Wemos ... | gharchive/issue | 2018-09-01T11:18:09 | 2025-04-01T04:36:06.124429 | {
"authors": [
"sujitrp",
"toblum"
],
"repo": "toblum/McLighting",
"url": "https://github.com/toblum/McLighting/issues/226",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
255369282 | Note in README about sort-lines
todo.txt format is made to be sorted. We should have a note about using this module. https://atom.io/packages/sort-lines
Side note, I can't believe that atom doesn't have this built in.
| gharchive/issue | 2017-09-05T18:36:11 | 2025-04-01T04:36:06.147646 | {
"authors": [
"evanp",
"karbassi"
],
"repo": "todotxt/language-todotxt",
"url": "https://github.com/todotxt/language-todotxt/issues/21",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
119468608 | use API v9/me/experiments for obm
return is the same structure as obm in v8/me
when should we GET the request? each time we get /me data?
| gharchive/issue | 2015-11-30T10:57:14 | 2025-04-01T04:36:06.186022 | {
"authors": [
"refiito",
"tanel"
],
"repo": "toggl/toggldesktop",
"url": "https://github.com/toggl/toggldesktop/issues/1700",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2090784284 | [Snyk] Upgrade @tokens-studio/tokens from 0.0.23 to 0.0.24
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @tokens-studio/tokens from 0.0.23 to 0.0.24.
As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created... | gharchive/pull-request | 2024-01-19T15:28:22 | 2025-04-01T04:36:06.201348 | {
"authors": [
"SorsOps",
"jorenbroekema"
],
"repo": "tokens-studio/style-dictionary-configurator",
"url": "https://github.com/tokens-studio/style-dictionary-configurator/pull/65",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
324312711 | Are proto2 extensions supported?
https://developers.google.com/protocol-buffers/docs/proto#extensions
I have existing proto2 protocol definition which uses extensions. And I'm unable to understand how to work with such protocol using prost. Am I looking into wrong direction or this feature is not supported?
I found... | gharchive/issue | 2018-05-18T08:14:55 | 2025-04-01T04:36:06.218862 | {
"authors": [
"Xorlev",
"amilkov3",
"danburkert",
"im-0",
"imalsogreg",
"kamalmarhubi",
"lenaschimmel",
"tiziano88"
],
"repo": "tokio-rs/prost",
"url": "https://github.com/tokio-rs/prost/issues/100",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": ... |
683945865 | 原文のナンバリングと翻訳の見出しの番号が一致していない
原文ではLESSON 1やLecture 1などに番号が振られているが、Sphinxでは見出しから自動でナンバリングされるので、原文と比べようとすると混乱するかも
以下案
無視する
見出しの冒頭にLESSON 1やLecture 1などを付ける
ドキュメントの構造を原文の見出しの番号と合うように作り変える
@drillan の余裕ができたらお願いする、という形でOKです。
| gharchive/issue | 2020-08-22T07:03:32 | 2025-04-01T04:36:06.243813 | {
"authors": [
"drillan",
"shinseitaro"
],
"repo": "tokyoquantopian/quantopian-doc-ja",
"url": "https://github.com/tokyoquantopian/quantopian-doc-ja/issues/74",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
714237121 | サンプルコード中のQuantopian特有のAPIについて
サンプルコード中のQuantopian特有のライブラリ・APIの説明はどこかで説明されていますか?
また、一般のライブラリなのかQuantopian特有か、明示。例えばコードの中で使われているメソッドの引数でわからないものが出てきた時に、Quantopin内で調べるべきなのかインターネットで調べるべきなのか分からないのでは
Quantopian API reference
https://www.quantopian.com/docs/api-reference/overview
| gharchive/issue | 2020-10-04T05:17:43 | 2025-04-01T04:36:06.245428 | {
"authors": [
"daisukeuematsu",
"shinseitaro"
],
"repo": "tokyoquantopian/quantopian-doc-ja",
"url": "https://github.com/tokyoquantopian/quantopian-doc-ja/issues/81",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
659773631 | [scheduled] Auto Update Dependencies
/retest
This is scheduled PR by GitHub Action.
Produced via:
./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh
/rebase
/rebase
/rebase
It does not trigger GitHub Action test 😢
/rerun
| gharchive/pull-request | 2020-07-18T00:38:24 | 2025-04-01T04:36:06.263404 | {
"authors": [
"tom24d"
],
"repo": "tom24d/eventing-dockerhub",
"url": "https://github.com/tom24d/eventing-dockerhub/pull/85",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
95839071 | Split creating an EGL context in two parts
In order to properly create an X11 window, we need to know the visual ID of the pixel format chosen by EGL. So we split the EGL creation process in two parts.
EglContext::new returns a EglContextPrototype, which can be used to retreive the native visual ID. This prototype ca... | gharchive/pull-request | 2015-07-18T16:34:50 | 2025-04-01T04:36:06.265784 | {
"authors": [
"tomaka"
],
"repo": "tomaka/glutin",
"url": "https://github.com/tomaka/glutin/pull/523",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
147215000 | Fixed context creation on Windows
The WGL context was never created and the function CreateContextAttribsARB attempted to point to one. This should fix the issue. Also the ShareLists part of the code is completely redundant as share can only ever really be null.
Closes tomaka/glium#1450
I don't think that's the rig... | gharchive/pull-request | 2016-04-10T11:11:19 | 2025-04-01T04:36:06.267462 | {
"authors": [
"0utcast",
"tomaka"
],
"repo": "tomaka/glutin",
"url": "https://github.com/tomaka/glutin/pull/760",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
807956550 | Added WireMock.jsonResponse factory methods
The methods are similar to ResponseDefinitionBuilder.jsonResponse and allow preparing a ResponseDefinitionBuilder with provided body and status.
The introduced methods simplify stubs generation for statuses other than 200:
final Response errorResponse = new ErrorRespons... | gharchive/pull-request | 2021-02-14T13:00:43 | 2025-04-01T04:36:06.269221 | {
"authors": [
"mih-kopylov"
],
"repo": "tomakehurst/wiremock",
"url": "https://github.com/tomakehurst/wiremock/pull/1428",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
83800494 | Feature request: Invisible marker with label only
Hi @tombatossals , it's me again, the static map enthusiast.
I'd like to request for the above feature as it can be an useful feature, say I want to show the nearby point of interests and using the current markers, it gets a little too clustered. Will be great if I ca... | gharchive/issue | 2015-06-02T02:40:31 | 2025-04-01T04:36:06.294325 | {
"authors": [
"claustres",
"juristr",
"style-x7"
],
"repo": "tombatossals/angular-openlayers-directive",
"url": "https://github.com/tombatossals/angular-openlayers-directive/issues/137",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
32392620 | NUI as a static library
I'm hoping to build and compile NUI as a static library to eventually bind to in Xamarin.iOS.
Right now I'm having issues linking the CoreParse library as a subproject. I'm getting the error:
target specifies product type 'com.apple.product-type.framework', but there's no such product type for... | gharchive/issue | 2014-04-28T19:52:40 | 2025-04-01T04:36:06.296359 | {
"authors": [
"PabloLerma",
"kylesmyth"
],
"repo": "tombenner/nui",
"url": "https://github.com/tombenner/nui/issues/243",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
812031822 | chore(package.json): fix peer dependency with react@17
I getting this error using npm@7 and I fixed your package, because your npm works properly with react@17
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR! react@"17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ... | gharchive/pull-request | 2021-02-19T13:39:22 | 2025-04-01T04:36:06.307000 | {
"authors": [
"andrewfritz86",
"navarroaxel",
"shye0000"
],
"repo": "tomchentw/react-google-maps",
"url": "https://github.com/tomchentw/react-google-maps/pull/1068",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
782648849 | For repeating messages, skip the delivery if the last delivery is in the last N messages
~g edit last repeat=hours:2 skip_if=5
A command (something like) this would skip delivering the new message if the last delivery is in the last 5 messages in the channel
@stitics Let me know if you think this would be useful
... | gharchive/issue | 2021-01-09T17:18:31 | 2025-04-01T04:36:06.364144 | {
"authors": [
"stitics",
"tomgigler"
],
"repo": "tomgigler/GiggleMe",
"url": "https://github.com/tomgigler/GiggleMe/issues/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
941428577 | move to new syntax
change existing code to the new syntax (2.0).
use namespaces for all
namespace RV {
// constants, macros
}
new syntax is implemented. All is under
ns riscv {
...
}
| gharchive/issue | 2021-07-11T11:11:02 | 2025-04-01T04:36:06.366014 | {
"authors": [
"tomhea"
],
"repo": "tomhea/flip-jump",
"url": "https://github.com/tomhea/flip-jump/issues/93",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1869235527 | Explore adding an FAQ section
This has come up in multiple discussions over on toml-lang/toml, as a suggestion; for placing things that do not belong in the specification itself.
A few quick thoughts worth nothing down here:
I think this:
should NOT contain broad design guidance (eg: when to use booleans vs specia... | gharchive/issue | 2023-08-28T08:10:40 | 2025-04-01T04:36:06.374294 | {
"authors": [
"DominoPivot",
"pradyunsg"
],
"repo": "toml-lang/toml.io",
"url": "https://github.com/toml-lang/toml.io/issues/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
598304797 | Kotlin dsl and AGP and b2d-light version update
Hi,
first of all: thank you a lot for this setup. It produces a much better and more modern result than the one from libgdx.
I would like to ask three things, if possible:
android gradle plugin can be increased to 3.6.0 from 3.5.0 in my opinion
box2d light version can ... | gharchive/issue | 2020-04-11T16:42:42 | 2025-04-01T04:36:06.385014 | {
"authors": [
"Quillraven",
"tommyettinger"
],
"repo": "tommyettinger/gdx-liftoff",
"url": "https://github.com/tommyettinger/gdx-liftoff/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
663341605 | Mixing tabs and spaces
There was a weird mix of tabs and spaces for the section about importing the library, so I fixed that and used only spaces since that's what the code examples were doing (with 2 spaces indents).
Ah, yeah it's annoying when that happens. Thanks for catching this!
| gharchive/pull-request | 2020-07-21T22:12:29 | 2025-04-01T04:36:06.386291 | {
"authors": [
"payne911",
"tommyettinger"
],
"repo": "tommyettinger/jbump",
"url": "https://github.com/tommyettinger/jbump/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
88246418 | Fixed django 1.8 allow_migrate router signature, documentation
The signature of allow_migrate has changed in django 1.8. See:
https://docs.djangoproject.com/en/1.8/topics/db/multi-db/#allow_migrate
With the current implementation, the migrations do not work as expected. I ran into issues when I had a shared app with ... | gharchive/pull-request | 2015-06-14T20:45:25 | 2025-04-01T04:36:06.405951 | {
"authors": [
"ivome",
"tomturner"
],
"repo": "tomturner/django-tenants",
"url": "https://github.com/tomturner/django-tenants/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
445591903 | Unable to change paths in cobertura report
Getting an issue where our application is compiled within docker and we're trying to export the cobertura xml file from it.
Since the filename attribute is the full path to the file, we need to do a search a replace.
Adding the root of the project to sources/source and using... | gharchive/issue | 2019-05-17T19:47:17 | 2025-04-01T04:36:06.422088 | {
"authors": [
"EricStG",
"MarcoRossignoli",
"ViceIce",
"daveMueller",
"sasivishnu"
],
"repo": "tonerdo/coverlet",
"url": "https://github.com/tonerdo/coverlet/issues/413",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
391206865 | Fix gem replacer: cp -T option for macosx
Related to #88 For some reason, gems are not found with the approach. Digging into it.
Fixed by using rsync to handle copy https://github.com/tongueroo/jets/commit/90d6393b8e4ae35bef0b2a4d5b648779abfb132a
| gharchive/issue | 2018-12-14T17:50:56 | 2025-04-01T04:36:06.424708 | {
"authors": [
"tongueroo"
],
"repo": "tongueroo/jets",
"url": "https://github.com/tongueroo/jets/issues/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1009771325 | Flag -q shows Check_Results "WARNING" additionally instead of only "FAIL"
The -q flag doesn't show only the "FAIL"s but also the WARNINGs from the exclusions when using -w whitelist.txt.
Is this by intention?
Hi @gregorschulz, yes, that is an expected behavior. WARNING is shown when a resource is excluded, it is ju... | gharchive/issue | 2021-09-28T13:42:36 | 2025-04-01T04:36:06.430634 | {
"authors": [
"gregorschulz",
"toniblyx",
"w0rmr1d3r"
],
"repo": "toniblyx/prowler",
"url": "https://github.com/toniblyx/prowler/issues/884",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
353462813 | Licence?
Hey, I plan to use this project in an (open source) project of mine so I can run something like MTR without having C dependencies. You have done a great job!
I have noticed there is no license file nor is it mentioned in the readme, would you mind adding a license so I can make sure I credit your work correc... | gharchive/issue | 2018-08-23T16:38:45 | 2025-04-01T04:36:06.435090 | {
"authors": [
"meyskens",
"tonobo"
],
"repo": "tonobo/mtr",
"url": "https://github.com/tonobo/mtr/issues/1",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
97463937 | Failure to install HTTP::Server::Async via panda
I could not install HTTP::Server::Async because Pluggable installation failed on my development linux vm box. Any idea how to solve it?
azawawi@azawawi-vm:~/$ panda install Pluggable
==> Fetching Pluggable
==> Building Pluggable
Compiling lib/Pluggable.pm6 to mbc
===SO... | gharchive/issue | 2015-07-27T13:29:19 | 2025-04-01T04:36:06.437033 | {
"authors": [
"azawawi"
],
"repo": "tony-o/perl6-http-server-async",
"url": "https://github.com/tony-o/perl6-http-server-async/issues/13",
"license": "artistic-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
118277830 | shell_command_after is without effect
After digging into the code, i've found a reference to a shell_command_after params but it seems never used. Do I miss something?
@lmignon :
Sorry for the delay.
Correct you found a missing feature. This is meant to run operation / scripts after a vcs is sync'd.
For example, ... | gharchive/issue | 2015-11-22T18:02:53 | 2025-04-01T04:36:06.439239 | {
"authors": [
"lmignon",
"tony"
],
"repo": "tony/vcspull",
"url": "https://github.com/tony/vcspull/issues/17",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2480556579 | GenerateAnnotation: For testing purposes, the data should be read using a supllier
We get equals mismatch/failing tests when the instant-strings do not match. Easiest fix is to use a fixed instant in tests. Provide an instant-supplier using the context, defaulting to "now".
To scale better if more mini-features like ... | gharchive/issue | 2024-08-22T11:33:39 | 2025-04-01T04:36:06.469108 | {
"authors": [
"jangalinski"
],
"repo": "toolisticon/kotlin-code-generation",
"url": "https://github.com/toolisticon/kotlin-code-generation/issues/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1941692062 | [BUG] ...
Describe the bug
Cannot edit Flags
To Reproduce
Try using '// editing flag
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
ability to add '// edit flags
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information... | gharchive/issue | 2023-10-13T10:34:44 | 2025-04-01T04:36:06.478656 | {
"authors": [
"janrif",
"joshmadewell"
],
"repo": "toolkit-for-ynab/toolkit-for-ynab",
"url": "https://github.com/toolkit-for-ynab/toolkit-for-ynab/issues/3256",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1152544123 | [Feature Request] Separate tab layout in ffa and other gamemodes
Hi!
Ive tested your addon, ad have some ideas to improve.
Tab wont make space between prefix and name. (Screenshot)
Tab does not know how to distinguish duel and FFA, and this is important, because its different battles.
Please, add Suffix with Placeho... | gharchive/issue | 2022-02-27T00:32:17 | 2025-04-01T04:36:06.614717 | {
"authors": [
"Hitman477",
"iiAhmedYT",
"toppev"
],
"repo": "toppev/strike-tab",
"url": "https://github.com/toppev/strike-tab/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1122641008 | Explicitly use ActiveSupport hash extensions instead of i18n
Before 1.9.0, i18n provided a set of hash extensions, corresponding to a subset of ActiveSupport's hash extensions. Chewy included these in 2014, seemingly to support Rails 3.2: https://github.com/toptal/chewy/commit/0ab155468dcfb4a8aaeab56a00dbbcd6494d3625... | gharchive/pull-request | 2022-02-03T04:26:18 | 2025-04-01T04:36:06.620963 | {
"authors": [
"chrisandreae",
"ericproulx",
"kroehre",
"rabotyaga"
],
"repo": "toptal/chewy",
"url": "https://github.com/toptal/chewy/pull/833",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1010869955 | feat(Timeline): [FX-1093] add component
FX-1093
Description
Abstract
Added Timeline component.
Added Timeline.Row component.
How to test
Visit this PR's employ.
Screenshots
Example
Screenshot
Default
With icons
With icons and dates
Trim last connector
Review
[x] Read CONTRIBUTING.md and Compo... | gharchive/pull-request | 2021-09-29T12:03:43 | 2025-04-01T04:36:06.636751 | {
"authors": [
"denieler",
"teimurjan"
],
"repo": "toptal/picasso",
"url": "https://github.com/toptal/picasso/pull/2178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1260021100 | chore: test commit
[FX-NNNN]
Description
Describe the changes and motivations for the pull request.
How to test
FIXME: Add the steps describing how to verify your changes
Screenshots
Before.
After.
Insert screenshots or screen recordings
Insert screenshots or screen recordings
Development checks
[ ] Add ... | gharchive/pull-request | 2022-06-03T15:03:12 | 2025-04-01T04:36:06.648999 | {
"authors": [
"augustobmoura",
"ozgurkececioglu"
],
"repo": "toptal/picasso",
"url": "https://github.com/toptal/picasso/pull/2851",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
973700886 | 建议能够支持虚拟主机
既然是“轻量级”框架,建议能够支持虚拟主机。
市面上大部分虚拟主机都不支持自定义根目录,php 框架方面 laravel 基本一统天下了,但 laravel 确实太“重”了。
一般的小应用,还是这种小而美的框架好。^_^
现在开发版已经支持自定义public目录了。参考文档:https://www.chengyao.xyz/note/203.html
我看到有的框架是使用伪静态,在根目录放个 .htaccess 直接把请求转到 /public 目录下,这样是否更安全些?
RewriteRule (^[^/]*$) public/$1 [L]
我最近把 github 上的 php 微框架翻了好多... | gharchive/issue | 2021-08-18T14:01:14 | 2025-04-01T04:36:06.658396 | {
"authors": [
"topyao",
"wfsdaj"
],
"repo": "topyao/max",
"url": "https://github.com/topyao/max/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
201163142 | Using half conversions from TH
Using half conversions from TH.
Depends on torch/torch7#901
I think this request just fell under the cracks - very simple change improving runtime efficiency (no memcpy, hey) and eliminating code duplication.
thanks!
| gharchive/pull-request | 2017-01-17T02:51:18 | 2025-04-01T04:36:06.666363 | {
"authors": [
"borisfom",
"soumith"
],
"repo": "torch/cutorch",
"url": "https://github.com/torch/cutorch/pull/680",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
68347551 | staticsitegen command fails for documents since commit 918f286
The staticsitegen command uses django-medusa to generate a static version of the wagtail site. Since commit 918f286eeac567ec460d786a6cfd3dd4d95185a6 wagtail uses StreamingHttpResponse to return Documents, which causes medusa to fail as it simply saves res... | gharchive/issue | 2015-04-14T11:40:55 | 2025-04-01T04:36:06.692609 | {
"authors": [
"davecranwell",
"kaedroho",
"pcraston",
"taishizhiqiu",
"tomdyson"
],
"repo": "torchbox/wagtail",
"url": "https://github.com/torchbox/wagtail/issues/1183",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.