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
377185969
Default values? This is looking pretty cool, but I noticed that things like the margin and enabled layouts don't seem to have default values, so the OOTB experience is a traceback and a failure to start. Might be a good idea to have some defaults there. Also, do you think this would be worth converting into a Spoon? ...
gharchive/issue
2018-11-04T19:32:41
2025-04-01T04:58:28.075272
{ "authors": [ "cmsj", "szymonkaliski" ], "repo": "szymonkaliski/hhtwm", "url": "https://github.com/szymonkaliski/hhtwm/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1717004370
feat: integrate attesters with SFX protocol & rewards: prevent collusion with repatriation & slash Summary of changes Extend the work on requesting repatriations to pallet-rewards (#PR993) and integrate pallet-attesters to request for reiterations to honest SFX executors after attestations haven't been provided withi...
gharchive/pull-request
2023-05-19T10:18:25
2025-04-01T04:58:28.101874
{ "authors": [ "MaciejBaj" ], "repo": "t3rn/t3rn", "url": "https://github.com/t3rn/t3rn/pull/997", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1721003496
Spacebar interaction doesn't work on Nurikabe in demo page https://tabascq.github.io/PuzzleJS/puzzle-js-demo.html Nurikabe demo indicates that spacebar is a valid way to toggle tiles. Not working on Edge Version 113.0.1774.50. In general: ideal would be that any "toggle with mouse" functionality also works with spac...
gharchive/issue
2023-05-23T01:58:15
2025-04-01T04:58:28.123787
{ "authors": [ "NateD-MSFT", "tabascq" ], "repo": "tabascq/PuzzleJS", "url": "https://github.com/tabascq/PuzzleJS/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
989029282
Bug in AlternatingSequence exception class AlternatingSequence(DiagramMultiContainer): def __new__(cls, *items): if len(items) == 2: return super(AlternatingSequence, cls).__new__(cls) else: raise Exception("AlternatingSequence takes exactly two arguments got " + len(items)) raises: TypeError: can only c...
gharchive/issue
2021-09-06T10:33:48
2025-04-01T04:58:28.125164
{ "authors": [ "ptmcg", "tabatkins" ], "repo": "tabatkins/railroad-diagrams", "url": "https://github.com/tabatkins/railroad-diagrams/issues/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
144481372
Is it possible to read rotated table correctly Hi Could you help me with reading the rotated table like below ? and how can I check whether a table is rotated ? thank you! Hi @bruce-genhot, Currently it is not possible to rotate a PDF page within Tabula. However, you can do so with a PDF viewer application such as...
gharchive/issue
2016-03-30T06:56:40
2025-04-01T04:58:28.153517
{ "authors": [ "bruce-genhot", "jazzido" ], "repo": "tabulapdf/tabula-java", "url": "https://github.com/tabulapdf/tabula-java/issues/64", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
189717609
Use variable media queries breakpoints In the tachyons you define custom breakpoints "--breakpoint-medium", why not use those breakpoints in this component as well? We do use the same ones here as well. If you look at the top of this file we define the media queries in the same way as in the main tachyons repo http...
gharchive/issue
2016-11-16T14:20:37
2025-04-01T04:58:28.171178
{ "authors": [ "c10b10", "mrmrs" ], "repo": "tachyons-css/tachyons-flexbox", "url": "https://github.com/tachyons-css/tachyons-flexbox/issues/6", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1650619331
Move the snapshot test example to a different spec file We should start with a simpler example, snapshot tests over tracked events are for advanced users I've just clone the project, and all expect(track.collect()).toMatchInlineSnapshot( items fails :( Is it related to this issue? I've just removed them.
gharchive/issue
2023-04-01T19:50:21
2025-04-01T04:58:28.172277
{ "authors": [ "alexnivanov", "talkol" ], "repo": "tact-lang/tact-template", "url": "https://github.com/tact-lang/tact-template/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
643846764
LANDING Page need to display tips As new user I need to see some tips before starting on 100eyes Therefore the landing page should offer me some tips (Tipp des Tages Box für @drjakob ) https://docs.google.com/document/d/1laiKLf_ud-zG-jDa1hi_YUtZMYoQ4QW3s4muTu7YbOQ/edit?usp=sharing The tipps should be randomly sel...
gharchive/issue
2020-06-23T13:34:35
2025-04-01T04:58:28.173829
{ "authors": [ "FrauCsu", "drjakob" ], "repo": "tactilenews/100eyes", "url": "https://github.com/tactilenews/100eyes/issues/247", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2606126060
Plugin Failure - Unexpected token is not valid JSON Trying to load the plugin on macOS Sequoia I see: app.js:1 Plugin failure: various-complements SyntaxError: Unexpected token '<', "<<<<<<< Up"... is not valid JSON at JSON.parse (<anonymous>) at AppHelper.loadJson (plugin:various-complements:2452:17) at ...
gharchive/issue
2024-10-22T18:01:06
2025-04-01T04:58:28.176218
{ "authors": [ "Borillion", "tadashi-aikawa" ], "repo": "tadashi-aikawa/obsidian-various-complements-plugin", "url": "https://github.com/tadashi-aikawa/obsidian-various-complements-plugin/issues/320", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
50709166
Refactoring for testing Wonder if it would be worth the while to refactor the main part of the script to a module so that every function can be tested independently, as Chromatic says here in Perl Monks http://www.perlmonks.org/?node_id=858958. Another option would be to use Test::Script::Run, also mentioned there. ...
gharchive/issue
2014-12-02T19:53:03
2025-04-01T04:58:28.178397
{ "authors": [ "JJ", "patzim" ], "repo": "tadzik/rakudobrew", "url": "https://github.com/tadzik/rakudobrew/issues/18", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
66826762
support git cloning over https as well As some people require git: and some https: a command line parameter would be the best solution with maybe a config file or env var to not have to type it every time if you differ from the default. Hmm, what if it tried the default and if that fails tried using the other? Like...
gharchive/issue
2015-04-07T08:45:21
2025-04-01T04:58:28.181128
{ "authors": [ "abraxxa", "book", "ravenhall", "tadzik" ], "repo": "tadzik/rakudobrew", "url": "https://github.com/tadzik/rakudobrew/issues/36", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2465593000
fix(kit): CalendarRange not update selectedActivePeriod, when value updates Closes #8527 After update value: As Is: https://github.com/user-attachments/assets/c6f5205d-3394-4894-9c24-ba53cb2d435f To Be: https://github.com/user-attachments/assets/8aeaab56-f254-4618-82e7-b97092da5ace Closing in favor of https://githu...
gharchive/pull-request
2024-08-14T11:34:49
2025-04-01T04:58:28.216611
{ "authors": [ "mdlufy", "waterplea" ], "repo": "taiga-family/taiga-ui", "url": "https://github.com/taiga-family/taiga-ui/pull/8529", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2515791318
chore(demo): Card fix "Paddings and radii" demo Close #8916 @waterplea label title styles is a different PR: #8931
gharchive/pull-request
2024-09-10T08:39:11
2025-04-01T04:58:28.217557
{ "authors": [ "hakimio" ], "repo": "taiga-family/taiga-ui", "url": "https://github.com/taiga-family/taiga-ui/pull/8935", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2293035754
perf: replacing HashMap with TailcallHashMap Summary: Briefly describe the changes made in this PR. Issue Reference(s): Fixes #... (Replace "..." with the issue number) Build & Testing: [ ] I ran cargo test successfully. [ ] I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check. ...
gharchive/pull-request
2024-05-13T14:40:09
2025-04-01T04:58:28.223030
{ "authors": [ "amitksingh1490", "shashitnak" ], "repo": "tailcallhq/tailcall", "url": "https://github.com/tailcallhq/tailcall/pull/1933", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
361505029
How to add a font-family from Google Fonts I looked in the Tailwind docs: https://tailwindcss.com/docs/fonts#font-families and it seems like it should be as easy as adding a name to the fonts list. I didn't recognize some of the font-families (Oxygen, Cantarell, Segoe UI) but they all seem to be Google fonts. I'd lik...
gharchive/issue
2018-09-18T22:17:01
2025-04-01T04:58:28.247404
{ "authors": [ "adamwathan", "mandaputtra", "wishinghand" ], "repo": "tailwindcss/discuss", "url": "https://github.com/tailwindcss/discuss/issues/177", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
272812040
Change the config.js to tailwind.js tht is recommended in step 3. In step 2 of installation you say: We recommend creating a tailwind.js file in your project's root. Then in Step 4: ./node_modules/.bin/tailwind build styles.css [-c ./config.js] [-o ./output.css] Why config.js and not tailwind.js that you recommend...
gharchive/pull-request
2017-11-10T03:52:16
2025-04-01T04:58:28.250973
{ "authors": [ "adamwathan", "ericbarnes", "reinink" ], "repo": "tailwindcss/tailwindcss", "url": "https://github.com/tailwindcss/tailwindcss/pull/173", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
835194726
Laravel Mix: Not all variants are enabled out of the box What version of @tailwindcss/jit are you using? 0.1.3 What version of Node.js are you using? v14.3.0 What browser are you using? Chrome What operating system are you using? macOS Reproduction repository https://github.com/marcorieser/laravel-tw-jit I install a...
gharchive/issue
2021-03-18T19:51:31
2025-04-01T04:58:28.257590
{ "authors": [ "adamwathan", "marcorieser", "robdekort", "vladdu" ], "repo": "tailwindlabs/tailwindcss-jit", "url": "https://github.com/tailwindlabs/tailwindcss-jit/issues/111", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2482758657
Meal Plan - list viewer can edit and share "A list Viewer can: View, Remove check Ingredients by pressing the stacked dots to open the list options dialog" Accessed meal plan via the eye icon Clicked stacked dots Able to edit, share etc like an editor - but should only have view access (Screenshot from the meal plan...
gharchive/issue
2024-08-23T09:46:57
2025-04-01T04:58:28.268184
{ "authors": [ "jody-tait", "taitdigital" ], "repo": "taitdigital/aisle-nine-beta", "url": "https://github.com/taitdigital/aisle-nine-beta/issues/48", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1881036689
APIがデプロイできない 状態 Next.jsの静的アプリはデプロイできるが、FunctionsのAPIをでぷろいしようとするとエラーがでる。 期待する動作 静的アプリはNext.js、サーバレスAPIはAzure Functionを使用したアプリをStatic Web Appsで動かしたい。 エラー https://github.com/takatoshiinaoka/swa-aadb2c-auth-sample/actions/runs/6071830763/job/16470646795 'api_location' value should be an empty string ("") for Next.js appl...
gharchive/issue
2023-09-05T01:36:07
2025-04-01T04:58:28.282355
{ "authors": [ "takatoshiinaoka" ], "repo": "takatoshiinaoka/swa-app-sample", "url": "https://github.com/takatoshiinaoka/swa-app-sample/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
330377131
Build an index Thanks for this nice tool! Any idea how we could build a word index the same way makeidx does? I'm not familiar with makeidx, sorry.
gharchive/issue
2018-06-07T18:01:21
2025-04-01T04:58:28.292916
{ "authors": [ "boileaum", "takluyver" ], "repo": "takluyver/bookbook", "url": "https://github.com/takluyver/bookbook/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
299960079
TOML Object-based requirement syntax in pyproject.toml Something like: [tool.flit.metadata.requires] requests = ">=2.6" configparser = {version = "*", python_version = "=='2.7'"} This does not need to replace the current string-based format, only as syntactic sugar for users to opt-in. I imagine this more structured...
gharchive/issue
2018-02-24T18:05:57
2025-04-01T04:58:28.295204
{ "authors": [ "takluyver", "uranusjr" ], "repo": "takluyver/flit", "url": "https://github.com/takluyver/flit/issues/162", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
776751475
Update vars.go many callbacks require text/plain 是否赞同在 goctl api 中支持纯文本响应 像这样: var txt string get xxx () returns (txt) 是否赞同在 goctl api 中支持纯文本响应 像这样: var txt string get xxx () returns (txt) 不建议支持,这样也不方便扩展 是否赞同在 goctl api 中支持纯文本响应 像这样: var txt string get xxx () returns (txt) 不建议支持,这样也不方便扩展
gharchive/pull-request
2020-12-31T03:51:56
2025-04-01T04:58:28.315265
{ "authors": [ "kingxt", "pengshuaifei" ], "repo": "tal-tech/go-zero", "url": "https://github.com/tal-tech/go-zero/pull/329", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1072306999
RangeError on empty list provided to steps Giving that I track which steps were shown using SharedPreferences. And reduce this list I provide to Onboarding(steps: for each already shown OnboardingStep: This very fast results to an empty list being provided as steps. Now in turn when the following code is called, thi...
gharchive/issue
2021-12-06T15:50:27
2025-04-01T04:58:28.326286
{ "authors": [ "jlnrrg", "talamaska" ], "repo": "talamaska/onboarding_overlay", "url": "https://github.com/talamaska/onboarding_overlay/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
195657663
Problem with mocked file name (alanning:roles) I'm having errors with the deployment script. I was having difficulties integrating with Github (nevermind that I'm not the Github admin at work so I have to bug my boss everytime to configure it), so I used local Git option. This seems to work fine, except I get the err...
gharchive/issue
2016-12-14T21:59:13
2025-04-01T04:58:28.333005
{ "authors": [ "ramijarrar", "tgoldenberg" ], "repo": "talos-code/meteor-azure", "url": "https://github.com/talos-code/meteor-azure/issues/15", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
730097818
triplet_loss_dataloader.py Hello, I'm daniel, While running your project, one question arose. In dataloader/triplet_loss_dataloader, It is a system that generates (pos, neg) class randomly as the number of triplets allocated for each processor, and randomly selects images, but, When using the function of np.random.ch...
gharchive/issue
2020-10-27T04:34:58
2025-04-01T04:58:28.347419
{ "authors": [ "AGenchev", "YoonSeongGyeol", "tamerthamoqa" ], "repo": "tamerthamoqa/facenet-pytorch-vggface2", "url": "https://github.com/tamerthamoqa/facenet-pytorch-vggface2/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1253179653
Staline with nvim-tree shows the same thing When I started using Staline and nvim-tree, the buffers doesn't show separated lines, but the same line in both. When my cursor is on nvim-tree, the staline show the nvim-tree status, but when I'm writing code, the nvim-tree buffer doesn't show nvim-tree or anything related...
gharchive/issue
2022-05-30T23:14:56
2025-04-01T04:58:28.351687
{ "authors": [ "orangethewell", "tamton-aquib" ], "repo": "tamton-aquib/staline.nvim", "url": "https://github.com/tamton-aquib/staline.nvim/issues/31", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
153778063
SEND FAILED on android Hi please some one help me with ip and port setting in traccar client If you are using Traccar server, port for Traccar Client is always 5055. IP address is your server IP address. This link might be helpful: https://www.traccar.org/troubleshooting/
gharchive/issue
2016-05-09T13:38:02
2025-04-01T04:58:28.353225
{ "authors": [ "tananaev", "vishnu1381" ], "repo": "tananaev/traccar-client-android", "url": "https://github.com/tananaev/traccar-client-android/issues/195", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
57608331
build problem Hi, i'm trying to build the traccar project but I have an error. I cloned the repo with Netbeans 8.0.2 and when i build i have the error below on the testo of tramigo protocol. I have the same error also build with mvn. Thanks. Max ------------------------------------------------------------------------...
gharchive/issue
2015-02-13T15:00:47
2025-04-01T04:58:28.355827
{ "authors": [ "maxlife70", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/1080", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
145416183
Установка карт на SYNOLOGY День добрый, хочу установить карты гугла на сервак установленный на synology ds415play, но в отличии от той же виндовозной версии нет всплывающего окна куда можно занести код. По умолчанию есть только опенстрит мэпс и бинг, также есть указатель пользовательская карта, но она ведёт на сервер...
gharchive/issue
2016-04-02T20:43:42
2025-04-01T04:58:28.358081
{ "authors": [ "defaultlister", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/1846", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
159694461
TL300 protocol integration into Traccar (request) Hi all, I tried to connect the TL300 -Mini Vehicle GPS Tracker in Traccar with no success. As I don't know if it is already possible, I uploaded the files for the protocol. We have about 1000 pieces of those trackers and we already embbeded traccar on our server( It w...
gharchive/issue
2016-06-10T18:30:38
2025-04-01T04:58:28.361158
{ "authors": [ "vegekou" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/2013", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
218594495
How to filter / delete incorrect datasets ? Hello, I really enjoy the new version 3.10. Works fine with me, but I have a problem with one of my trackers (TK5000) which sometimes send wrong data sending positions with date in the future sending positions which are totally of track due to bad GPS fix. I have not yet ...
gharchive/issue
2017-03-31T19:26:02
2025-04-01T04:58:28.369839
{ "authors": [ "Phantomatz", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/3067", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1550559000
IOS-2884 Fiat rates swapping Перенес Fiat rates на слой приложения Добавил шимеры для подгрузки этих данных Давайте может зальем ?
gharchive/pull-request
2023-01-20T09:38:01
2025-04-01T04:58:28.382999
{ "authors": [ "Balashov152" ], "repo": "tangem/tangem-app-ios", "url": "https://github.com/tangem/tangem-app-ios/pull/1196", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1747413168
IOS-3712 balance component with buttons Чет из-за фейковых данных и прям разнообразных превьюшек МРы становятся довольно крупными... Версию с большими паддингами добавил чтобы видно было как кукожится баланс Немного невыровнено кажется у символов есть по сторонам отступ, если ты напишешь HB они же у тебя н...
gharchive/pull-request
2023-06-08T08:53:08
2025-04-01T04:58:28.386158
{ "authors": [ "Andoran90", "megakoko" ], "repo": "tangem/tangem-app-ios", "url": "https://github.com/tangem/tangem-app-ios/pull/1651", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
314175282
Updated alfons submodule includes icu namespacing fixes tests build on osx (links AppKit framework to alfons, used for NSFont) Hold on to this! Good to go!
gharchive/pull-request
2018-04-13T16:38:08
2025-04-01T04:58:28.399991
{ "authors": [ "tallytalwar" ], "repo": "tangrams/tangram-es", "url": "https://github.com/tangrams/tangram-es/pull/1791", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
173964697
add default Dockerfile 在默认配置文件中添加 Dockerfile 在 init 后会添加的文件加下,以后可以使用 Docker 部署 使用方法如下: docker build . -t wiki docker run --name wiki-simple -p 6868:8000 wiki 打开浏览器 http://localhost:6868 Nginx 代理配置 server{ listen 80; server_name your_domain; location / { proxy_pass http://localh...
gharchive/pull-request
2016-08-30T08:56:42
2025-04-01T04:58:28.423123
{ "authors": [ "coveralls", "tankywoo", "zhengxiaowai" ], "repo": "tankywoo/simiki", "url": "https://github.com/tankywoo/simiki/pull/73", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1258826829
fix(types): remove non-void constraint from queryFn result discussed in #3541 trying to enforce not-void + not-undefined on the queryFn return type is creating pockets of complexity / unexpected typing behaviour, as TS is trying to both enforce and infer too many things at the same time. removing for now, and adding ...
gharchive/pull-request
2022-06-02T22:04:03
2025-04-01T04:58:28.427542
{ "authors": [ "artysidorenko", "tannerlinsley" ], "repo": "tannerlinsley/react-query", "url": "https://github.com/tannerlinsley/react-query/pull/3666", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
617083971
feat(queryCache): add queryCache.getLatestQueryData method Provide a way to get the latest query by a partial query key match. Get the latest data when you don't know the full query key due to a large parameter object, i.e. complicated filters. hiya @tannerlinsley 👋 our team is currently using this functionality i...
gharchive/pull-request
2020-05-13T02:06:00
2025-04-01T04:58:28.432634
{ "authors": [ "antgonzales", "tannerlinsley" ], "repo": "tannerlinsley/react-query", "url": "https://github.com/tannerlinsley/react-query/pull/485", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2607276193
Patch/api request retries use tenacity to retry any failed api requests current version on main for perfect. also just created a release on main to mark the version used for workshop paper evals.
gharchive/pull-request
2024-10-23T05:11:53
2025-04-01T04:58:28.475246
{ "authors": [ "jixy2012" ], "repo": "target-benchmark/target", "url": "https://github.com/target-benchmark/target/pull/27", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
69755326
FileNotFoundError in process_code.py with jinja I wanted to try testmon out of curiosity, and tried running it on https://github.com/hackebrot/qutebrowser To reproduce, patch tox.ini like this, then run tox -e unittests: diff --git a/tox.ini b/tox.ini index 101d2b0..30af07d 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6...
gharchive/issue
2015-04-21T06:19:59
2025-04-01T04:58:28.485785
{ "authors": [ "The-Compiler", "tarpas" ], "repo": "tarpas/testmon", "url": "https://github.com/tarpas/testmon/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2227375761
Support status background colors PR includes [x] Feature Related issues Resolve #200 QA Instructions, Screenshots, Recordings /canary
gharchive/pull-request
2024-04-05T08:22:08
2025-04-01T04:58:28.493024
{ "authors": [ "asabotovich" ], "repo": "taskany-inc/colors", "url": "https://github.com/taskany-inc/colors/pull/201", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
140120189
Part of index data lost while importing data I export an index from cluster A to a file. I use wc -l to caculate the lines exported, which is the same with docs stored in cluster A. After that, I import data from file to another cluster B and found that about 100 docs are missing. How to trace the problem and have it...
gharchive/issue
2016-03-11T08:22:40
2025-04-01T04:58:28.514255
{ "authors": [ "evantahler", "snowwolf007cn" ], "repo": "taskrabbit/elasticsearch-dump", "url": "https://github.com/taskrabbit/elasticsearch-dump/issues/175", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1886500232
Update discovery_zy-m100.yaml Added illuminance Illuminance is supported by TuyaMCU TuyaMCU 75,104
gharchive/pull-request
2023-09-07T20:07:42
2025-04-01T04:58:28.517792
{ "authors": [ "blakadder", "pedronsg" ], "repo": "tasmota/blueprints", "url": "https://github.com/tasmota/blueprints/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
374181499
Loading same tweets over and over I left the scraper running for the night, came back to 1.5GB of tweet data. I believe at least 99% of those tweets are duplicates. This is my command line query: twitterscraper 'Salesforce' --begindate 2017-10-24 --enddate 2017-11-24 --lang en --poolsize 1 --output tweets-CRM.json ...
gharchive/issue
2018-10-26T00:21:26
2025-04-01T04:58:28.542545
{ "authors": [ "Camilo-Lesmes", "cdsimmons", "haripadbharti1", "taspinar" ], "repo": "taspinar/twitterscraper", "url": "https://github.com/taspinar/twitterscraper/issues/149", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
225767585
Improvements of the English translation Another run into the English string to improves them. long side is not width. It is the greater side of width or height. I've change string related width to 'Resize to %1$d pixels' That's a way better translation :+1:
gharchive/pull-request
2017-05-02T17:38:00
2025-04-01T04:58:28.558520
{ "authors": [ "Belphemur", "tateisu" ], "repo": "tateisu/SubwayTooter", "url": "https://github.com/tateisu/SubwayTooter/pull/3", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1401593267
🛑 Lavalink is down In b4fb33c, Lavalink (https://lava.chirailava.tk/metrics) was down: HTTP code: 0 Response time: 0 ms Resolved: Lavalink is back up in ade07a1.
gharchive/issue
2022-10-07T19:34:33
2025-04-01T04:58:28.562005
{ "authors": [ "tathaha" ], "repo": "tathaha/bruhuptime", "url": "https://github.com/tathaha/bruhuptime/issues/142", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1085626692
Marketplace listings failing Creating listings seems to be randomly failing since the past few days https://polygonscan.com/address/0x66592ad3fbd87b8631e40143b2f6671a9dd73283 Any ideas what could be causing this issue? I can see the "value" column randomly switched from 0 MATIC to 1 MATIC for some unknown reason. �...
gharchive/issue
2021-12-21T09:37:02
2025-04-01T04:58:28.575483
{ "authors": [ "Saltb0xApps" ], "repo": "tatumio/smart-contracts", "url": "https://github.com/tatumio/smart-contracts/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1826960061
Fix/readme banners Updates the banners on the readme's to absolute paths so that downstream docs CI has nice banners I feel like I prefer the relative path, which makes it resilient against branch name changing, merge conflicts, parent directory renaming ...etc. I feel like this is a problem that should be addresse...
gharchive/pull-request
2023-07-28T19:07:11
2025-04-01T04:58:28.580691
{ "authors": [ "FabianLars", "amrbashir", "lorenzolewis" ], "repo": "tauri-apps/plugins-workspace", "url": "https://github.com/tauri-apps/plugins-workspace/pull/523", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2039269935
Could not find a declaration file for module '@tauri-apps/api/x' About 5 days ago (8th December) my tauri actions started to fail with the Message: "Could not find a declaration file for module '@tauri-apps/api/x'" .. for all tauri api components. Interestingly, this didn't seem to start with a certain change I made,...
gharchive/issue
2023-12-13T09:11:03
2025-04-01T04:58:28.584779
{ "authors": [ "theodortruffer" ], "repo": "tauri-apps/tauri-action", "url": "https://github.com/tauri-apps/tauri-action/issues/643", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2462953008
[bug] document.visibilityState broken Describe the bug I cannot seem to get the browser visibilitychange event to fire by any means, and whether maximized or minimized, document.visibilityState always has the value "visible". This is on Windows 10. There is some prior history for this issue. #6864 describes the lack ...
gharchive/issue
2024-08-13T10:09:11
2025-04-01T04:58:28.591590
{ "authors": [ "ConnorKrammer", "Legend-Master" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/issues/10592", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2011386575
[bug] V2 window.transparent not work Describe the bug The behaviors of v1 and v2 are inconsistent. With the same settings, in tauri v1, the window is transparent on Windows, but it is not in v2. Reproduction The key setting is: transparent: true, decorations: false Render an empty element and no css. render(() => <...
gharchive/issue
2023-11-27T02:53:16
2025-04-01T04:58:28.596466
{ "authors": [ "FabianLars", "ahaoboy" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/issues/8308", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1136491303
feat(ci): simplify cache What kind of change does this PR introduce? [ ] Bugfix [ ] Feature [ ] Docs [ ] New Binding issue #___ [ ] Code style update [ ] Refactor [ ] Build-related changes [x] Other, please describe: CI Does this PR introduce a breaking change? [ ] Yes, and the changes were approved in issue #_...
gharchive/pull-request
2022-02-13T21:54:10
2025-04-01T04:58:28.602404
{ "authors": [ "FabianLars", "lucasfernog" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/pull/3448", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
527237149
Don't fail with NullPointerException when native-image is not found Instead give a reasonable error message. Thanks for a nice project! I just realized this too after I setup a new machine. Thanks!
gharchive/pull-request
2019-11-22T14:43:53
2025-04-01T04:58:28.652979
{ "authors": [ "ivarref", "taylorwood" ], "repo": "taylorwood/clj.native-image", "url": "https://github.com/taylorwood/clj.native-image/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1226304667
Mat_VarReadNextInfo requires a large chunk on a 32KB file Here is the program #include <cstring> #include <cstdlib> #include <cstdio> #include "matio.h" int main (int argc, char **argv) { mat_t *ptr = Mat_Open(argv[1], 0); auto *var = Mat_VarReadNextInfo(ptr); Mat_VarFree(var); Mat_Close(ptr); } An...
gharchive/issue
2022-05-05T07:40:40
2025-04-01T04:58:28.677072
{ "authors": [ "frokaikan", "tbeu" ], "repo": "tbeu/matio", "url": "https://github.com/tbeu/matio/issues/190", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1836503534
Max runtime Hi @tblanke I think it is a good idea to put a max runtime on the thread calculation. If, for example, a certain scenario keeps calculating due to a bug somewhere, that this does not keep intervening with the GUI. We can add this as a FloatBox in the settings perhaps? What do you think? Best, @wouterpeere...
gharchive/issue
2023-08-04T10:43:03
2025-04-01T04:58:28.679785
{ "authors": [ "tblanke", "wouterpeere" ], "repo": "tblanke/ScenarioGUI", "url": "https://github.com/tblanke/ScenarioGUI/issues/107", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1140699124
/src/tbox/platform/arch/x86/context.asm 存在越界吧? lea eax, [eax - 20] ; 16-align of the stack top address and eax, -16 ; reserve space for context-data on context-stack lea eax, [eax - 40] 如果lea eax, [eax - 20]后eax正好是16 align的,那eax就只偏移了60 这样在后面是不是会写越界,将stack guard给覆盖了? ; context.seh.handler = sehitem.handler mov ecx,...
gharchive/issue
2022-02-16T23:39:55
2025-04-01T04:58:28.681326
{ "authors": [ "nanshusu", "waruqi" ], "repo": "tboox/tbox", "url": "https://github.com/tboox/tbox/issues/179", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
772917463
Review JSON Schema https://github.com/tc39/dataset/blob/master/schema/individual.json CC @codehag Planning: [ ] Freeze individual proposal schema [ ] Provide an GitHub Action on tc39/template-for-proposals (see https://github.com/tc39/dataset/issues/3) Validate /metadata.json (filename TBD) Pre-discussion: https:/...
gharchive/issue
2020-12-22T12:41:53
2025-04-01T04:58:28.701870
{ "authors": [ "codehag", "ljharb", "septs" ], "repo": "tc39/dataset", "url": "https://github.com/tc39/dataset/issues/1", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
570071738
Linting the spec I would like to start enforcing some basic sanity checks for the spec. Some of them will end up implemented in other projects, but I would like to use this issue to track possible lint rules everywhere. The main goal of this is to reduce editorial churn and correctness issues, but I know that it woul...
gharchive/issue
2020-02-24T19:13:25
2025-04-01T04:58:28.761693
{ "authors": [ "NotWearingPants", "bakkot", "jmdyck", "ljharb", "michaelficarra", "rbuckton", "syg" ], "repo": "tc39/ecmarkup", "url": "https://github.com/tc39/ecmarkup/issues/173", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1472146847
Make aarch64 tests complete consistently Seriously it's annoying that they constantly have to be restarted because it means the test doesn't complete. Then GH only allows kicking it off again after all jobs have finished. This was okay at first but at some point it has started to happen way more than bearable. Option...
gharchive/issue
2022-12-02T00:38:12
2025-04-01T04:58:28.815271
{ "authors": [ "BradyBonnette", "eeeebbbbrrrr", "workingjubilee" ], "repo": "tcdi/plrust", "url": "https://github.com/tcdi/plrust/issues/129", "license": "PostgreSQL", "license_type": "permissive", "license_source": "github-api" }
326200163
Support for setting watering timer during switch.turn_on service call @tchellomello, Thanks for developing this wonderful integration with HA. I noticed that the watering time is only possible to be configured in configuration file which is basically set on startup. I tried to set the watering time via switch.turn_on...
gharchive/issue
2018-05-24T16:32:46
2025-04-01T04:58:28.818938
{ "authors": [ "mehdiheidari", "tchellomello" ], "repo": "tchellomello/raincloudy", "url": "https://github.com/tchellomello/raincloudy/issues/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
331040774
"amazon2csv" command not accessible in Windows 10 Hello @Suleman-Elahi. Sorry to hear that :( I don't have a Windows machine to test it. Can you please check that amazon2csv is in your <python_directory>/Scripts? Check also that this folder is in your PATH. Source : https://superuser.com/questions/1204232/why-aren...
gharchive/issue
2018-06-11T04:20:20
2025-04-01T04:58:28.855350
{ "authors": [ "ReedJessen", "Suleman-Elahi", "davidliu1978", "tducret" ], "repo": "tducret/amazon-scraper-python", "url": "https://github.com/tducret/amazon-scraper-python/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1938904664
Use more generic device over camera in term names The name "camera" works well for a device recording images or videos. The name doesn't work well for audio (only) recording devices. While we haven't fully considered those devices, Camtrap DP probably has a good model and terms to exchange that data. It might therefo...
gharchive/issue
2023-10-11T23:24:36
2025-04-01T04:58:28.867439
{ "authors": [ "peterdesmet" ], "repo": "tdwg/camtrap-dp", "url": "https://github.com/tdwg/camtrap-dp/issues/357", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1578394173
Support autocompletion for command options @teaishealthy Mentioning you as per request Needs #3 Done
gharchive/issue
2023-02-09T18:26:56
2025-04-01T04:58:28.872117
{ "authors": [ "teaishealthy", "toolifelesstocode" ], "repo": "teaishealthy/comity", "url": "https://github.com/teaishealthy/comity/issues/2", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2461503592
✨ Bump CAPI to v1.8.0 Testing https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/pull/3151 /test pull-cluster-api-provider-vsphere-e2e-govmomi-blocking-main /test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main /test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-mai...
gharchive/pull-request
2024-08-12T17:06:18
2025-04-01T04:58:28.893262
{ "authors": [ "chrischdi", "sbueringer" ], "repo": "team-cluster-api/cluster-api-provider-vsphere", "url": "https://github.com/team-cluster-api/cluster-api-provider-vsphere/pull/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1201500118
Feat/50 read labels Closes #50 Changes made by this Pull Request Introduces task specifications Loads labels dynamically from this Definition of Done [x] Tests are written and run successful [x] Code is documented [x] User Manual is updated [x] All requirements of the user story are met Codecov Report Merging ...
gharchive/pull-request
2022-04-12T09:22:22
2025-04-01T04:58:28.904633
{ "authors": [ "bewee", "codecov-commenter" ], "repo": "team-folivora/annoto", "url": "https://github.com/team-folivora/annoto/pull/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
142811822
Lane changing and acceleration/deceleration. That's going to be last code thing from me (I hope). This change set introduces new behavrio into the cars (they try to speed, change lanes, brake if they can not), two types of cars - big and slow lorries and faster passenger cars, new visual inspection tools (cars have r...
gharchive/pull-request
2016-03-22T23:37:45
2025-04-01T04:58:28.940864
{ "authors": [ "An7ar35", "lexaux" ], "repo": "teamIndexZero/index_zero_trafficsystem", "url": "https://github.com/teamIndexZero/index_zero_trafficsystem/pull/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1049600977
Link in header The label "Dipartimento per la trasformazione digitale" in the header, should have this link https://innovazione.gov.it/ and not https://innovazione.gov.it/dipartimento closed by #142
gharchive/issue
2021-11-10T09:39:08
2025-04-01T04:58:29.085232
{ "authors": [ "danieledebernardinDTD", "sebbalex" ], "repo": "teamdigitale/padigitale2026.gov.it-site", "url": "https://github.com/teamdigitale/padigitale2026.gov.it-site/issues/137", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
751179026
vcs & opensource & recent SUMMARY vcs & opensource & recent SUMMARY 원래 기존에는 vcs와 opensource가 합친 챕터로 있었는데 vcs 내용을 넣다보니 내용이 길어지게 되어 두 챕터로 나누어 작성하였습니다!! 보시고 기존 처럼 합친 챕터로 있으면 좋겠다고 의견이 많으면 그렇게 수정할 수 있도록 하겠습니다!
gharchive/pull-request
2020-11-25T23:41:44
2025-04-01T04:58:29.091682
{ "authors": [ "Seong-Myeong" ], "repo": "teamkw/unibook", "url": "https://github.com/teamkw/unibook/pull/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
512960730
How to use CacheWrapper? I use composer The box below is my code ini_set('memory_limit', '-1'); use Discord\Discord; use Discord\Http\Http; use Discord\Parts\Channel\Channel; use Discord\Factory\Factory; use Discord\Wrapper\CacheWrapper; /** * Globel Variable * @var String $token Discord API BOT Access_Token */...
gharchive/issue
2019-10-27T12:38:29
2025-04-01T04:58:29.095521
{ "authors": [ "creamgod45", "cwkhawand", "davidcole1340", "garrettw" ], "repo": "teamreflex/DiscordPHP", "url": "https://github.com/teamreflex/DiscordPHP/issues/285", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
315324782
More descriptive validation errors Getting really deep into working with Avro schemas from an old dynamic json system and have found the conversion difficult because error messages are no descriptive. After looking over the validation piece, we found thay the basic validation function could use some modifications. I ...
gharchive/issue
2018-04-18T04:14:39
2025-04-01T04:58:29.104900
{ "authors": [ "rhaarm", "scottbelden" ], "repo": "tebeka/fastavro", "url": "https://github.com/tebeka/fastavro/issues/172", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2064198699
名前案 概要 名前について何も決まってなかったので、一旦ここに案を集める 今出てるもの disaster-platform リアルタイム被災者マップ くらい infoRelay 情報をつなぐという観点で 一応それっぽい名前の商標登録無いことは確認済みです。 ただ、語感や略語がちょっと響き悪い HandUp(ハンドアップ) 助けを求める、援助を提供する、挙手する ・被災者自身の助けて、これが欲しいという挙手 ・非被災者から援助を提供しますよという挙手 割と安直(よく言えばシンプルイズベスト)ですが、誰かの挙手に気づく・誰かを支援する挙手をつなげるをイメージした名前です。 複数形でもいいかもなのですが、私に支援が必要...
gharchive/issue
2024-01-03T15:11:34
2025-04-01T04:58:29.108704
{ "authors": [ "lumiere41", "nakaji-kazu", "suguru-toyohara" ], "repo": "tech-creative-club/disaster-platform", "url": "https://github.com/tech-creative-club/disaster-platform/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
869833427
💄 ইডিটরের আগের কোড ব্লকটাই ভালো ছিলো ইডিটরের আগের কোড ব্লকটাই ভালো ছিলো বর্তমানের কোড ব্লকটা ইউজারের ব্লগ পড়তে চোখে কিছুটা সমস্যা হয়। আমিও বিশ্বাস করি আগের এডিটর টা অনেক ভালো ছিল, কিন্তু সবাই মার্কডাউনটা আসলে বুঝে না। বুঝতে পারছি না কি করা যায়। @kingRayhan আমিও বিশ্বাস করি আগের এডিটর টা অনেক ভালো ছিল, কিন্তু ...
gharchive/issue
2021-04-28T11:19:15
2025-04-01T04:58:29.127847
{ "authors": [ "asifadib", "shoaibsharif" ], "repo": "techdiary-dev/techdiary", "url": "https://github.com/techdiary-dev/techdiary/issues/67", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
589771419
Dark Theme & Updated UI for ContactUS Add an issue reference This is a reference to the issue #10 Description of the changes proposed in the PR The changes in the PR include Dark Mode Improved UI Add relevant screenshots Add mentions of person or team team femmetech @sonalsk Nice work
gharchive/pull-request
2020-03-29T11:31:21
2025-04-01T04:58:29.131891
{ "authors": [ "sakshi1499", "smaranjitghose" ], "repo": "techequilla/community_website_boilerplate", "url": "https://github.com/techequilla/community_website_boilerplate/pull/15", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
199801629
saveDatabase() error when invoked too quickly I am writing an app in Node that uses LokiJS. I am manually calling saveDatabase() every time I insert an object. If I create multiple objects quickly, the saveDatabase method is invoked multiple times in a short period of time and after the first call it complains becaus...
gharchive/issue
2017-01-10T11:52:26
2025-04-01T04:58:29.146060
{ "authors": [ "dror-ventura", "mromanbcn", "obeliskos", "ohenepee" ], "repo": "techfort/LokiJS", "url": "https://github.com/techfort/LokiJS/issues/526", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2030227746
This week filter in all sections [x] 'To date' must be consider up to last day of week. [x] 'From date' and 'To date' will be vary based on preferences Issue Closed
gharchive/issue
2023-12-07T08:58:32
2025-04-01T04:58:29.147737
{ "authors": [ "MohdSahal" ], "repo": "techgebra/polosys-books", "url": "https://github.com/techgebra/polosys-books/issues/390", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1682111845
vsock: Handle Tx and Rx in separate threads A crude PoC handling Tx and Rx in separate threads instead of a single thread for both. Note: This is a dummy PR just to aid in review of my commits. Overall looks the good direction, but I suggest you to start to split in multiple commits with a good description to simpl...
gharchive/pull-request
2023-04-24T22:07:12
2025-04-01T04:58:29.151751
{ "authors": [ "stefano-garzarella", "techiepriyansh" ], "repo": "techiepriyansh/vhost-device", "url": "https://github.com/techiepriyansh/vhost-device/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
158715341
Use commands config to execute wrapper commands Added a config file that contains the supported commands, their description and whether or not they are simple "wrapped" commands. With this data we can simply detect if a command like bundle is a wrapped command and execute bin/wrap_command rather than having a duplica...
gharchive/pull-request
2016-06-06T16:09:21
2025-04-01T04:58:29.158257
{ "authors": [ "blankenshipz", "johnallen3d" ], "repo": "technekes/nib", "url": "https://github.com/technekes/nib/pull/46", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
57311118
Add fetch command I would like to have the git fetch command available through homesick. This way I can do a homesick fetch to see if I am behind from the remote. I have a homesick-all function in my bash functions that will run the provided homesick arguments for all castles. So then I could do a homesick-all fetch ...
gharchive/issue
2015-02-11T12:42:44
2025-04-01T04:58:29.163078
{ "authors": [ "JCook21", "Kidlike" ], "repo": "technicalpickles/homesick", "url": "https://github.com/technicalpickles/homesick/issues/132", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1383173317
wechat icon Proposed Changes Add wechat icon Screenshot (If Applicable) Checklist [ ] Tested locally [ ] Ran yarn ci to test my code [ ] Did not add any unnecessary changes [ ] All my changes appear after other changes in each file [ ] Included a screenshot (if adding a new button) [ ] 🚀 Hey thanks! I t...
gharchive/pull-request
2022-09-23T01:10:11
2025-04-01T04:58:29.166779
{ "authors": [ "hakuyouhiro", "timothystewart6" ], "repo": "techno-tim/littlelink-server", "url": "https://github.com/techno-tim/littlelink-server/pull/234", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
989851238
release: v1.1.30 Changes chore: update npm dependencies (3251e8cbc58e40608d05c759d7722411f25f1763) Base PullRequest default branch (https://github.com/technote-space/anchor-markdown-header/tree/master) Command results Details: add path /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/...
gharchive/pull-request
2021-09-07T10:48:04
2025-04-01T04:58:29.190886
{ "authors": [ "codecov-commenter", "technote-space" ], "repo": "technote-space/anchor-markdown-header", "url": "https://github.com/technote-space/anchor-markdown-header/pull/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
444068726
This migrates the A2 port usage check to be a common check Supports chef-server, automate and a2 This replaces #92 with a more generic check. Signed-off-by: Will Fisher wfisher@chef.io Not sure about recommending that net.ipv4.tcp_tw_reuse setting as it has lots of consequences See: https://vincent.bernat.ch/en/blo...
gharchive/pull-request
2019-05-14T18:47:03
2025-04-01T04:58:29.354899
{ "authors": [ "teknofire" ], "repo": "teknofire/gatherlogs-inspec-profiles", "url": "https://github.com/teknofire/gatherlogs-inspec-profiles/pull/95", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
798667427
Tekton Taskrun Metrics are not accurate Expected Behavior Tekton metrics should match the data provided by kubectl. Actual Behavior I have been trying to gather the taskrun duration using tekton_taskrun_duration_seconds_sum and tekton_taskrun_duration_seconds_countby doing sum(rate(tekton_taskrun_duration_seconds_sum...
gharchive/issue
2021-02-01T20:05:12
2025-04-01T04:58:29.382427
{ "authors": [ "bobcatfish", "ibexmonj", "khrm", "lbernick", "pritidesai", "sbwsg", "wlynch" ], "repo": "tektoncd/pipeline", "url": "https://github.com/tektoncd/pipeline/issues/3739", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1260404547
TEP-0090: Refactor GetChildReferences Changes In this change, we separate that logic to fetch the childRef of a specific TaskRun from the function that gets the childRefs for all TaskRuns in the PipelineRunState. This is separate function is helpful for reuse and readability. No functional changes made in this comm...
gharchive/pull-request
2022-06-03T21:31:01
2025-04-01T04:58:29.388310
{ "authors": [ "abayer", "jerop" ], "repo": "tektoncd/pipeline", "url": "https://github.com/tektoncd/pipeline/pull/4940", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2093237221
🛑 Observatoire des Saisons is down In 3bbb349, Observatoire des Saisons (https://www.obs-saisons.fr/) was down: HTTP code: 0 Response time: 0 ms Resolved: Observatoire des Saisons is back up in 52f04af after 1 hour, 2 minutes.
gharchive/issue
2024-01-22T07:09:14
2025-04-01T04:58:29.417366
{ "authors": [ "kstefanini" ], "repo": "telabotanica/status", "url": "https://github.com/telabotanica/status/issues/435", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
122311053
Issue/doc update REVIEWERS @hmunfru DESCRIPTION Resolve some problems in the ReadTheDocs documentation LGTM
gharchive/pull-request
2015-12-15T16:28:06
2025-04-01T04:58:29.418442
{ "authors": [ "flopezag", "hmunfru" ], "repo": "telefonicaid/fiware-paas", "url": "https://github.com/telefonicaid/fiware-paas/pull/268", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
749302024
License and PyPI package Hi! We would like to use this package with our library called your. Can you please add a license and, if possible, make it available via PyPI. Thanks! Hey @devanshkv -- agreed this should have a license. This has portions of code extracted from sigpyproc so dependent on that. @ewanbarr wo...
gharchive/issue
2020-11-24T03:09:54
2025-04-01T04:58:29.436934
{ "authors": [ "devanshkv", "ewanbarr", "telegraphic" ], "repo": "telegraphic/numbits", "url": "https://github.com/telegraphic/numbits/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
837261567
Publicar código no npm Publicar versão que possa ser usada: No navegador, talvez usando o unpkg Em projetos ES6 com import Em projetos node com require https://docs.github.com/en/packages/guides/configuring-npm-for-use-with-github-packages Feito https://www.npmjs.com/package/spreadparser
gharchive/issue
2021-03-22T02:31:20
2025-04-01T04:58:29.499528
{ "authors": [ "teles" ], "repo": "teles/spreadparser", "url": "https://github.com/teles/spreadparser/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
965315533
Feature/claim aave comp to user Claim aave and comp to user if loan status is completed or liquidated. If not, claim accrued interest to escrow address yarn test polygon gives me: 18 passing (2m) 1 failing Story Test Suite - DAPP.CLAIM.AAVE AAVE Claim AAVE: Error: VM Exception while processing transaction: reverte...
gharchive/pull-request
2021-08-10T19:52:55
2025-04-01T04:58:29.502617
{ "authors": [ "admazzola", "dumebi" ], "repo": "teller-protocol/teller-protocol-v1", "url": "https://github.com/teller-protocol/teller-protocol-v1/pull/467", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2311596673
Variable rendering error in v2.0.7 Teller was functioning correctly using variables in my yml file, until I upgraded to version 2.0.7. After upgrading I get the following error: Error: Failed to render '__tera_one_off' Caused by: Variable `env_prefix` not found in context while rendering '__tera_one_off' Locati...
gharchive/issue
2024-05-22T22:25:36
2025-04-01T04:58:29.505149
{ "authors": [ "jderieg", "jondot" ], "repo": "tellerops/teller", "url": "https://github.com/tellerops/teller/issues/281", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
744117604
Database url Fixes: #200 Pull Request Test Coverage Report for Build 366706449 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall coverage remained the same at 36.572% Totals Change from base Build 362582871: 0.0% Covered Lines: 1596 Re...
gharchive/pull-request
2020-11-16T19:43:14
2025-04-01T04:58:29.509474
{ "authors": [ "coveralls", "themandalore" ], "repo": "tellor-io/TellorMiner", "url": "https://github.com/tellor-io/TellorMiner/pull/279", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
151415356
Expand navBar if scrollView's window is visible Fixes an issue when the navigation bar is manually hidden in another UIViewController in the stack. This PR makes sure that when the app becomes active it will only expand the navBar if the current scrollView is visible on the window. Makes sense! Thanks!
gharchive/pull-request
2016-04-27T15:27:56
2025-04-01T04:58:29.510411
{ "authors": [ "Mazyod", "greis" ], "repo": "telly/TLYShyNavBar", "url": "https://github.com/telly/TLYShyNavBar/pull/142", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2547962044
update: docs url Update doc url Thanks! Pull Request Test Coverage Report for Build 11033773398 Warning: This coverage report may be inaccurate. This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, pote...
gharchive/pull-request
2024-09-25T13:12:36
2025-04-01T04:58:29.526420
{ "authors": [ "PyaeSoneAungRgn", "brendt", "coveralls" ], "repo": "tempestphp/highlight", "url": "https://github.com/tempestphp/highlight/pull/152", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2210954024
Fix typo middleware instead of middelware This fix is also contained in #10
gharchive/pull-request
2024-03-27T14:26:54
2025-04-01T04:58:29.527526
{ "authors": [ "bYemma" ], "repo": "tempestphp/tempest-docs", "url": "https://github.com/tempestphp/tempest-docs/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2390394849
🛑 MYSITE2 is down In 44d14af, MYSITE2 ($SECRET_SITE_OBOERU) was down: HTTP code: 0 Response time: 0 ms Resolved: MYSITE2 is back up in e7dd222 after 9 minutes.
gharchive/issue
2024-07-04T09:27:43
2025-04-01T04:58:29.529623
{ "authors": [ "templain" ], "repo": "templain/mywatcher", "url": "https://github.com/templain/mywatcher/issues/3441", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1827069963
🛑 Secret Site2 is down In 4660394, Secret Site2 ($SECRET_SITE_2) was down: HTTP code: 404 Response time: 91 ms Resolved: Secret Site2 is back up in 3438b75.
gharchive/issue
2023-07-28T20:47:40
2025-04-01T04:58:29.531876
{ "authors": [ "templain" ], "repo": "templain/mywatcher", "url": "https://github.com/templain/mywatcher/issues/659", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2076141625
bump node 20.11.0 LTS Applied mkpr on package.json sed s/"node": ">=20.10.0"/"node": ">=20.11.0"/ Pull Request Test Coverage Report for Build 7486769270 Warning: This coverage report may be inaccurate. We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage...
gharchive/pull-request
2024-01-11T09:30:16
2025-04-01T04:58:29.537272
{ "authors": [ "arlac77", "coveralls" ], "repo": "template-tools/template-sync-cli", "url": "https://github.com/template-tools/template-sync-cli/pull/1715", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
1106302941
chore(deps): bump Applied mkpr on undefined /tmp/mkpr.sh :tada: This PR is included in version 1.10.31 :tada: The release is available on: v1.10.31 GitHub release npm package (@latest dist-tag) Your semantic-release bot :package::rocket:
gharchive/pull-request
2022-01-17T22:20:54
2025-04-01T04:58:29.539781
{ "authors": [ "arlac77" ], "repo": "template-tools/template-sync-hook", "url": "https://github.com/template-tools/template-sync-hook/pull/1687", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
1958013685
merge from template-kronos-app .github/workflows/ci.yml chore: add actions/setup-node@v4 (jobs.test-node.steps.uses) chore: add actions/setup-node@v4 (jobs.release.steps.uses) .github/workflows/codeql_analysis.yml chore: add actions/setup-node@v4 (jobs.analyze.steps.uses) .github/workflows/update_package_lock.yml...
gharchive/pull-request
2023-10-23T20:59:03
2025-04-01T04:58:29.543815
{ "authors": [ "arlac77" ], "repo": "template-tools/template-sync-hook", "url": "https://github.com/template-tools/template-sync-hook/pull/3653", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
561652319
Simplify async activity implementation To not tie up threads users requested support for activity implementations that return CompletableFuture. As we don't want to have Future in the activity API the strawman proposal is to add adapter methods that can be called from activity (similar to Async class from workflow pa...
gharchive/issue
2020-02-07T13:56:52
2025-04-01T04:58:29.552385
{ "authors": [ "mfateev", "vitarb" ], "repo": "temporalio/sdk-java", "url": "https://github.com/temporalio/sdk-java/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2503248751
Rename UpdateHandle to WorkflowUpdateHandle (💥 - incompatible change) What was changed Renamed UpdateHandle to WorkflowUpdateHandle. This is a breaking change. ⚠️ Feature tests are failing; I can update them as a fast follow-up. Why? Consistency. (as discussed previously) Checklist How was this tested: Existin...
gharchive/pull-request
2024-09-03T16:00:36
2025-04-01T04:58:29.557473
{ "authors": [ "Quinn-With-Two-Ns", "stephanos" ], "repo": "temporalio/sdk-java", "url": "https://github.com/temporalio/sdk-java/pull/2204", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
767487903
Add support for yml based TLS configurations New key: TEMPORAL_TLS_CONFIG_PATH yml file format: cert: <certData in base64> key: <keyData in base64> clientca: <caData in base64> hostname: hostname so we have two ways to config TLS now. could we document whichever we think most people will use? perhaps even suggesti...
gharchive/pull-request
2020-12-15T11:23:17
2025-04-01T04:58:29.559856
{ "authors": [ "feedmeapples", "sw-yx" ], "repo": "temporalio/web", "url": "https://github.com/temporalio/web/pull/225", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }