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
666342031
unity 2019LTS Build Failed I use unity 2019.4.4f1 for run unity action and get failed ,but I use 2019.2.11f would get pass my repo git@github.com:ZhouJiaZhi/test-secret.git And I have another two question 1.could this support git submodule ? 2.my repo using nuget for import third party package,could this support...
gharchive/issue
2020-07-27T14:32:08
2025-04-01T06:40:55.022371
{ "authors": [ "ZhouJiaZhi", "webbertakken" ], "repo": "webbertakken/unity-actions", "url": "https://github.com/webbertakken/unity-actions/issues/80", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1058265661
WebDataset no longer has a length argument (documentation) In the docs, it's mentioned that "you can specify an explicit size using the length= argument to WebDataset" https://github.com/webdataset/webdataset/blob/2eaa96e6a266ad0ae1a1433e86eb6c2d3b7c50f8/docs/sharding/index.html#L177-L179 This is no longer true, as t...
gharchive/issue
2021-11-19T08:21:04
2025-04-01T06:40:55.128274
{ "authors": [ "tmbdev", "wongjoel" ], "repo": "webdataset/webdataset", "url": "https://github.com/webdataset/webdataset/issues/125", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
370051042
Question: How to manage admin panel with only one email (admin's emails) I want to manage the admin only with one email. So no one else can request a login url. Best Regards. Oh I see. May be I'm doing something wrong, but. here is my steps. /admin is available from Chrome and Firefox Logout from Chrome (/admin/log...
gharchive/issue
2018-10-15T08:25:24
2025-04-01T06:40:55.135457
{ "authors": [ "nodetop" ], "repo": "webdevstar/React-Ecommerce", "url": "https://github.com/webdevstar/React-Ecommerce/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
232069863
Cucumber 2 Feedback/questions more than welcome! this uses the oficial cucumber2 now, I fixed tags as well (the syntax has changed between v1 and v2). The remaining problem is that this doesn't automatically load step_definitions that are not listed in require opt. I will have to think about it a bit. I think how i...
gharchive/pull-request
2017-05-29T17:27:25
2025-04-01T06:40:55.144739
{ "authors": [ "christian-bromann", "lgandecki", "pantherqin" ], "repo": "webdriverio/wdio-cucumber-framework", "url": "https://github.com/webdriverio/wdio-cucumber-framework/pull/60", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
124280060
Added code coverage Added code coverage Added unique build number from git commit numbers library is shared library will have unique number :+1: after removing old probet references @yannick-polius and @shwetabhandare please re-review :+1: @KjellKod make sure that code coverage works if the rpm build and te...
gharchive/pull-request
2015-12-29T22:56:24
2025-04-01T06:40:55.203478
{ "authors": [ "KjellKod", "craig-cogdill", "yannick-polius" ], "repo": "weberr13/DeathKnell", "url": "https://github.com/weberr13/DeathKnell/pull/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1027749177
refactor(Client): added logging for response trackingId https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-264725 For users of the future: 🚀 This was an awesome resource for understanding HTTPSURLConnection! Here is a secondary resource requestTrackingId used to be trackingId those requestTrackingId's were alread...
gharchive/pull-request
2021-10-15T19:31:58
2025-04-01T06:40:55.211330
{ "authors": [ "emanuallan", "lalli-flores" ], "repo": "webex/webex-java-sdk", "url": "https://github.com/webex/webex-java-sdk/pull/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1405910132
Explain how to use docker/build-push-action with deployment-key configs This PR adds a recipe for using docker/build-push-action with multiple Deploy Keys (#78) to the docs. You can't access the ssh/git config from within the Dockerfile, if they are not inside docker's build context (which is the path of the checke...
gharchive/pull-request
2022-10-12T09:49:25
2025-04-01T06:40:55.215764
{ "authors": [ "j-riebe" ], "repo": "webfactory/ssh-agent", "url": "https://github.com/webfactory/ssh-agent/pull/133", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2104662054
Handling 401s from GitHub We want to send an organization alert, not raise an error. Current situation is that, by silencing the 401, we miss the invalid credentials check. We need to still raise, but catch it higher up. Seems like a more generic way to handle this situation is warranted; perhaps something in Repli...
gharchive/pull-request
2024-01-29T05:09:48
2025-04-01T06:40:55.350835
{ "authors": [ "rgalanakis" ], "repo": "webhookdb/webhookdb", "url": "https://github.com/webhookdb/webhookdb/pull/856", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
337698771
fix style _removeValue value was not defined here. I think we want to delete the key? Indeed. Thanks!
gharchive/pull-request
2018-07-02T23:45:32
2025-04-01T06:40:55.360565
{ "authors": [ "modulesio", "ngokevin" ], "repo": "webmixedreality/exokit", "url": "https://github.com/webmixedreality/exokit/pull/149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
394465968
Add monospace fonts On non-desktop systems (Magic Leap/Android), fonts availability is controlled via fonts.xml. Right now we just use the single system font, but we can theoretically support any font we can get a file for. One notable missing font is a monospace one, which is required for in-XR devtools rendering. T...
gharchive/pull-request
2018-12-27T18:57:44
2025-04-01T06:40:55.362540
{ "authors": [ "modulesio" ], "repo": "webmixedreality/exokit", "url": "https://github.com/webmixedreality/exokit/pull/672", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
300515410
Inconsistency between system scalar type serialize/parseValue methods Hi, after upgrading my project from 0.10 to 0.11 version I get some weird behaviors with system scalar types when using inputs with variables. I don't really get why we have a differents between serialize/parseValue methods. Here an example IntType...
gharchive/issue
2018-02-27T07:04:40
2025-04-01T06:40:55.367869
{ "authors": [ "danez", "mcg-web", "vladar" ], "repo": "webonyx/graphql-php", "url": "https://github.com/webonyx/graphql-php/issues/254", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
208442215
Add "use strict" to every file included I'm using the script-loader (https://github.com/webpack-contrib/script-loader) to import some old libs. What I noticed is that at the top of the imported script is appended the "use strict" sentence but I dont want it. Is there a way to disable this behaviour? @mattiaocchiuto...
gharchive/issue
2017-02-17T13:30:20
2025-04-01T06:40:55.379842
{ "authors": [ "mattiaocchiuto", "michael-ciniawsky", "wuxiandiejia" ], "repo": "webpack-contrib/script-loader", "url": "https://github.com/webpack-contrib/script-loader/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
283793376
refactor: Webpack 4.x compatibility Compatibility issues [ ] N/A Commit message body - Updates code style to Prettier - Updates engines - Updates peerDependencies - Enforces commit message formatting - Migrates to CircleCI 2.0 - Removes deprecated React JSX support BREAKING CHANGE: Drops support for NodeJS ...
gharchive/pull-request
2017-12-21T07:19:50
2025-04-01T06:40:55.388086
{ "authors": [ "SuneRadich", "aramin", "bebraw", "d3viant0ne", "dazlious", "ddx32", "elliottregan", "evilebottnawi", "liorgreenb", "msphn", "randak", "will-russell" ], "repo": "webpack-contrib/svg-inline-loader", "url": "https://github.com/webpack-contrib/svg-inli...
197461674
Adding build time in build stats Webpack outputs build time when building, e.g. Time: 4716ms in following output : Hash: 374e0bb6b1cd7f3b7bb7 Version: webpack 1.14.0 Time: 4716ms Asset Size Chunks Chunk Names bundle.js 5 kB 0 [emitted] main + 5 hidden modules Build time is a very usefu...
gharchive/issue
2016-12-24T12:43:24
2025-04-01T06:40:55.390082
{ "authors": [ "yannicklerestif" ], "repo": "webpack/grunt-webpack", "url": "https://github.com/webpack/grunt-webpack/issues/107", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
643441265
docs(concepts): fix grammar Just a small fix. Thanks!
gharchive/pull-request
2020-06-23T00:28:39
2025-04-01T06:40:55.399052
{ "authors": [ "EugeneHlushko", "chenxsan" ], "repo": "webpack/webpack.js.org", "url": "https://github.com/webpack/webpack.js.org/pull/3796", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
755718014
Feature/introduce api versioning badge Introducing a Badge component for api versioning. E.g.: Cherry picked from https://github.com/webpack/webpack.js.org/pull/4217. Usage Just use <Badge text='' /> in any .mdx files, no need to import it as it's registered as a global component. Nice one, what about adding a lin...
gharchive/pull-request
2020-12-03T00:40:16
2025-04-01T06:40:55.404725
{ "authors": [ "chenxsan", "montogeek" ], "repo": "webpack/webpack.js.org", "url": "https://github.com/webpack/webpack.js.org/pull/4230", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1094911546
asset/source option to change line endings from CRLF to LF Feature request When using type: 'asset/source', I get a string which contains \r\n. I want the string to be consistent on all platforms regardless of if the file on the file system was CRLF or not. The feature request is to add a way of changing all \r\n to...
gharchive/issue
2022-01-06T02:39:45
2025-04-01T06:40:55.409437
{ "authors": [ "ChocolateLoverRaj", "alexander-akait" ], "repo": "webpack/webpack", "url": "https://github.com/webpack/webpack/issues/15113", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2682759600
[Bug or Feature?] Top-Level Await Dynamic Import Incompatibility with Provide Plugin Causing Undefined Variables Bug report What is the current behavior? All variables exported from an ESM that contains a top-level awaited dynamic import are undefined. If the current behavior is a bug, please provide the steps ...
gharchive/issue
2024-11-22T10:40:17
2025-04-01T06:40:55.414897
{ "authors": [ "Callme-VR", "Kane-Kuroneko", "alexander-akait" ], "repo": "webpack/webpack", "url": "https://github.com/webpack/webpack/issues/19000", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
133712817
webpack 2: ordering problem with mixed import and export * from 'x' using v2.0.7-beta, I see Uncaught TypeError: Cannot redefine property: b on load. Seems to be using the names from utility, combinatorics, and math for all the re-exports, instead of using each of them. Note that peekable is exported next, and import...
gharchive/issue
2016-02-15T13:27:36
2025-04-01T06:40:55.421566
{ "authors": [ "benmosher" ], "repo": "webpack/webpack", "url": "https://github.com/webpack/webpack/issues/2050", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
346524170
HMR support to multi entries What kind of change does this PR introduce? ref #7829 Did you add tests for your changes? not yet Does this PR introduce a breaking change? no What needs to be documented once your changes are merged? no Should work with webpack@latest. Feel free to report new issue with reprodu...
gharchive/pull-request
2018-08-01T09:40:00
2025-04-01T06:40:55.424280
{ "authors": [ "kamijin-fanta", "vankop" ], "repo": "webpack/webpack", "url": "https://github.com/webpack/webpack/pull/7832", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1799667119
ESLint plugin doesn't recognize typescript-eslint's stylistic(-type-checked) or strict-type-checked rulesets Coming over from https://github.com/JoshuaKGoldberg/template-typescript-node-package/pull/601, my ESLint config contains these plugins (among others) under extends: "plugin:@typescript-eslint/strict", "plugin:...
gharchive/issue
2023-07-11T19:58:56
2025-04-01T06:40:55.430623
{ "authors": [ "JoshuaKGoldberg", "webpro" ], "repo": "webpro/knip", "url": "https://github.com/webpro/knip/issues/154", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2091776834
Add Netlify plugin Adds a Netlify plugin! With the addition of this PR we can also now support the .prettierrc.toml extension: https://github.com/webpro/knip/blob/main/packages/knip/src/plugins/prettier/index.ts#L18. With the addition of this PR we can also now support the .prettierrc.toml extension: https://git...
gharchive/pull-request
2024-01-20T00:58:15
2025-04-01T06:40:55.434124
{ "authors": [ "uncenter", "webpro" ], "repo": "webpro/knip", "url": "https://github.com/webpro/knip/pull/466", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1640758695
small typo asserts -> assets I also found a dead link. The new link may not be correct, please check. Thanks.
gharchive/pull-request
2023-03-26T03:44:24
2025-04-01T06:40:55.439561
{ "authors": [ "sameastburn" ], "repo": "webprogramming260/.github", "url": "https://github.com/webprogramming260/.github/pull/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
117224986
www.appr.tc, apprtc.net, should redirect to appr.tc Otherwise, they will have different permissions, cookies, etc. @samdutton Tis is purely a code change right (no domain owner etc needed)? I assume here https://github.com/webrtc/apprtc/blob/master/src/app_engine/apprtc.py#L535. If so I could take a look in case yo...
gharchive/issue
2015-11-16T21:44:27
2025-04-01T06:40:55.469957
{ "authors": [ "KaptenJansson", "juberti", "samdutton" ], "repo": "webrtc/apprtc", "url": "https://github.com/webrtc/apprtc/issues/221", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1888398575
🛑 DragonBoat Times is down In 16d1665, DragonBoat Times (https://www.dragonboattimes.com) was down: HTTP code: 521 Response time: 170 ms Resolved: DragonBoat Times is back up in 85f5a04 after 8 minutes.
gharchive/issue
2023-09-08T21:50:54
2025-04-01T06:40:55.538755
{ "authors": [ "webworldview" ], "repo": "webworldview/uptime", "url": "https://github.com/webworldview/uptime/issues/3272", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1364668623
FileNotFoundException: Could not find file '...\minigame\wasmcode\c2f2148f99ca3e03.webgl.wasm.code.unityweb.wasm.br'. Unity2021.3.5f1c1用最新版的转换插件"导出WEBGL并转换为小游戏(常用)"报错: Usage: .../Assets\WX-WASM-SDK/Editor/Brotli/win_x86_64/brotli.exe [--force] [--quality n] [--decompress] [--input filename] [--output filename] [--rep...
gharchive/issue
2022-09-07T13:29:24
2025-04-01T06:40:55.565609
{ "authors": [ "Jax0rz", "Oooocean", "sirius2015" ], "repo": "wechat-miniprogram/minigame-unity-webgl-transform", "url": "https://github.com/wechat-miniprogram/minigame-unity-webgl-transform/issues/146", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2300822085
ReferenceError: UrlLink is not defined 然后我试图这样引入也失败import {UrlLink} from 'wechaty' const { UrlLink } = bot
gharchive/issue
2024-05-16T16:16:10
2025-04-01T06:40:55.571199
{ "authors": [ "aqpmzngldh", "wang2200" ], "repo": "wechaty/puppet-padlocal", "url": "https://github.com/wechaty/puppet-padlocal/issues/303", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1126705957
v1.11.57 upgrade "@juzi.bot/whatsapp-web.js": "1.15.10" 需要描述下这个分支的用途。 duplicated with https://github.com/wechaty/puppet-whatsapp/pull/145
gharchive/pull-request
2022-02-08T02:08:24
2025-04-01T06:40:55.572596
{ "authors": [ "bung87", "su-chang" ], "repo": "wechaty/puppet-whatsapp", "url": "https://github.com/wechaty/puppet-whatsapp/pull/133", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2036915260
change: default http port to 8080 默认启动端口改为 8080 OK
gharchive/pull-request
2023-12-12T03:44:18
2025-04-01T06:40:55.630202
{ "authors": [ "axibx", "jamesbee" ], "repo": "weimob-tech/go-project-boot", "url": "https://github.com/weimob-tech/go-project-boot/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
181129782
Consider adding functional tests to this project Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its wp scaffold package-tests command: https://github.com/wp-cli/scaffold-package-command#wp-s...
gharchive/issue
2016-10-05T11:38:10
2025-04-01T06:40:55.649685
{ "authors": [ "danielbachhuber", "pioneerskies" ], "repo": "welaika/wp-cli-db2utf8", "url": "https://github.com/welaika/wp-cli-db2utf8/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
283422047
Refractor fill function (Ok) Sorry for the last pull request, Travis CI wasn't working and me neither : ). Anyways, the new fill function should be marginally quicker and arguably more maintainable. Don't hesitate if you have any remarks or question about the change, I'm glad you like it Thanks for submitting this ...
gharchive/pull-request
2017-12-20T01:32:00
2025-04-01T06:40:55.652205
{ "authors": [ "TApplencourt", "welchbj" ], "repo": "welchbj/tt", "url": "https://github.com/welchbj/tt/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1060518411
Unreliable notifications Hi I have a device using a nRF52 chip that sends a notification immediately after the notification is enabled to initially populate some fields in my Android app. I noted that this is not reliable and could narrow it down to something happening on Android, as I control the nRF52 and could ver...
gharchive/issue
2021-11-22T19:30:00
2025-04-01T06:40:55.658262
{ "authors": [ "clemens-", "weliem" ], "repo": "weliem/blessed-android-coroutines", "url": "https://github.com/weliem/blessed-android-coroutines/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2277393200
请问 tabbar iconPath icon.png 用的是什么系列的图标呀 tabbar选的很有眼光,审美在线,我想在这个基础上加几个tabbar图标,请问这个图标是什么系列或者名称或者包的呢?多谢哦 tabbar选的很有眼光,审美在线,我想在这个基础上加几个tabbar图标,请问这个图标是什么系列或者名称或者包的呢?多谢哦 不是网上的免费图标,是从我以前项目里随便拿几个来用的,公司UI自己画的 cool 多谢回复 节日快乐
gharchive/issue
2024-05-03T10:32:32
2025-04-01T06:40:55.659809
{ "authors": [ "welives", "wozzup" ], "repo": "welives/taro-react-starter", "url": "https://github.com/welives/taro-react-starter/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1153839358
Removal of ticketing on requesting What is it and who's it for? As we remove the ability to book a ticket for the building, we also need to remove this functionality from the new requesting flows Implementation Remove reference to booking a ticket from within the requesting flows (remove text and CTA) @DominiqueMars...
gharchive/issue
2022-02-28T09:13:41
2025-04-01T06:40:55.662552
{ "authors": [ "DominiqueMarshall", "cbowskill" ], "repo": "wellcomecollection/wellcomecollection.org", "url": "https://github.com/wellcomecollection/wellcomecollection.org/issues/7726", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1791284537
Turn .container into a utility component Who is this for? Devs/maintenance What is it doing for them? One step closer to getting rid of utility classes, see #10018 for more details I had to add isContainer to Space as Container and Space are both styled components and I couldn't find another way to merge them - if w...
gharchive/pull-request
2023-07-06T10:36:41
2025-04-01T06:40:55.667008
{ "authors": [ "gestchild", "rcantin-w" ], "repo": "wellcomecollection/wellcomecollection.org", "url": "https://github.com/wellcomecollection/wellcomecollection.org/pull/10019", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
867804888
Release 1.1.0 Description Release 1.1.0 Checklist [x] Change wellcomeml/__version__.py [x] Add changelog [ ] make dist [ ] Verify new package was generated correctly on the pip registry and GitHub releases Codecov Report Merging #278 (28bc28b) into main (e81be34) will decrease coverage by 58.77%. The diff covera...
gharchive/pull-request
2021-04-26T15:04:03
2025-04-01T06:40:55.686738
{ "authors": [ "aCampello", "codecov-commenter" ], "repo": "wellcometrust/WellcomeML", "url": "https://github.com/wellcometrust/WellcomeML/pull/278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388309148
Create a topic for edits to the Miro VHS data The editing script then forwards the new item to the topic, so the catalogue transformer gets it immediately. In theory the reporting pipeline could subscribe to it as well. It doesn't cover edits of the form “toggle the isClearedForCatalogueAPI” parameter, but we can eas...
gharchive/pull-request
2018-12-06T17:05:03
2025-04-01T06:40:55.688487
{ "authors": [ "alexwlchan" ], "repo": "wellcometrust/platform", "url": "https://github.com/wellcometrust/platform/pull/3144", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2350863862
Add language support for search engine I'm trying to add search engine to my website. Unfortunately, it seems that my language is not supported by Zola & tabi: Error: Failed to serve the site Error: Tried to build search index for language pl which is not supported Or maybe I should ask Elasticlunr developers...? ...
gharchive/issue
2024-06-13T11:10:15
2025-04-01T06:40:55.701888
{ "authors": [ "stalkerGH", "welpo" ], "repo": "welpo/tabi", "url": "https://github.com/welpo/tabi/issues/329", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110779875
11.4修改登陆方法 应该是username public Object login(@Param("name")String name, 应该是 public Object login(@Param("username")String name, 好
gharchive/issue
2015-10-10T08:18:20
2025-04-01T06:40:55.715807
{ "authors": [ "wendal", "xing-kenny" ], "repo": "wendal/nutz-book", "url": "https://github.com/wendal/nutz-book/issues/5", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
2018011746
examples/aishell/s0 run.sh bug in stage 5 Describe the bug A clear and concise description of what the bug is. When I run 'bash run.sh --stage 5 --stop_stage 5', it comes a bug and the run.sh doesn't run any more. To Reproduce Steps to reproduce the behavior: Edit '$CUDA_VISIBLE_DEVICES' to '0', '$num_workers' to 1...
gharchive/issue
2023-11-30T07:05:27
2025-04-01T06:40:55.735515
{ "authors": [ "David-tianqiong", "xingchensong" ], "repo": "wenet-e2e/wenet", "url": "https://github.com/wenet-e2e/wenet/issues/2181", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
901060195
Gigaspeech model broken link The pretrained conformer model link provided for the Gigaspeech example doesn't work, says "file not exist" Model link: http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/gigaspeech/20210115_conformer_exp.tar.gz try http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/gigaspee...
gharchive/issue
2021-05-25T16:27:34
2025-04-01T06:40:55.743242
{ "authors": [ "pengzhendong", "rohithkodali", "temp1096" ], "repo": "wenet-e2e/wenet", "url": "https://github.com/wenet-e2e/wenet/issues/407", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2640655223
Add Local Disk Check and Temporary Snapshot Copy for pg_restore This PR enhances the snapshot loading process by verifying if the disk from which the snapshot will be loaded is "local." If the disk is not local, the snapshot is first copied to a predefined temporary directory to enable access. The snapshot is then lo...
gharchive/pull-request
2024-11-07T10:56:37
2025-04-01T06:40:55.764256
{ "authors": [ "Udaberrico", "azgooon" ], "repo": "weslinkde/laravel-postgres-tools", "url": "https://github.com/weslinkde/laravel-postgres-tools/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2222213799
[Enhancement Request] Fine-Grained GTID Support for Improved Read-After-Write Performance Background The current implementation of the read_after_write consistency feature in the system relies on waiting for the execution of the last global transaction identifier (GTID), indiscriminately applying this method across ...
gharchive/issue
2024-04-03T08:05:46
2025-04-01T06:40:55.822996
{ "authors": [ "big-dust", "gerayking", "terry-xuan-gao" ], "repo": "wesql/wescale", "url": "https://github.com/wesql/wescale/issues/472", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1365487475
Implementation of Seguro Phase II Includes: Seguro Phase II Unit tests Integration tests Benchmark suite Benchmark results makefile Fully commented Enhanced README Notes: A partially-complete version of Seguro Phase II that follows the design outlined in the proposal more closely is available on a different branch ...
gharchive/pull-request
2022-09-08T03:54:24
2025-04-01T06:40:55.857081
{ "authors": [ "ashelkovnykov", "matthew-levan" ], "repo": "wexpertsystems/seguro", "url": "https://github.com/wexpertsystems/seguro/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2061218298
🛑 SeAT is down In 8a882cd, SeAT (https://seat.winterco.space) was down: HTTP code: 502 Response time: 504 ms Resolved: SeAT is back up in 0dced41 after 34 minutes. Resolved: SeAT is back up in 0dced41 after 34 minutes.
gharchive/issue
2024-01-01T01:00:08
2025-04-01T06:40:55.898196
{ "authors": [ "wfjsw" ], "repo": "wfjsw/status-winterco-org", "url": "https://github.com/wfjsw/status-winterco-org/issues/644", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
495480162
Fixup python cli The python manager cli currently is expecting a sessionid for a non-logged in user. In more recent versions of Django, a sessionid is not provided until a user has logged in. In addition, we should update the csrftoken header after logging in to match the csrftoken value passed back. Signed-off-by: J...
gharchive/pull-request
2019-09-18T22:14:02
2025-04-01T06:40:55.920128
{ "authors": [ "codecov-io", "jgrund" ], "repo": "whamcloud/integrated-manager-for-lustre", "url": "https://github.com/whamcloud/integrated-manager-for-lustre/pull/1211", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1145267901
Rename wrong words def_excel 😃 HA, excellent catch - thank you! I'll merge this tomorrow, @runningzyp - and don't forget to add yourself to contributors in the README too!
gharchive/pull-request
2022-02-21T03:14:48
2025-04-01T06:40:55.922178
{ "authors": [ "FlipperPA", "runningzyp" ], "repo": "wharton/drf-excel", "url": "https://github.com/wharton/drf-excel/pull/53", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
300013961
Suggestion: Switches to control how missing packages are handled This is a follow up suggestion for #10. There could be a set of switches controlling how missing packages are handled: --error-missing: This is the default and this switch does not need to be specified (and it doesn't even have to exist other than for d...
gharchive/issue
2018-02-25T10:09:17
2025-04-01T06:40:55.957723
{ "authors": [ "jonaskello", "spion" ], "repo": "whoeverest/wsrun", "url": "https://github.com/whoeverest/wsrun/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2341758089
🛑 Lunes Negro is down In ae589d0, Lunes Negro (https://lunesnegro.com.ar) was down: HTTP code: 0 Response time: 0 ms Resolved: Lunes Negro is back up in dd8e29f after 10 minutes.
gharchive/issue
2024-06-08T17:38:41
2025-04-01T06:40:55.960325
{ "authors": [ "whoisnegrello" ], "repo": "whoisnegrello/upptimetest", "url": "https://github.com/whoisnegrello/upptimetest/issues/195", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
115551790
Handle curl_easy_perform() errors Hello! I'd like to be able to detect with a finer-grained resolution errors that prevent Curl from performing a request. It seems the right place to start is to change session.cpp:350 to capture the return value from curl_easy_perform(), and then perhaps add some error fields to the ...
gharchive/issue
2015-11-06T17:33:18
2025-04-01T06:40:55.966714
{ "authors": [ "DEGoodmanWilson", "whoshuu" ], "repo": "whoshuu/cpr", "url": "https://github.com/whoshuu/cpr/issues/60", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
317900940
Init adaptation for Pytorch 0.4.0 shared mode does not work yet The only thing is should we use enable_grad(), set_grad_enabled(), no_grad() as a context-manager. I think a context-manager is more clear that the gradient mode is only defined in such a block below with statement. I will merge this PR first. We can...
gharchive/pull-request
2018-04-26T06:59:39
2025-04-01T06:40:55.983515
{ "authors": [ "whr94621", "zhengzx-nlp" ], "repo": "whr94621/NJUNMT-pytorch", "url": "https://github.com/whr94621/NJUNMT-pytorch/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
457528389
version bumps Nothing major; the biggest two are: electron-builder electron But both are just minor version bumps 👌 npm run electron:mac still works -- 🙆‍♂ Current Mac dmg file size: 104MB 🎉
gharchive/pull-request
2019-06-18T14:49:52
2025-04-01T06:40:55.985277
{ "authors": [ "cal2195", "whyboris" ], "repo": "whyboris/Video-Hub-App", "url": "https://github.com/whyboris/Video-Hub-App/pull/192", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
134388494
Add ES6 Map support to setup a waterfall flow It's impossible to use an Object to setup a waterfall flow, because the order of the keys is not guaranteed on an Object. However, an ES6 Map is ordered! ("A Map object iterates its elements in insertion order"). Without an Map literal, Map will be unwieldy, but there's h...
gharchive/issue
2016-02-17T20:17:49
2025-04-01T06:40:55.988295
{ "authors": [ "godspeedelbow", "whyhankee" ], "repo": "whyhankee/flw", "url": "https://github.com/whyhankee/flw/issues/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
933191195
WIP: NLP metrics Description General Checklist [ ] Tests added for this feature/bug if it was a bug, test must cover it. [ ] Conform by the style guides, by using formatter [ ] Documentation updated [ ] (optional) Please add a label to your PR Pull Request Test Coverage Report for Build 987111448 2 of 40 (5.0%) ...
gharchive/pull-request
2021-06-30T00:05:35
2025-04-01T06:40:55.996638
{ "authors": [ "coveralls", "lalmei" ], "repo": "whylabs/whylogs", "url": "https://github.com/whylabs/whylogs/pull/248", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2505556541
🛑 Le Coq 🇪🇸 (es) is down In e51b361, Le Coq 🇪🇸 (es) (https://holiday-lescala.com/es/h/casa-le-coq/) was down: HTTP code: 0 Response time: 0 ms Resolved: Le Coq 🇪🇸 (es) is back up in 07713cd after 5 minutes.
gharchive/issue
2024-09-04T14:36:51
2025-04-01T06:40:56.002078
{ "authors": [ "whytspace" ], "repo": "whytspace/upptime-holiday-lescala", "url": "https://github.com/whytspace/upptime-holiday-lescala/issues/1186", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2135275245
AI wont validate I have my AI key and I also have chat gpt4 yet when I click on validate it says I don't have access to GPT4. What am I doing wrong? I have looked for some type of install guide, but there appears to be none.
gharchive/issue
2024-02-14T22:03:27
2025-04-01T06:40:56.003481
{ "authors": [ "TheMorningStarLucifer" ], "repo": "wickercar/foundry-ai-text-importer", "url": "https://github.com/wickercar/foundry-ai-text-importer/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1070565154
Option for choosing OpenCL new option in the config file: GPU = True, openMM uses CUDA GPU = False, openMM uses CPU GPU = OpenCL, openMM uses OpenCL Codecov Report Merging #40 (91c0672) into master (9c62c39) will decrease coverage by 0.50%. The diff coverage is 10.52%. I would prefer a routine that checks if...
gharchive/pull-request
2021-12-03T12:58:16
2025-04-01T06:40:56.011719
{ "authors": [ "JohannesKarwou", "codecov-commenter" ], "repo": "wiederm/transformato", "url": "https://github.com/wiederm/transformato/pull/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
175299063
Added if-unmodified-since to transcludes cc @wikimedia/services Puppet change is Gerrit 308773 Changes Unknown when pulling 6da295a880568bffe597b05dfc30d237ab193006 on Pchelolo:trans_unmodified into ** on wikimedia:master**.
gharchive/pull-request
2016-09-06T17:02:04
2025-04-01T06:40:56.016919
{ "authors": [ "Pchelolo", "coveralls", "d00rman" ], "repo": "wikimedia/change-propagation", "url": "https://github.com/wikimedia/change-propagation/pull/97", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1275793590
通用搜索 联系人 群组 聊天记录 频道等 已解决。
gharchive/issue
2022-06-18T13:42:21
2025-04-01T06:40:56.048812
{ "authors": [ "imndx" ], "repo": "wildfirechat/uni-chat", "url": "https://github.com/wildfirechat/uni-chat/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
202467181
[WFCORE-2226] Add @Test annotation to a test in ValueTypeCompletionTestCase https://issues.jboss.org/browse/WFCORE-2226 Can one of the admins verify this patch? @jtymel , this patch is fine. Thanks for the fix. this is ok to test
gharchive/pull-request
2017-01-23T07:59:00
2025-04-01T06:40:56.055406
{ "authors": [ "bstansberry", "jfdenise", "jtymel", "wildfly-ci" ], "repo": "wildfly/wildfly-core", "url": "https://github.com/wildfly/wildfly-core/pull/2107", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1828027886
[WFLY-18296] Remove the org.jboss.jts dependency on jdk.console https://issues.redhat.com/browse/WFLY-18296 Upstream: #17050 @mmusgrov Is this ok?
gharchive/pull-request
2023-07-30T18:29:42
2025-04-01T06:40:56.064483
{ "authors": [ "bstansberry" ], "repo": "wildfly/wildfly", "url": "https://github.com/wildfly/wildfly/pull/17051", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2379383055
Timed interrupt fatfs Lots of automatic reformatting has happened, ignore most changes as the code structure hasn't changed. Changes that have been made: Timed_interrupt_fatfs app added to scenario_apps Seeed_sample app added to scenario_apps i2c_slave_app added to scenario_apps I've merged main from the Himax team ...
gharchive/pull-request
2024-06-28T01:39:16
2025-04-01T06:40:56.066753
{ "authors": [ "Tobyntobyn", "victor-wildlife" ], "repo": "wildlifeai/Seeed_Grove_Vision_AI_Module_V2", "url": "https://github.com/wildlifeai/Seeed_Grove_Vision_AI_Module_V2/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
766984398
Jekyll 4.2.0 breaks this plugin I just upgraded to Jekyll 4.2.0 (which was released recently) and noticed that I get an error upon attempting to run my project. Here is the stacktrace: Configuration file: [...]/_config.yml Configuration file: [...]/_config_dev.yml Source: [...] Destination: [...]/b...
gharchive/issue
2020-12-14T22:30:58
2025-04-01T06:40:56.075027
{ "authors": [ "Lominean", "brandonb927", "inavarrorubio", "salomvary", "sebastianhaas", "wildlyinaccurate" ], "repo": "wildlyinaccurate/jekyll-responsive-image", "url": "https://github.com/wildlyinaccurate/jekyll-responsive-image/issues/101", "license": "mit", "license_type": "permi...
1806667769
🛑 Emby is down In 533e512, Emby (https://emby.will.cymru) was down: HTTP code: 523 Response time: 482 ms Resolved: Emby is back up in 0ae6a36.
gharchive/issue
2023-07-16T17:57:42
2025-04-01T06:40:56.086080
{ "authors": [ "will936" ], "repo": "will936/Upptime", "url": "https://github.com/will936/Upptime/issues/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
510123050
Multiple optimizers but only one loss Hey! I have a question regarding this library. Really, like how it forces me to structure my code better. I encountered one problem I did not know how to solve based on the documentation. Let's say I have two optimizers for two parts of the network, e.g. my configure_optimizers()...
gharchive/issue
2019-10-21T17:02:11
2025-04-01T06:40:56.094638
{ "authors": [ "amatsukawa", "selflein", "williamFalcon" ], "repo": "williamFalcon/pytorch-lightning", "url": "https://github.com/williamFalcon/pytorch-lightning/issues/404", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2102790901
Tailwind Language Server Slow Problem description Tailwind Language server is very slow compared to the other servers that i am using causing a delay of nearly 1 second before it displays anything. I am using LazyVim and have not really changed anything. Why do you think this is an issue with mason-lspconfig.nvim? Th...
gharchive/issue
2024-01-26T19:39:18
2025-04-01T06:40:56.106110
{ "authors": [ "Redoxahmii", "loeffel-io", "matmilbury" ], "repo": "williamboman/mason-lspconfig.nvim", "url": "https://github.com/williamboman/mason-lspconfig.nvim/issues/352", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1133194155
yamlls: Unable to find executable Problem description yamlls server is not running, fails to find executable. Config: yamlls filetypes: yaml, yaml.docker-compose root directory: /home/aryzing/workspace/project cmd: yaml-language-server --stdio cmd is executable: Unable to find execut...
gharchive/issue
2022-02-11T22:20:05
2025-04-01T06:40:56.121985
{ "authors": [ "aryzing", "williamboman" ], "repo": "williamboman/nvim-lsp-installer", "url": "https://github.com/williamboman/nvim-lsp-installer/issues/476", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1408172348
Does this support Django 4.1 ? Framework :: Django :: 4.0 Not tested yet but for trial, you can go for Django 4.0 and you can raise the issues here.
gharchive/issue
2022-10-13T17:23:51
2025-04-01T06:40:56.130005
{ "authors": [ "anjanesh", "msantoshk" ], "repo": "willmeyers/django-bunny-storage", "url": "https://github.com/willmeyers/django-bunny-storage/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1876383493
Gpu allocation tests Added a series of tests for the to(device) functionality across several of our LinearOperators. I think you want from linalg.operator_market import op_names, get_test_operator rather than from test.linalg.operator_market import op_names, get_test_operator. (see e.g. the example tests in test_de...
gharchive/pull-request
2023-08-31T22:17:09
2025-04-01T06:40:56.148249
{ "authors": [ "AndPotap", "mfinzi" ], "repo": "wilson-labs/cola", "url": "https://github.com/wilson-labs/cola/pull/37", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1421607222
Customize settings per container Apologies if I am missing something in documentation or examples, but is there a straight forward way to have per container settings (for example, a different set of Allowed Groups) without duplicating common settings such as LDAP URL? Hi @MrNova111, Thanks for your interest in ldap...
gharchive/issue
2022-10-24T23:24:29
2025-04-01T06:40:56.152303
{ "authors": [ "MrNova111", "wiltonsr" ], "repo": "wiltonsr/ldapAuth", "url": "https://github.com/wiltonsr/ldapAuth/issues/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1014635665
Console use is not allowing WindiCSS 3.1.8 to work in the browser any longer I'm trying to use WindiCSS in the browser, similar to this: https://github.com/antfu/windicss-runtime-dom But anytime I import the Processor, I immediately get a Uncaught ReferenceError: process is not defined Repo https://github.com/JohnCa...
gharchive/issue
2021-10-04T01:31:48
2025-04-01T06:40:56.169426
{ "authors": [ "JohnCampionJr", "antfu" ], "repo": "windicss/windicss", "url": "https://github.com/windicss/windicss/issues/489", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
498972402
Old pod logs show up on startup repro: tilt up fortune change the startup log message kill tilt tilt up fortune (potentially repeat a few times) observed: we get the fortune build output, followed by the pod output from multiple fortune pods: fortune ┊ STEP 3/3 — Deploying fortune ┊ │ Injecting images int...
gharchive/issue
2019-09-26T15:50:19
2025-04-01T06:40:56.200152
{ "authors": [ "jazzdan", "landism", "nicks" ], "repo": "windmilleng/tilt", "url": "https://github.com/windmilleng/tilt/issues/2263", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
998891144
GitHub action to include TypeScript linting Add a step in the master-push-pull GitHub action to perform TypeScript linting, propagating the status to fail || pass the build accordingly Now completed! https://github.com/windranger-io/windranger-solidity-template/blob/main/.github/workflows/master-push-pull.yml conta...
gharchive/issue
2021-09-17T03:31:15
2025-04-01T06:40:56.232550
{ "authors": [ "CjHare" ], "repo": "windranger-io/windranger-solidity-template", "url": "https://github.com/windranger-io/windranger-solidity-template/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
989092498
i want to let latex file auto pair {} after enter a function, but now it auto pair () using neovim , and the plugin. i need make this plugin adapt latex, to auto appear {} instead () like the picture below https://github.com/windwp/nvim-autopairs/blob/master/lua/nvim-autopairs/completion/cmp.lua you need to modify...
gharchive/issue
2021-09-06T11:53:40
2025-04-01T06:40:56.239156
{ "authors": [ "ChristianChiarulli", "flaviusbuffon", "windwp" ], "repo": "windwp/nvim-autopairs", "url": "https://github.com/windwp/nvim-autopairs/issues/124", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1778797922
Can we have the same deletion behavior as jiangmiao/auto-pairs? Is your feature request related to a problem? Please describe. For some pair of brackets where the only characters between them are space or newline, when deleting the opening bracket, it's best to also delete the ending bracket. E.g: {| } where | is...
gharchive/issue
2023-06-28T12:01:58
2025-04-01T06:40:56.242558
{ "authors": [ "9mm", "TroySigX" ], "repo": "windwp/nvim-autopairs", "url": "https://github.com/windwp/nvim-autopairs/issues/369", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1915027255
Is italic / boldItalic text supported? Hi, I wanted to ask if it is possible to italicize the text displayed. I am trying to do something like this: foo_component = { name = "foo", text = function() return { "foo", { "yellow", "ActiveBg", "bold,italic" } } end, } So I want the text foo to be displayed in b...
gharchive/issue
2023-09-27T08:55:37
2025-04-01T06:40:56.245348
{ "authors": [ "azolus", "windwp" ], "repo": "windwp/windline.nvim", "url": "https://github.com/windwp/windline.nvim/issues/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
415916823
Ask a question: Can winston provide an api that reopens the log file? My usage scenario: I use pm2 to start my nodejs service, for example: 1 master and 4 workers. Use winston to write to the same log file in each worker. For example, the file name is: access.log Can I use logrotate on the Linux system to do the rota...
gharchive/issue
2019-03-01T02:50:58
2025-04-01T06:40:56.258905
{ "authors": [ "jarone", "petef19" ], "repo": "winstonjs/winston", "url": "https://github.com/winstonjs/winston/issues/1608", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1694074155
After Update - An exception has been thrown during the rendering of a template Winter CMS Build dev-develop PHP Version 8.1 Database engine MySQL/MariaDB Plugins installed No response Issue description Just updated the working Winter CMS 1.2.1 with composer update and winter:up commands, and it's broken now. The last...
gharchive/issue
2023-04-29T17:19:22
2025-04-01T06:40:56.275050
{ "authors": [ "01Kuzma", "LukeTowers", "mjauvin" ], "repo": "wintercms/wn-blog-plugin", "url": "https://github.com/wintercms/wn-blog-plugin/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1145827443
Archunit 0.23.0 Closes #1815. Method references are now picked up, leading to fewer false positives in detecting unused methods. Required a minor code change to now use JavaCodeUnitAccess. Updated store to only freeze the for now disabled unused methods test, as the unused public methods test now no longer has a fals...
gharchive/pull-request
2022-02-21T13:51:03
2025-04-01T06:40:56.344897
{ "authors": [ "jamietanna", "timtebeek" ], "repo": "wiremock/wiremock", "url": "https://github.com/wiremock/wiremock/pull/1816", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
257793308
dsSend(name, group, data) not working? Hi again. Here is my code: Sender: https://pastebin.com/dVFaGdp2 Receiver: https://pastebin.com/DuRpP8GG No print out message from receiver. Also I tried with Indicators, but the same. Am I doing something wrong? Again issue was because of world saving system.
gharchive/issue
2017-09-14T17:13:14
2025-04-01T06:40:56.346670
{ "authors": [ "NaveNO" ], "repo": "wiremod/wire", "url": "https://github.com/wiremod/wire/issues/1466", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1403010789
Feature/zwave module Женя попросил добавить модуль wbe zwave в webui. На железке не гонял, т.к. нет. Или попрошу погонять Катю, или сам найду каких-нибудь zwave-железок @wb-adegtyarev поможет с z-vawe железками у Саши точно заработало на 2207 со стороны hwconf - всё ок, можно вливать
gharchive/pull-request
2022-10-10T11:20:47
2025-04-01T06:40:56.350024
{ "authors": [ "vdromanov" ], "repo": "wirenboard/wb-hwconf-manager", "url": "https://github.com/wirenboard/wb-hwconf-manager/pull/96", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2221151508
Rework Markdoc info hierarchy Description (required) Restructure table-of-contents with clearer h2 sections. Before, everything was nested under Configuration. This breaks out related sections, and moves higher-traffic content (ex. how to use UI components) further up). Before | After Related issues & labels (op...
gharchive/pull-request
2024-04-02T18:22:11
2025-04-01T06:40:56.414107
{ "authors": [ "bholmesdev", "sarah11918" ], "repo": "withastro/docs", "url": "https://github.com/withastro/docs/pull/7744", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2242286657
i18n(fr): Updating guides/backend/supabase.mdx from #7767 Description (required) Updating guides/backend/supabase.mdx from #7767 Related issues & labels (optional) Closes # Suggested label: i18n Lunaria Status Overview 🌕 This pull request will trigger status changes. Learn more By default, every PR ch...
gharchive/pull-request
2024-04-14T17:53:15
2025-04-01T06:40:56.421199
{ "authors": [ "astrobot-houston", "thomasbnt" ], "repo": "withastro/docs", "url": "https://github.com/withastro/docs/pull/7891", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2187336664
Update showcase-sites.astro Add DipSway starlight website as showcase example Hello! Thank you for opening your first PR to Starlight! ✨ Here’s what will happen next: Our GitHub bots will run to check your changes. If they spot any issues you will see some error messages on this PR. Don’t hesitate to ask any ques...
gharchive/pull-request
2024-03-14T21:59:58
2025-04-01T06:40:56.424074
{ "authors": [ "astrobot-houston", "fl0wo" ], "repo": "withastro/starlight", "url": "https://github.com/withastro/starlight/pull/1618", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2512268986
Convert URL to file path correctly for Git virtual module Description Closes #2302 Correctly resolves a path to an internal module to handle file paths with special characters size-limit report 📦 Path Size /index.html 6.15 KB (0%) /_astro/*.js 22.36 KB (0%) /_astro/*.css 13.72 KB (0%)
gharchive/pull-request
2024-09-08T08:40:14
2025-04-01T06:40:56.426839
{ "authors": [ "astrobot-houston", "delucis" ], "repo": "withastro/starlight", "url": "https://github.com/withastro/starlight/pull/2303", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
386549370
Archive table Enhancements [x] Row index [x] Rowsorter [x] Multicolumn priority support for Rowsorter [x] Pick and choose the shown columns New Requirement: Multi column support standard style with icons
gharchive/issue
2018-12-02T11:05:17
2025-04-01T06:40:56.431656
{ "authors": [ "witmoca" ], "repo": "witmoca/BEATs", "url": "https://github.com/witmoca/BEATs/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1876106367
Fix Firefox Display issues If it works it works? Tested on Mobirise 4 & 5.
gharchive/pull-request
2023-08-31T18:52:01
2025-04-01T06:40:56.436820
{ "authors": [ "Stage4000" ], "repo": "witsec/mobirise-white-label", "url": "https://github.com/witsec/mobirise-white-label/pull/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1558541734
While i try to install mocha then configuration is not for mocha but for jest: What happened? precondition: detox is installed in devDep mocha is installed in devDep detox-cli is installed in global While i try to install mocha then configuration is not for mocha but for jest: output below. npx detox init -r mocha Cr...
gharchive/issue
2023-01-26T17:57:07
2025-04-01T06:40:56.447376
{ "authors": [ "jstawow", "noomorph" ], "repo": "wix/Detox", "url": "https://github.com/wix/Detox/issues/3876", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
730542796
Expand retry() API and improve exec() retry-logging [x] This is a small change [ ] This change has been discussed in issue #<?> and the solution has been agreed upon with maintainers. Description: Associated with the ongoing work on Genymotion-Cloud integration (#2429), where logging of command failures, and bette...
gharchive/pull-request
2020-10-27T15:12:00
2025-04-01T06:40:56.449182
{ "authors": [ "d4vidi" ], "repo": "wix/Detox", "url": "https://github.com/wix/Detox/pull/2434", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
232961112
FYI: All multiline textinputs are autogrowing by default on iOS LMK if you have questions. I will also work on same functionality on Android, if you have ideas how it should be implemented, please share them with me. @shergin that's great news! thanks for the update! This means that I can just remove the manual hei...
gharchive/issue
2017-06-01T17:59:20
2025-04-01T06:40:56.451740
{ "authors": [ "artald", "shergin" ], "repo": "wix/react-native-autogrow-textinput", "url": "https://github.com/wix/react-native-autogrow-textinput/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
282685136
Signature help for mixins crashes when value includes '(' or ')' Either in a string or as a mixin param list. Fixed with postcss-value-parser
gharchive/issue
2017-12-17T10:49:27
2025-04-01T06:40:56.458859
{ "authors": [ "tempit" ], "repo": "wix/stylable-intelligence", "url": "https://github.com/wix/stylable-intelligence/issues/144", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
124976985
can't load .sql files from unexploded jars in classPathFiles i'm using the embedded-mysql there is a function classPathFile basically it does new File(resource.toURI) this doesn't work for me when running maven, because everything is in a jar, so there is no file in the file that it can access my jar depends on test-...
gharchive/issue
2016-01-05T14:26:44
2025-04-01T06:40:56.471099
{ "authors": [ "dkomanov", "grunzwei", "hugebdu", "noam-almog", "viliusl" ], "repo": "wix/wix-embedded-mysql", "url": "https://github.com/wix/wix-embedded-mysql/issues/36", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
550119968
Do not extend final class TestRunner and just copy-and-paste its contents This is definitely a hack and a maintenance nightmare - but it works for now. We can look for a better alternative later, see https://github.com/wizaplace/phpunit-slicer/issues/7 I learned about phpunit-slicer from your issue over at https://...
gharchive/pull-request
2020-01-15T11:09:13
2025-04-01T06:40:56.533378
{ "authors": [ "mfn", "spawnia", "steamboatid", "wizacedric" ], "repo": "wizaplace/phpunit-slicer", "url": "https://github.com/wizaplace/phpunit-slicer/pull/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1846605595
gui: installer: convey registering on a signing device isn't always required As discussed in #545, in some cases we nudge the user to register the descriptor on their signing device although they might not have one. Those cases only ever arise when importing a descriptor (either when recovering from backup or partici...
gharchive/pull-request
2023-08-11T10:44:34
2025-04-01T06:40:56.544378
{ "authors": [ "darosior", "edouardparis" ], "repo": "wizardsardine/liana", "url": "https://github.com/wizardsardine/liana/pull/606", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1744756185
افزودن پنل جدید سلام. میخاستم ببینم میشه پنل مرزبان اضافه بشه به ویز ویز؟ ربات شما عملن برای فروش طراحی شده ولی از بهترین پنل برای فروش پشتیبانی نمیکنه! ادمین های مرزبان خیلی آدمای درست و باحالین زیادم آپدیت بیخود و بی جهت هم نمیدن که کار شما برای ربات سخت بشه، اگه امکانش هست این پنل رو اضافه کنید، تنها پنل ایرانیه ک...
gharchive/issue
2023-06-06T23:17:25
2025-04-01T06:40:56.550136
{ "authors": [ "hadi7000", "wizwizdev" ], "repo": "wizwizdev/wizwizxui-timebot", "url": "https://github.com/wizwizdev/wizwizxui-timebot/issues/267", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1695043936
درگاه آیدی پی اضافه کردن درگاه آیدی پی ایدی پی بفهمه فروش vpn دارید ممکنه ببنده درگاه رو اضافه کردن درگاه آیدی پی ایدی پی بفهمه فروش vpn دارید ممکنه ببنده درگاه رو اضافه کردن درگاه آیدی پی همه درگاه پرداخت ها مشکل دارن
gharchive/issue
2023-05-04T00:59:35
2025-04-01T06:40:56.552165
{ "authors": [ "arian2240", "hossein13851212" ], "repo": "wizwizdev/wizwizxui-timebot", "url": "https://github.com/wizwizdev/wizwizxui-timebot/issues/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2407119116
Werror: nb_attr.h:199:14: error: ISO C++ forbids zero-size array https://github.com/wjakob/nanobind/blob/b0136fe6ac1967cb2399456adc346a1af06a3b88/include/nanobind/nb_attr.h#L212 full stack include/nanobind/nb_attr.h: In instantiation of ‘struct nanobind::detail::func_data_prelim<0>’: include/nanobind/nb_func.h:95:38:...
gharchive/issue
2024-07-13T19:36:12
2025-04-01T06:40:56.558915
{ "authors": [ "PhilipDeegan", "wojdyr" ], "repo": "wjakob/nanobind", "url": "https://github.com/wjakob/nanobind/issues/639", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
703526292
More packaging: v8stdint.h clash The v8stdint.h header is used in multiple packages, and creates collisions in large namespaces like Debian. Furhermore, this file is not really needed on any linux systen, since these have stdint.h available. Enclosed patch drops v8stdint.h from package on hosts having stdint.h availa...
gharchive/issue
2020-09-17T12:04:25
2025-04-01T06:40:56.563769
{ "authors": [ "leamas", "wjwwood" ], "repo": "wjwwood/serial", "url": "https://github.com/wjwwood/serial/issues/229", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
719075952
Updateeffect does not work in version 0.3.0 Updateeffect does not work in version 0.3.0,it just adds special effects to the whole video, but there is no time limit.Can you help me? On UpdateEffect its crash and didn't provide any crash log.Please provide any solution using 0.3.1 fix this bug. Whenever i click o...
gharchive/issue
2020-10-12T06:01:51
2025-04-01T06:40:56.587683
{ "authors": [ "WU1208", "khalilurrehman28", "wlanjie" ], "repo": "wlanjie/trinity", "url": "https://github.com/wlanjie/trinity/issues/108", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
183005990
finding entries in WMO code tables finding different ways to search scientific domain experts: operational meteorologist (in charge of a particular kind of data collection) lets say they are interested in http://test.wmocodes.info/bufr4/b/21 weather radar but they don't know where the WMO keep this in particular let ...
gharchive/issue
2016-10-14T09:39:02
2025-04-01T06:40:56.609417
{ "authors": [ "marqh" ], "repo": "wmo-registers/codes-wmo-deploy", "url": "https://github.com/wmo-registers/codes-wmo-deploy/issues/49", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }