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 |
|---|---|---|---|---|---|
2515769470 | Core: Add params supported by tos client
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've... | gharchive/issue | 2024-09-10T08:29:51 | 2025-04-01T04:36:15.152936 | {
"authors": [
"yanghua"
],
"repo": "volcengine/tosfs",
"url": "https://github.com/volcengine/tosfs/issues/70",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1327557461 | T008: HTTPError: 403 Client Error: Forbidden for url: http://ligand-expo.rcsb.org/reports/8/8AM/
Hi,
In T008, while running codes:
pdb_id = 5UG9
def get_ligands(pdb_id):
info = pypdb.get_info(pdb_id)
nonpolymers = info.get("rcsb_entry_info", {}).get("nonpolymer_bound_components", [])
ligands = {}
for... | gharchive/issue | 2022-08-03T17:15:56 | 2025-04-01T04:36:15.161689 | {
"authors": [
"dominiquesydow",
"khanmf"
],
"repo": "volkamerlab/teachopencadd",
"url": "https://github.com/volkamerlab/teachopencadd/issues/260",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
692590212 | Layout problem in Halfwidth form fields
Hi All,
Looking for a CSS trick for the below.
when I am making the form fields half-width, all the fields are not getting aligned properly as below. I want to achieve the layout as per the second image.
I want to fill the layout with the remaining fields as below
Could anyb... | gharchive/issue | 2020-09-04T01:46:02 | 2025-04-01T04:36:15.167097 | {
"authors": [
"VictorTomaili",
"premsudheer",
"reach2rv"
],
"repo": "volkanceylan/Serenity",
"url": "https://github.com/volkanceylan/Serenity/issues/5188",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1659613377 | No module named 'raft'
Hi I have a error when I try to run the script :
C:\AUTOMATIC1111>py script.py
Traceback (most recent call last):
File "C:\AUTOMATIC1111\script.py", line 15, in
from raft import RAFT
ModuleNotFoundError: No module named 'raft'
Apparently I need to install raft but how I add raft to automatic11... | gharchive/issue | 2023-04-08T18:54:51 | 2025-04-01T04:36:15.192808 | {
"authors": [
"alexfredo",
"volotat"
],
"repo": "volotat/SD-CN-Animation",
"url": "https://github.com/volotat/SD-CN-Animation/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2554872899 | [Bug]: Attempt to read property "value" on null error
What happened?
hello, I installed the plugin and opened 2fa, then when I tried to log in, I got an error like this:
Attempt to read property “value” on null
In order to resolve this error
vendor\vormkracht10\filament-2fa\src\Http\Livewire\Auth\LoginTwoFactor.php
I... | gharchive/issue | 2024-09-29T10:59:22 | 2025-04-01T04:36:15.217472 | {
"authors": [
"Baspa",
"enessvg",
"tonypartridge"
],
"repo": "vormkracht10/filament-2fa",
"url": "https://github.com/vormkracht10/filament-2fa/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
627465638 | Fixes a server crashing bug
Occurs currently when someone submits a file upload without a type selected.
Product approved this approach to just set a default on the radio buttons.
@bmadhusu Yeah, I debated whether or not to include it, and sort of reversed my stance on it for this particular repo only. Given that e... | gharchive/pull-request | 2020-05-29T18:43:40 | 2025-04-01T04:36:15.221296 | {
"authors": [
"tank157"
],
"repo": "votinginfoproject/Metis",
"url": "https://github.com/votinginfoproject/Metis/pull/483",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
784687828 | [BUG] Colab installs are unstable
TLDR; Colab support is unstable until this issue can be resolved
When working with Colab notebooks today, importing fiftyone suddenly stopped working in fresh runtimes. This issue also arose for me when installing versions fiftyone that previously worked, e.g. fiftyone==0.7.0.1 and f... | gharchive/issue | 2021-01-13T00:19:15 | 2025-04-01T04:36:15.231546 | {
"authors": [
"benjaminpkane"
],
"repo": "voxel51/fiftyone",
"url": "https://github.com/voxel51/fiftyone/issues/772",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1223543038 | Fix path in App connection
Resolves #1717
Thanks! I've checked the fix by pulling the latest branch and running it in my environment. It's working.
Thanks for the fix!
| gharchive/pull-request | 2022-05-03T01:41:45 | 2025-04-01T04:36:15.233303 | {
"authors": [
"benjaminpkane",
"jdalbosc-cisco"
],
"repo": "voxel51/fiftyone",
"url": "https://github.com/voxel51/fiftyone/pull/1719",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1725991543 | build-docs gh action checkout teams
Proposal for how to include management SDK in build-docs github action.
How it works:
Checks out fiftyone as normal
Checks out main branch of fiftyone-teams under fiftyone/fiftyone-teams
needs deployment key secret to checkout private repo (see below)
harder to correspond branche... | gharchive/pull-request | 2023-05-25T14:56:50 | 2025-04-01T04:36:15.238101 | {
"authors": [
"swheaton"
],
"repo": "voxel51/fiftyone",
"url": "https://github.com/voxel51/fiftyone/pull/3113",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
96905412 | Issues with setup
Hey all,
I just want to say this project is absolutely awesome. I'm considering adopting it as the platform for the minor graphic and news app requests we have the San Francisco Chronicle. I'd also be down for adding Python support and other blueprints once it's deployed here :)
Anyway, I ran into a... | gharchive/issue | 2015-07-23T21:05:56 | 2025-04-01T04:36:15.251097 | {
"authors": [
"aboutaaron",
"kavyasukumar"
],
"repo": "voxmedia/autotune",
"url": "https://github.com/voxmedia/autotune/issues/227",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1933189579 | installs with no treesitter capabilities
Getting zero functionality out of this treesitter grammar due to this issue. I am on a M1 Macbook Pro.
❯ nvim --version
NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.1/share/... | gharchive/issue | 2023-10-09T14:15:27 | 2025-04-01T04:36:15.303256 | {
"authors": [
"gamebox",
"vrischmann"
],
"repo": "vrischmann/tree-sitter-templ",
"url": "https://github.com/vrischmann/tree-sitter-templ/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1303172109 | Error while CHECK FILE STATUS - In 'e.cache(t)', 'e.cache' is undefined
First of all, thanks for the amazing plugin!
I'm currently facing a reproducable issue every time I open my iOS obsidian app. I get the following error messages whenever the sync kicks in:
(sorry for the screenshot, can't copy the log lines from... | gharchive/issue | 2022-07-13T09:36:32 | 2025-04-01T04:36:15.309775 | {
"authors": [
"MohamedBassem",
"vrtmrz"
],
"repo": "vrtmrz/obsidian-livesync",
"url": "https://github.com/vrtmrz/obsidian-livesync/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
197501869 | More than 5 translations "freeze up"
Hi,
When I attempt to use the auto fill or auto translate functions in the backend and there are more than 5 in the queue, they seem to freeze up like so:
http://prntscr.com/dnoz8k
I usually have to reboot FPM after this
Any clues how to fix this error?
@mikenolimits, you can ch... | gharchive/issue | 2016-12-25T13:50:23 | 2025-04-01T04:36:15.322340 | {
"authors": [
"mikenolimits",
"vsch"
],
"repo": "vsch/laravel-translation-manager",
"url": "https://github.com/vsch/laravel-translation-manager/issues/56",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
157943325 | Poedit doesn’t respect (dark) theme colors under GTK+
Hallo,
I just tried Poedit 1.8.7 with a dark theme and I ran into 2 problems.
I. The sidebar font has similar colour as the background.
II. After typing something like " Ctr+2", to choose a suggested translation,
now, the text, in the box with the translated strin... | gharchive/issue | 2016-06-01T15:54:28 | 2025-04-01T04:36:15.337095 | {
"authors": [
"Getron",
"nikoss",
"noirbizarre",
"vslavik"
],
"repo": "vslavik/poedit",
"url": "https://github.com/vslavik/poedit/issues/273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
648471558 | readCSVObjects() object can't be cast
When called the readCSVObjects() method the resulting object creating cannot be cast to a custom interface and therefore no type safety can be maintained.
Example:
for await (const obj of readCSVObjects()){
const thing = obj as Thing; // this causes an error
}
The method produ... | gharchive/issue | 2020-06-30T20:29:48 | 2025-04-01T04:36:15.345231 | {
"authors": [
"atinybeardedman",
"vslinko"
],
"repo": "vslinko/deno-csv",
"url": "https://github.com/vslinko/deno-csv/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
261911307 | Predictor for school not available.
For LTIME52 I opened the link in my browser with the tag /school/ in the end. A webpage opens but there are no predictions, rankings. Just an empty webpage with the column names.
Hi, currently rating predictions for School category are not supported. I would try to add this in th... | gharchive/issue | 2017-10-01T12:02:15 | 2025-04-01T04:36:15.346237 | {
"authors": [
"Ista2000",
"vsp4"
],
"repo": "vsp4/codechef-rating-predictor",
"url": "https://github.com/vsp4/codechef-rating-predictor/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1211771298 | Initial commit for whosaidit implementation
Who said it? Players guess the correct OP for a random quote from the server
co-authored by @mcab
@ddcha3 How can we make the polling work with asyncio without having to use a spinlock?
| gharchive/pull-request | 2022-04-22T03:30:16 | 2025-04-01T04:36:15.347299 | {
"authors": [
"mcab",
"vsporeddy"
],
"repo": "vsporeddy/chowder-bot",
"url": "https://github.com/vsporeddy/chowder-bot/pull/65",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1118344323 | For what is the TryInto<usize> implementation needed?
I wanted to be able to specify format strings in a config file and then use them at runtime. Your crate enabled that I could define this format function which is like a one-arg version of format! but where the format string is specified at runtime. Thanks a lot!... | gharchive/issue | 2022-01-29T22:40:17 | 2025-04-01T04:36:15.354073 | {
"authors": [
"oberien",
"tsdh",
"vstojkovic"
],
"repo": "vstojkovic/rt-format",
"url": "https://github.com/vstojkovic/rt-format/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
573479544 | Move binary files out of version control
Binary file should not exist here:
https://github.com/vtereshkov/xdpw/blob/1dff7ebc5d038951a8f971e7f1d378720b73ba35/xdpw.exe
Here instead:
https://github.com/vtereshkov/xdpw/releases
Yes, I am considering it. But now it is convenient for me to clone just one folder and do wh... | gharchive/issue | 2020-03-01T04:46:47 | 2025-04-01T04:36:15.359833 | {
"authors": [
"cup",
"vtereshkov"
],
"repo": "vtereshkov/xdpw",
"url": "https://github.com/vtereshkov/xdpw/issues/13",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2248455503 | DateElement has no appendToBody
Environment
vuejs: 3.4.21, vueform: 1.9.5
Using tailwind
Reproduction
A minimal reproduction has been created. In it the Date Picker "vertical" space is limited for the form field. Since we allow scrolling in the overflow (there could be many more form elements) expanding the date pi... | gharchive/issue | 2024-04-17T14:34:09 | 2025-04-01T04:36:15.450609 | {
"authors": [
"jadrake75"
],
"repo": "vueform/vueform",
"url": "https://github.com/vueform/vueform/issues/223",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
351937123 | Revisión General
@rgomez90, gracias por tu disposición.
La idea es llegar a una version 100% traducida del branch 2.5, que es la version con la que se comenzo esta labor. Por lo que he crado una copia de dicho branch bajo el nombre 2.5-es. Los pasos a seguir serian:
Hacer un fork de esta repo
Checkout master y hacer... | gharchive/issue | 2018-08-19T21:45:17 | 2025-04-01T04:36:15.465804 | {
"authors": [
"UchihaCFC",
"mdxmtz",
"miljan-aleksic",
"rgomez90"
],
"repo": "vuejs-es/vuejs.org",
"url": "https://github.com/vuejs-es/vuejs.org/issues/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
333817625 | Problem when importing firebase-messaging-sw to SW service worker.
It's returning to me the following error in console:
Here is my configuration:
new SWPrecacheWebpackPlugin({
cacheId: 'teste',
filename: 'service-worker.js',
importScripts: ['./firebase-messaging-sw.js'],
... | gharchive/issue | 2018-06-19T20:01:13 | 2025-04-01T04:36:15.472017 | {
"authors": [
"donaldboulton",
"eeerrrttty",
"m16u31D"
],
"repo": "vuejs-templates/pwa",
"url": "https://github.com/vuejs-templates/pwa/issues/193",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1690602785 | Add vue-global-alert-utility
General
✏️ Mark the necessary items without changing the structure of the PR template.
[x] Pull request template structure not broken
Type
ℹ️ What types of changes does your code introduce?
👉 Put an x in the boxes that apply
[ ] Fix
[x] Feature
Checklist
ℹ️ Check all checkbo... | gharchive/pull-request | 2023-05-01T09:27:08 | 2025-04-01T04:36:15.480777 | {
"authors": [
"RashadSaleh"
],
"repo": "vuejs/awesome-vue",
"url": "https://github.com/vuejs/awesome-vue/pull/4053",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2318033392 | refactor: change Components & Libraries order
General
✏️ Mark the necessary items without changing the structure of the PR template.
[x] Pull request template structure not broken
Type
ℹ️ What types of changes does your code introduce?
👉 Put an x in the boxes that apply
[ ] Fix
[ ] Feature
Checklist
ℹ️ ... | gharchive/pull-request | 2024-05-27T01:07:46 | 2025-04-01T04:36:15.488723 | {
"authors": [
"warmthsea"
],
"repo": "vuejs/awesome-vue",
"url": "https://github.com/vuejs/awesome-vue/pull/4178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
693199913 | Should scoped style be appliad to teleported elements ?
Version
3.0.0-rc.10
Reproduction link
https://codesandbox.io/s/elegant-neumann-6j0rl
Steps to reproduce
Teleport an element with scoped styles
What is expected?
IMO opinion we should be able to somehow apply scoped styles to teleported elements
What is actually ... | gharchive/issue | 2020-09-04T13:59:29 | 2025-04-01T04:36:15.491014 | {
"authors": [
"AlexandreBonaventure",
"fanckush"
],
"repo": "vuejs/core",
"url": "https://github.com/vuejs/core/issues/2047",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1094209851 | Can not disable or hide timeline feature in Vuex
Version
6.0.0-beta.21
Browser and OS info
Windows 10, Chrome
Steps to reproduce
I have disabled the timeline option in Vuex (plugin options) but it still shows the timeline.
What is expected?
The timelink is hidden or can be removed (or resized or even dragged to anoth... | gharchive/issue | 2022-01-05T10:36:59 | 2025-04-01T04:36:15.492967 | {
"authors": [
"Akryum",
"ferrykranenburgcw"
],
"repo": "vuejs/devtools",
"url": "https://github.com/vuejs/devtools/issues/1654",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
442563372 | The url of sockjs-node is not same as the browser url (Domain)
Version
3.7.0
Reproduction link
https://github.com/dy86/vue-cli-issue-demo.git
Environment info
System:
OS: macOS 10.14.4
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Binaries:
Node: 10.15.3 - /usr/local/bin/node
Yarn: 1.15.2 -... | gharchive/issue | 2019-05-10T06:45:58 | 2025-04-01T04:36:15.513088 | {
"authors": [
"Ttou",
"dy86",
"zhaojh329"
],
"repo": "vuejs/vue-cli",
"url": "https://github.com/vuejs/vue-cli/issues/3973",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
704724532 | fix(types): make enable to use tuple type as EmitsOptions (#2159)
Fixed problem of this comment by 758119b
| gharchive/pull-request | 2020-09-19T00:41:55 | 2025-04-01T04:36:15.514250 | {
"authors": [
"wonderful-panda"
],
"repo": "vuejs/vue-next",
"url": "https://github.com/vuejs/vue-next/pull/2160",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
749375787 | Does not register eagerly emitted event
Describe the bug
wrapper.emitted() does not register an emitted event if it was called by watch with immediate: true option
Reproduction
https://github.com/taigabrew/vue-test-utils-bug-48cb54ce
System Info
Operating System: macOS Catalina 10.15.7
Node version: v14.15.1
yarn ve... | gharchive/issue | 2020-11-24T06:10:52 | 2025-04-01T04:36:15.521683 | {
"authors": [
"lmiller1990",
"taigabrew"
],
"repo": "vuejs/vue-test-utils-next",
"url": "https://github.com/vuejs/vue-test-utils-next/issues/259",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1412907502 | 'WeakMap' is undefined in Vue 2.7.11 and above (IE10 and under)
Version
2.7.11
Reproduction link
github.com
Steps to reproduce
Open a Vue2 app using internet explorer 10 or below
What is expected?
App loads and 'Hello Vue!' is displayed
What is actually happening?
App does not load and 'WeakMap' is undefined is print... | gharchive/issue | 2022-10-18T09:47:01 | 2025-04-01T04:36:15.525441 | {
"authors": [
"gingerbenw",
"posva"
],
"repo": "vuejs/vue",
"url": "https://github.com/vuejs/vue/issues/12837",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
229554695 | Vue 2.5.1 Component custom delimiter not working
Version
2.5.1
Reproduction link
Steps to reproduce
webpack.base.config has the following alias
'vue$': 'vue/dist/vue.common.js',
Running vue 2.5.1, inside a component do
export default {
delimiters: ['{', '}'],
And inside the <template> tags i have
<... | gharchive/issue | 2017-05-18T04:53:44 | 2025-04-01T04:36:15.531175 | {
"authors": [
"gregorskii",
"marclave",
"roboriaan",
"yyx990803"
],
"repo": "vuejs/vue",
"url": "https://github.com/vuejs/vue/issues/5697",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
278546716 | X-template in Internet Explorer 11/ or Microsoft Edge
Version
2.5.0
Reproduction link
https://jsfiddle.net/chrisvfritz/50wL7mdz/
Steps to reproduce
I m using vue with laravel. And for inline template i use tag.
What is expected?
I expect to see the landing page component in IE/Edge.
What is actually happening?
I don... | gharchive/issue | 2017-12-01T17:58:22 | 2025-04-01T04:36:15.541639 | {
"authors": [
"LinusBorg",
"kobimilan995"
],
"repo": "vuejs/vue",
"url": "https://github.com/vuejs/vue/issues/7167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
310218034 | Could you please support using symbol value for ":key" field(when using v-for doing list rendering)?
What problem does this feature solve?
When I using "v-for" to render an list, every "instance" in the list has an "id",
I would like to use a symbol type to express my "id" , and fill my "id" into ":key".
Every thing ... | gharchive/issue | 2018-03-31T06:49:32 | 2025-04-01T04:36:15.548504 | {
"authors": [
"gitby15",
"mpawelski",
"posva"
],
"repo": "vuejs/vue",
"url": "https://github.com/vuejs/vue/issues/7936",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
359173649 | Vulkano.rs graphics pipeline guide does not compile
So following the guide posted here
When coming to the "drawing" part and setting up the command buffer that will be submit. The program fails to compile with following error:
error[E0277]: the trait bound `vulkano::pipeline::vertex::SingleBufferDefinition<Vertex>: v... | gharchive/issue | 2018-09-11T18:47:49 | 2025-04-01T04:36:15.662281 | {
"authors": [
"HadrienG2",
"jonathansty",
"rukai"
],
"repo": "vulkano-rs/vulkano",
"url": "https://github.com/vulkano-rs/vulkano/issues/1036",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2543345487 | [BUG] Cannot save tokens
Describe the bug
Does not save tokens on selection from the list.
To Reproduce
ETH -> Choose tokens
search token -> choose -> save
doesn't save
I tried this , but can't reproduce it
Can't reproduce it , closing
| gharchive/issue | 2024-09-23T18:23:51 | 2025-04-01T04:36:15.664844 | {
"authors": [
"Rockindash",
"johnnyluo"
],
"repo": "vultisig/vultisig-ios",
"url": "https://github.com/vultisig/vultisig-ios/issues/1192",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1955501854 | 🛑 Ecoindex.fr Backend API is down
In 8e70efb, Ecoindex.fr Backend API (https://ecoindex.p.rapidapi.com/health) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Ecoindex.fr Backend API is back up in 5eb29fc after 7 minutes.
| gharchive/issue | 2023-10-21T13:54:34 | 2025-04-01T04:36:15.669879 | {
"authors": [
"vvatelot"
],
"repo": "vvatelot/upptime",
"url": "https://github.com/vvatelot/upptime/issues/136",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1532737024 | Embed hosted stream's chat
Added option to embed a hosted stream's chat, same as embedded stream or live YT chat.
The order of priority for what chat to show is embed, live, then host.
I have no idea if there's a case where something could be hosted while the stream is live, but I believe the embed chat button will ... | gharchive/pull-request | 2023-01-13T18:26:29 | 2025-04-01T04:36:15.679249 | {
"authors": [
"mattroseman",
"vyneer"
],
"repo": "vyneer/dgg-chat-gui-scripts",
"url": "https://github.com/vyneer/dgg-chat-gui-scripts/pull/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
487002048 | Added support for pipenv and non-standard python configurations
This pull-request makes this project compatible with pipenv.
It can be run with
pipenv run ./vyos-build-ami "<image_uri>"
I'm not sure if the changes will break regular usage, but they shouldn't as I believe it will default to use the default PATH pytho... | gharchive/pull-request | 2019-08-29T14:42:49 | 2025-04-01T04:36:15.682918 | {
"authors": [
"dmbaturin",
"tiagoad"
],
"repo": "vyos/build-ami",
"url": "https://github.com/vyos/build-ami/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1473230129 | Guidelines adjustments for better accommodate research grant applications
Split the requested information for a grant application into two kinds of projects: software development and research.
Add Google Scholar profiles for research grants.
Add Research as a category of project in the guidelines.
Thank you for ... | gharchive/pull-request | 2022-12-02T17:52:27 | 2025-04-01T04:36:16.155636 | {
"authors": [
"CLAassistant",
"dsm-w3f"
],
"repo": "w3f/Grants-Program",
"url": "https://github.com/w3f/Grants-Program/pull/1329",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1227903154 | relation graph
Project Abstract
Please provide a brief description of your project here summarising key points (1-2 paragraphs).
If your application is a follow-up to a previous grant, please mention which one in the first line of the abstract and include a link to previous pull requests if applicable.
For which gr... | gharchive/pull-request | 2022-05-06T13:56:26 | 2025-04-01T04:36:16.168858 | {
"authors": [
"alxs",
"hakan-w3f",
"relationlabs",
"semuelle",
"uukais"
],
"repo": "w3f/Grants-Program",
"url": "https://github.com/w3f/Grants-Program/pull/928",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
26872538 | Let empty target cells with no data
The documentation states that the optional property empty of the legendColors sets the color for dates with value == 0. This is confusing because the documentation also states that the property name empty of the subDomainTitleFormat targets dates without a value (so value == null).... | gharchive/pull-request | 2014-02-04T10:40:01 | 2025-04-01T04:36:16.202416 | {
"authors": [
"bartaelterman",
"joshuapinter",
"kamisama"
],
"repo": "wa0x6e/cal-heatmap",
"url": "https://github.com/wa0x6e/cal-heatmap/pull/74",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
419145583 | Clone error
git clone git@github.com:wadewegner/salesforce-cli-zsh-completion.git
Cloning into 'salesforce-cli-zsh-completion'...
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote rep... | gharchive/issue | 2019-03-10T04:32:17 | 2025-04-01T04:36:16.221986 | {
"authors": [
"chandra2ravi"
],
"repo": "wadewegner/salesforce-cli-zsh-completion",
"url": "https://github.com/wadewegner/salesforce-cli-zsh-completion/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
137771376 | 当日行情分钟数据有缺失
我试了30分钟的例子,ts.get_hist_data('600848', ktype='30') , 得到结果如下
open high close low volume price_change p_change ma5 ma10 ma20 v_ma5 v_ma10 v_ma20 turnover
date
2016-03-02 11:30:00 6.54 6.62 6.58 6.52 34292.7 0.04 0.61 6.370 6.304 6.0870 55352.8 81753.7 81881.2 0.12
2016-03-02 11:00:00 6.60 6.62 ... | gharchive/issue | 2016-03-02T04:41:09 | 2025-04-01T04:36:16.225342 | {
"authors": [
"RobotJiang",
"jimmysoa",
"zhenyiy"
],
"repo": "waditu/tushare",
"url": "https://github.com/waditu/tushare/issues/99",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
802264980 | Update tutorial.rst
Thanks for contributing to Wagtail! 🎉
Before submitting, please review the contributor guidelines https://docs.wagtail.io/en/latest/contributing/index.html and check the following:
Do the tests still pass? (https://docs.wagtail.io/en/latest/contributing/developing.html#testing)
Does the code com... | gharchive/pull-request | 2021-02-05T15:39:28 | 2025-04-01T04:36:16.236117 | {
"authors": [
"larathompson",
"nmorduch"
],
"repo": "wagtail/wagtail",
"url": "https://github.com/wagtail/wagtail/pull/6795",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
107846294 | Error using Oracle on windows
With ST3 with GoOracle on windows, when I try to issue any command with Oracle, I get the following error:
Running oracle callees command...
'export' is not recognized as an internal or external command,
operable program or batch file.
It looks like the "export" command on line 107 of ... | gharchive/issue | 2015-09-23T04:09:33 | 2025-04-01T04:36:16.240392 | {
"authors": [
"jwendel"
],
"repo": "waigani/GoOracle",
"url": "https://github.com/waigani/GoOracle/issues/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2380375111 | 🛑 cyconet.org is down
In 397de8b, cyconet.org (https://www.cyconet.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: cyconet.org is back up in bd6894d after 58 minutes.
| gharchive/issue | 2024-06-28T12:54:28 | 2025-04-01T04:36:16.254122 | {
"authors": [
"waja"
],
"repo": "waja/cyconet-upptime",
"url": "https://github.com/waja/cyconet-upptime/issues/2013",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2317052231 | Device signature verification failing
Hello,
I am trying to verify device signature on the separate device from which mdoc presentation was created,
I am getting some weird behaviour so I would appreciate any information or clarification on the topic:
this is the code I am trying to run:
val my_credential = "cbor hex... | gharchive/issue | 2024-05-25T14:16:24 | 2025-04-01T04:36:16.338248 | {
"authors": [
"hrvoje459",
"severinstampler"
],
"repo": "walt-id/waltid-identity",
"url": "https://github.com/walt-id/waltid-identity/issues/420",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2281418713 | Sharing doesn't work? : Error! Error: Internal Server Error: Unable to locate credentials
Installed on Ubuntu 22 server.
Everything seem to be working fine.
The only change i've made is I've changed the 127.0.0.1 to 10.10.10.200 IP in main.py file
Everything loads and works fine. But when I try to share a result I se... | gharchive/issue | 2024-05-06T17:50:54 | 2025-04-01T04:36:16.351413 | {
"authors": [
"ahakobyan79",
"rossman22590",
"vanpelt"
],
"repo": "wandb/openui",
"url": "https://github.com/wandb/openui/issues/86",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1808479280 | chore(sweeps): resume sweeps from the cli
Fixes
https://wandb.atlassian.net/browse/WB-14553
Description
Allows resuming sweeps from cancelled or finished states, which is already allowed in the UI. Further softens the restrictions on sweep state updates, which are currently very strict in the SDK.
Only case that migh... | gharchive/pull-request | 2023-07-17T19:41:36 | 2025-04-01T04:36:16.356600 | {
"authors": [
"MBakirWB",
"gtarpenning"
],
"repo": "wandb/wandb",
"url": "https://github.com/wandb/wandb/pull/5901",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
724402331 | Datasets links?
After reading your repo , I cant find the datasets links? The Datasets in the repo is self. Thanks a lot
https://drive.google.com/a/usc.edu/uc?id=1f4k8zhomFuZt820bN8gl3zbw8lyvcxg0&export=download
| gharchive/issue | 2020-10-19T08:37:21 | 2025-04-01T04:36:16.362859 | {
"authors": [
"wangby511",
"xuhui1994"
],
"repo": "wangby511/Extreme-Dark-Video-Enhancement",
"url": "https://github.com/wangby511/Extreme-Dark-Video-Enhancement/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
307986249 | word复制粘贴到编辑器出现的问题
从word排版好的样式
复制进入编辑器,通过text.html 获取内容发现会携带
<w:LsdException>类似这样的标签,实际这些标签对样式没有作用
能否获取的时候把这种非html的标签去除掉,否则保存入库后,后续处理很麻烦
你可以先通过editor.customConfig.pasteTextHandle自己处理一下 https://www.kancloud.cn/wangfupeng/wangeditor3/448202 ,后续编辑器会针对 word excel 的粘贴做统一处理。
| gharchive/issue | 2018-03-23T11:03:40 | 2025-04-01T04:36:16.368168 | {
"authors": [
"wangfupeng1988",
"zsj1029"
],
"repo": "wangfupeng1988/wangEditor",
"url": "https://github.com/wangfupeng1988/wangEditor/issues/1416",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2759602568 | http和https协议下的粘贴行为不一致
https协议下的粘贴行为受createNewNodeBehavior选项影响
而http协议下不受
已修改,v0.13.0+生效
| gharchive/issue | 2024-12-26T10:34:02 | 2025-04-01T04:36:16.378494 | {
"authors": [
"wanglin2"
],
"repo": "wanglin2/mind-map",
"url": "https://github.com/wanglin2/mind-map/issues/1065",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1852452928 | feat: 更老版本的xmind文件导入兼容
例如:https://github.com/ckjbug/XMind-Learning/blob/master/ABP框架的学习路线图-群友版.xmind
这个不是支持的么
这个不是支持的么
举例举得有问题 : https://github.com/ckjbug/XMind-Learning/blob/master/阿里云盾.xmind
这个也可以啊,你在demo试过吗
| gharchive/issue | 2023-08-16T03:42:29 | 2025-04-01T04:36:16.380986 | {
"authors": [
"Xbs233",
"wanglin2"
],
"repo": "wanglin2/mind-map",
"url": "https://github.com/wanglin2/mind-map/issues/273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
626401915 | 在Home使用,退到后台一段时间再进入App,CGContextSetFillColorWithColor处报错EXC_BAD_ACCESS
在Home页使用WMPageController报的错,原因是由于WMProgressView中的color为CGColorRef,assign弱引用,当退到后台一段时间,再进入App,drawRect重绘的时候,color只有一个空地址,从而引发CGContextSetFillColorWithColor错误(EXC_BAD_ACCESS)。
将WMProgressView 的 CGColorRef color 替换为 UIColor *color进行处理就行了。
| gharchive/issue | 2020-05-28T10:33:52 | 2025-04-01T04:36:16.382307 | {
"authors": [
"Jisen"
],
"repo": "wangmchn/WMPageController",
"url": "https://github.com/wangmchn/WMPageController/issues/631",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2145082886 | Permissions Change
Followed what https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action#writing-the-action-code had. Lets see if docker container is happy about that.
Nice
| gharchive/pull-request | 2024-02-20T19:05:37 | 2025-04-01T04:36:16.399888 | {
"authors": [
"bmburlingame",
"ksolkowski"
],
"repo": "wantable/github-actions-haml-lint",
"url": "https://github.com/wantable/github-actions-haml-lint/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2280699547 | Intents "Analyzers" platform
A great addition to our intent engine would be the ability for users to write conditions based on the transaction they're asking to sign.
Currently, we interpret the signature request payload with SignMethods. Users are able to specify, for example, the "Ethereum SignMethod" and the input... | gharchive/issue | 2024-05-06T11:51:56 | 2025-04-01T04:36:16.410786 | {
"authors": [
"Pitasi",
"mn13"
],
"repo": "warden-protocol/wardenprotocol",
"url": "https://github.com/warden-protocol/wardenprotocol/issues/262",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2453420428 | changed jvmToolchain function for better compatibility
this only changes the function used for better compatibility with projects using older kotlin android plugin <1.7.20
@T-eli
Thanks!
| gharchive/pull-request | 2024-08-07T12:56:07 | 2025-04-01T04:36:16.436972 | {
"authors": [
"T-eli",
"wasabeef"
],
"repo": "wasabeef/flutter_ua_client_hints",
"url": "https://github.com/wasabeef/flutter_ua_client_hints/pull/119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2456477072 | feat(examples): add http image resizer API component
This commit adds an image resizer component that operates over HTTP written in Rust to the examples in order to showcase a slightly more complicated component.
This component copies some API cues from projects like Thumbor and Imagor, and in the general flow can do... | gharchive/pull-request | 2024-08-08T19:25:38 | 2025-04-01T04:36:16.444232 | {
"authors": [
"brooksmtownsend",
"vados-cosmonic"
],
"repo": "wasmCloud/wasmCloud",
"url": "https://github.com/wasmCloud/wasmCloud/pull/2716",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
506092382 | On deploy, Also update the crate version
Currently, the rust crate is noot being updated with each deploy with lerna. Would also be nice to have some post deploy script to sync the cargo.toml with the package.json 😄
I don't believe this is relevant now that we've rewritten the package as @wasmer/sdk.
The Release P... | gharchive/issue | 2019-10-11T23:12:12 | 2025-04-01T04:36:16.446185 | {
"authors": [
"Michael-F-Bryan",
"torch2424"
],
"repo": "wasmerio/wasmer-js",
"url": "https://github.com/wasmerio/wasmer-js/issues/117",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
315484808 | /annotations/instances_valminusminival2018.json file missing
Trying to train Mask R CNN, I get the error that above file is missing.
Did you try to use your created dataset for a model like Mask R CNN? Maybe there are more files missing. Eager to hear from you and thx.
I am not sure whether my problem is the same o... | gharchive/issue | 2018-04-18T13:41:28 | 2025-04-01T04:36:16.449655 | {
"authors": [
"BennoStaub",
"austinmw",
"gaqiness",
"hiankun"
],
"repo": "waspinator/pycococreator",
"url": "https://github.com/waspinator/pycococreator/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2393080810 | Use kqueue backend on BSDs
Apologies for the necro in the older issue, I genuinely thought my symptoms were identical. I hope opening a new issue is appropriate, but if not please gently guide me in the right direction.
I am running FreeBSD 14.0 and I find that the watch feature doesn't pick up immediately on changes... | gharchive/issue | 2024-07-05T19:59:00 | 2025-04-01T04:36:16.454684 | {
"authors": [
"passcod",
"ryanavella"
],
"repo": "watchexec/cargo-watch",
"url": "https://github.com/watchexec/cargo-watch/issues/311",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2602922794 | About the data.
Hi, guys,
Thanks for your interesting work. Can you provide some examples about the rgbd data, such as birmingham_block_0.png birmingham_block_0.tiff(after processing by cloudcompare). I want to ensure the rightness of the preprocessed data.
Thank you very much.
Is there any additional operation whe... | gharchive/issue | 2024-10-21T15:31:55 | 2025-04-01T04:36:16.458218 | {
"authors": [
"EdenGabriel",
"enjoysport2022",
"miyatai2"
],
"repo": "water-cookie/citynav",
"url": "https://github.com/water-cookie/citynav/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
892284980 | [OpenGOAL] make multiplication/divsion like GOAL and support in decompiler
This makes power-of-two multiplies and divides optimized to shifts work correctly in the compiler/decompiler.
There is a possibility of false detection. The behavior will still be correct, but there might be a multiply/divide when the original... | gharchive/pull-request | 2021-05-14T22:32:21 | 2025-04-01T04:36:16.482677 | {
"authors": [
"coveralls",
"water111"
],
"repo": "water111/jak-project",
"url": "https://github.com/water111/jak-project/pull/483",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1847983696 | chore(master): release 1.2.27
:robot: I have created a release beep boop
1.2.27 (2023-08-12)
Miscellaneous
deps: update dependency pestphp/pest to v2.13.0 (d5b5076)
This PR was generated with Release Please. See documentation.
:robot: Release is at https://github.com/wayofdev/laravel-symfony-serializer/releases/... | gharchive/pull-request | 2023-08-12T12:30:38 | 2025-04-01T04:36:16.562980 | {
"authors": [
"lotyp"
],
"repo": "wayofdev/laravel-symfony-serializer",
"url": "https://github.com/wayofdev/laravel-symfony-serializer/pull/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2415810076 | Generate final tag and publish draft release for Wazuh 4.8.1
Description
This issue attempts to publish draft release and generate final tag for version 4.8.1 in the wazuh-security-dashboards-plugin repository.
Tasks
[ ] Generate final tag v4.8.1 from branch 4.8.1 on wazuh-security-dashboards-plugin repository.
[ ] ... | gharchive/issue | 2024-07-18T09:10:47 | 2025-04-01T04:36:16.698996 | {
"authors": [
"Tostti",
"davidjiglesias"
],
"repo": "wazuh/wazuh-security-dashboards-plugin",
"url": "https://github.com/wazuh/wazuh-security-dashboards-plugin/issues/69",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
909564502 | When onElementClick is defined, user can't navigate in the flow on top of nodes
When defining a onElementClick method on the ReactFlow component, the end user can not navigate on top of existing nodes.
It can be easily reproduced on the following example https://reactflow.dev/examples/interaction/.
Navigate on top o... | gharchive/issue | 2021-06-02T14:28:18 | 2025-04-01T04:36:16.792846 | {
"authors": [
"clement-faure",
"moklick"
],
"repo": "wbkd/react-flow",
"url": "https://github.com/wbkd/react-flow/issues/1229",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
745275749 | How to find the ReactFow's grid position ?
Background:
I am building Toolbox which will have list of Nodes.
User can drag and drop Nodes into ReactFow component.
Using native onDrop function, I am able to add node into ReactFow - by updating the setElements
Now i would like to add node with position property (it sho... | gharchive/issue | 2020-11-18T02:35:48 | 2025-04-01T04:36:16.797345 | {
"authors": [
"YuriyKrasilnikov",
"jagadeeshpalaniappan"
],
"repo": "wbkd/react-flow",
"url": "https://github.com/wbkd/react-flow/issues/695",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1146155556 | fix: export type OnNodesDelete and OnEdgesDelete
Refs: https://github.com/wbkd/react-flow/pull/1555#issuecomment-1043150079, e011375c3d25765c56bb790de4a216ca0bcfabfa
👍 thanks @Himself65
| gharchive/pull-request | 2022-02-21T19:25:17 | 2025-04-01T04:36:16.798799 | {
"authors": [
"Himself65",
"moklick"
],
"repo": "wbkd/react-flow",
"url": "https://github.com/wbkd/react-flow/pull/1918",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1174491305 | A temporary solution of incompatible of Zotodo
Open Edit→Preference
Open Advanced→Advanced Configuration→Config Editor
NOTE: THIS IS A DANGEROUS OPERATION
Add a boolean key named extensions.checkCompatibility.6.0 and the value is false
Save and restart Zotero
This is a temporary solution, the key should be remove... | gharchive/issue | 2022-03-20T09:55:25 | 2025-04-01T04:36:16.805336 | {
"authors": [
"jeongeunpark18",
"wbthomason",
"xiaodl813"
],
"repo": "wbthomason/zotodo",
"url": "https://github.com/wbthomason/zotodo/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
491212409 | [Question] PATH
Is it possible to somehow use this role to EDIT (rather than add) to the environment?
Specifically, I would like to add to $PATH, but what actually happens is the existing one is overwritten.
I also tried PATH: "$PATH:/foo/bar/"
Hi, you can edit/replace the existing PATH definition as such:
---
- ho... | gharchive/issue | 2019-09-09T16:56:03 | 2025-04-01T04:36:16.847148 | {
"authors": [
"franklinkim",
"lonix1"
],
"repo": "weareinteractive/ansible-environment",
"url": "https://github.com/weareinteractive/ansible-environment/issues/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
172980357 | make 24 time selection optional
have an option not to show the 24 hour selection, so just the 12 hour selection is shown.
sorry, didn't see the twelvehour option. thanks.
| gharchive/issue | 2016-08-24T15:16:43 | 2025-04-01T04:36:16.848007 | {
"authors": [
"clemsontiger"
],
"repo": "weareoutman/clockpicker",
"url": "https://github.com/weareoutman/clockpicker/issues/92",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
294702252 | [WIP] Update to Prometheus 2.0 YAML-based rule format
Update to Prometheus 2.0 YAML-based rule format
There's some trickiness here regarding what format to return from parsing,
regarding the ability to track alert states, and not being able to create final
rule groups yet. That's laid out in the comment above RulesCo... | gharchive/pull-request | 2018-02-06T10:14:21 | 2025-04-01T04:36:16.865532 | {
"authors": [
"bboreham",
"jml",
"juliusv"
],
"repo": "weaveworks/cortex",
"url": "https://github.com/weaveworks/cortex/pull/689",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
618810439 | Helm chart appVersion did not increase the version increment
I guess it's best practice, that when increasing the appVersion of a helm chart, to also increase the version.
For us, we had the chart version pinned, and expected the chart to not change (which now it does).
See also: https://github.com/weaveworks/flagger... | gharchive/issue | 2020-05-15T08:56:47 | 2025-04-01T04:36:16.880117 | {
"authors": [
"sjentzsch",
"stefanprodan"
],
"repo": "weaveworks/flagger",
"url": "https://github.com/weaveworks/flagger/issues/590",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
701343239 | Do not promote when not ready on skip analysis
Fixes #362
ps: I couldn't find an end2end test for the skip analysis feature so I didn't update any.
@worldtiki have you managed to reproduce the condition when Flagger would promote a canary with 0 healthy pods? If so then it will be great to add an e2e test to https:... | gharchive/pull-request | 2020-09-14T18:50:34 | 2025-04-01T04:36:16.884533 | {
"authors": [
"stefanprodan",
"worldtiki"
],
"repo": "weaveworks/flagger",
"url": "https://github.com/weaveworks/flagger/pull/695",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
353792103 | Limit the number of processes that are reported
Just been looking at a couple of machines that each had 25,000 defunct nginx processes.
The Scope probe was using about 2 CPUs to report them, and the back-end about the same to render them (and I wasn't even looking at the processes page).
We could just stop reporting ... | gharchive/issue | 2018-08-24T13:51:20 | 2025-04-01T04:36:16.891067 | {
"authors": [
"bboreham",
"bricef",
"rade",
"satyamz"
],
"repo": "weaveworks/scope",
"url": "https://github.com/weaveworks/scope/issues/3330",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1112837130 | Notification for only installed Profiles
Short description
As a user I want to only be notified for new versions for installed profiles so that I don't became overwhelmed with notification that I'm not interested in.
Right now regarding https://github.com/weaveworks/weave-gitops/issues/1143 and the PR https://github.... | gharchive/issue | 2022-01-24T16:02:21 | 2025-04-01T04:36:16.894401 | {
"authors": [
"Skarlso"
],
"repo": "weaveworks/weave-gitops",
"url": "https://github.com/weaveworks/weave-gitops/issues/1337",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
984110270 | add gitlab for --app-config-url=none path
Related To: #666
What changed?
Removes hardcoded github code and allows the path --a
until the deploy key stuff is setup for add the outcome is Error: error setting up deploy keys: error getting account type: could not get account type GET https://gitlab.com/api/v4/groups/J... | gharchive/pull-request | 2021-08-31T17:29:22 | 2025-04-01T04:36:16.897804 | {
"authors": [
"J-Thompson12",
"jpellizzari"
],
"repo": "weaveworks/weave-gitops",
"url": "https://github.com/weaveworks/weave-gitops/pull/701",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
379672465 | kernel log warning regarding usage of --physdev-out
What you expected to happen?
Weave net started using physdev module in its weave-npc component to efficiently identify the traffic originating or destined to local pods refer https://github.com/weaveworks/weave/issues/3344
-A WEAVE-NPC -m physdev --physdev-out vethw... | gharchive/issue | 2018-11-12T08:40:36 | 2025-04-01T04:36:16.904831 | {
"authors": [
"murali-reddy",
"notmaxx",
"philipmather"
],
"repo": "weaveworks/weave",
"url": "https://github.com/weaveworks/weave/issues/3449",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
520867563 | Add weave-daemonset-k8s-1.11.yaml to release script
This is the manifest for Kubernetes 1.11 and above.
It was added to release 2.6 by hand, but this change will mean it gets included automatically next time.
LGTM
| gharchive/pull-request | 2019-11-11T10:25:28 | 2025-04-01T04:36:16.906142 | {
"authors": [
"bboreham",
"murali-reddy"
],
"repo": "weaveworks/weave",
"url": "https://github.com/weaveworks/weave/pull/3735",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2467524152 | Getting started video
Description
Verba is awesome! Readme is cool, but I think it would be more impactful if there is a simplified video tutorial, showcasing how to set it up
Is this a bug or a feature?
[ ] Bug
[x] Feature
Steps to Reproduce
Additional context
Agreed, working on that!
https://www.youtube.co... | gharchive/issue | 2024-08-15T06:54:06 | 2025-04-01T04:36:16.908597 | {
"authors": [
"anandbhaskaran",
"thomashacker"
],
"repo": "weaviate/Verba",
"url": "https://github.com/weaviate/Verba/issues/259",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1970868666 | Add Support for object[] data type
I am trying to create a class object with the schema (provided below) with one of the data-types as object[]. However, when I print the schema the detected data-type of my metadata field becomes text. And then I check the code and noticed that python package does not support object... | gharchive/issue | 2023-10-31T16:40:57 | 2025-04-01T04:36:16.918205 | {
"authors": [
"deven298",
"tsmith023"
],
"repo": "weaviate/weaviate-python-client",
"url": "https://github.com/weaviate/weaviate-python-client/issues/599",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2000839337 | fetch_objects() not returning as expected when neither return_metadata nor return_properties are provided.
This issue applies to the Python v4 client ( weaviate-client==4.3b2)
The docstring of the fetch_objects() method in weaviate/collections/queries/fetch_objects.py states that:
"""
NOTE:
If neither `return_met... | gharchive/issue | 2023-11-19T12:55:45 | 2025-04-01T04:36:16.924959 | {
"authors": [
"axeloh",
"dirkkul",
"kylrth",
"tsmith023"
],
"repo": "weaviate/weaviate-python-client",
"url": "https://github.com/weaviate/weaviate-python-client/issues/607",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1945153209 | Support function type splitChunks
We should support function type configs of splitChunks.
For example,
config = {
splitChunks: {
cacheGroups: {
shared: {
chunks: "all",
test: /shared/,
filename: data => `shared-${data.chunk.name || data.chunk.id}.js`,
enforce: true
},
... | gharchive/issue | 2023-10-16T12:53:41 | 2025-04-01T04:36:16.932347 | {
"authors": [
"JSerFeng",
"hardfist"
],
"repo": "web-infra-dev/rspack",
"url": "https://github.com/web-infra-dev/rspack/issues/4333",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1898876447 | style(rspack_plugin_progress): Change the formatting style to match WebpackBar
Summary
This PR improves the ProgressPlugin style to match WebpackBar.
Github Issue: https://github.com/web-infra-dev/rspack/issues/3967
Test Plan
Go to any example project under examples
Update the rspack configuration to:
module.expor... | gharchive/pull-request | 2023-09-15T18:11:17 | 2025-04-01T04:36:16.935858 | {
"authors": [
"Hamzakh777",
"hardfist",
"lzxb"
],
"repo": "web-infra-dev/rspack",
"url": "https://github.com/web-infra-dev/rspack/pull/4201",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2345099418 | [Feature]: linting, formatting, husky, eslint and prettier
What problem does this feature solve?
when we create a rspress project, can we have eslint + prettier + default template comes with it to run through all the components and frontmatter?
ex: I would like husky to run npm run format for precommit message check
... | gharchive/issue | 2024-06-11T00:47:26 | 2025-04-01T04:36:16.938395 | {
"authors": [
"Timeless0911",
"chenjiahan",
"zmzlois"
],
"repo": "web-infra-dev/rspress",
"url": "https://github.com/web-infra-dev/rspress/issues/1165",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2608375405 | Add a key to SVG
Compare with the latest draft file: https://github.com/web-platform-dx/web-features/blob/main/features/draft/spec/fill-stroke-3.yml
Thanks for the feedback! I basically added this to SVG because all the other stroke-* properties are there already.
Do we need to look at the stroke-* properties again... | gharchive/pull-request | 2024-10-23T12:13:03 | 2025-04-01T04:36:16.939894 | {
"authors": [
"Elchi3"
],
"repo": "web-platform-dx/web-features",
"url": "https://github.com/web-platform-dx/web-features/pull/2054",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
358054336 | Arq sets java.library.path to LD_LIBRARY_PATH to enable Tomcat Native
Arquillian tests start Tomcat with natives enabled, if natives are available:
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent
Loaded APR based Apache Tomcat Native library [1.2.17] using APR version [1.6.3].
org.apache.catalina.co... | gharchive/pull-request | 2018-09-07T12:50:21 | 2025-04-01T04:36:16.974268 | {
"authors": [
"Karm"
],
"repo": "web-servers/narayana-tomcat",
"url": "https://github.com/web-servers/narayana-tomcat/pull/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
97875900 | Font is not monospace on clean install
Also can't figure out how to configure this? But surely it should be some kind of monospace by default anyway?
I had this same issue,
Go to settings, click on "Open Config Folder"
Open the file /packages/term2/styles/term2.less
Add the following between lines 7 and line 8, "f... | gharchive/issue | 2015-07-29T07:07:49 | 2025-04-01T04:36:17.026321 | {
"authors": [
"MoOx",
"jchamb2010",
"voltrevo"
],
"repo": "webBoxio/atom-term2",
"url": "https://github.com/webBoxio/atom-term2/issues/167",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
614249740 | Segmentation fault (core dumped) during license activation (for specific beta versions of unity)
Describe the bug
when I try to run the tests and building of my Unity project. It gives me a generic docker error. It has some Segmentation Fault errors but they don't seem to stop the job when they are raised.
Screenshot... | gharchive/issue | 2020-05-07T18:14:48 | 2025-04-01T04:36:17.037255 | {
"authors": [
"BlackDereker",
"GabLeRoux",
"KaneFreeman",
"Kleptine",
"russelljahn",
"webbertakken"
],
"repo": "webbertakken/unity-actions",
"url": "https://github.com/webbertakken/unity-actions/issues/66",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-... |
2593819289 | Added claude 3.5 sonnet and perplexity with llama model to curated ai…
Added claude 3.5 sonnet model and perplexity with llama large 8b instruct model to the curated list of models
I have updated the file structure in the PR with the handler moved and also removing the try catch from the sonnet file making it not s... | gharchive/pull-request | 2024-10-17T07:01:21 | 2025-04-01T04:36:17.135893 | {
"authors": [
"FleetAdmiralJakob",
"krishkalaria12",
"webdevcody"
],
"repo": "webdevcody/survive-the-night-sim",
"url": "https://github.com/webdevcody/survive-the-night-sim/pull/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
104208430 | Reverse proxy didn't try to request website if the first attempt fails
Problem
Consider the following scenario:
You start vagrant-development
Forget to start your docker
Request a http://foo.vm/
Start docker containers
vagrant-development reverse proxy throws 503 even if you force-refresh quite a few times in browse... | gharchive/issue | 2015-09-01T07:58:29 | 2025-04-01T04:36:17.150782 | {
"authors": [
"jousch",
"mblaschke"
],
"repo": "webdevops/vagrant-development",
"url": "https://github.com/webdevops/vagrant-development/issues/64",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1323256780 | File manager - Don't open a new tab everytime the File manager opens
If i have a directory open
And I then click on the module preferences
I then click on return to file listing
Now i suddenly have two tabs open
This will also happen if i leave the file manager and click on it again in the left menu.
I have discu... | gharchive/issue | 2022-07-30T18:30:22 | 2025-04-01T04:36:17.352853 | {
"authors": [
"Sopor",
"iliajie"
],
"repo": "webmin/authentic-theme",
"url": "https://github.com/webmin/authentic-theme/issues/1613",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2128416023 | Need for clarification
Hello,
I must say your representation is a bit hard to follow for a novice :D
When you look at this page : https://storage.googleapis.com/demos.webmproject.org/webp/cmp/2024_01_25/index.html?load=jpegxl_vs_avif.json#ref=AVIF+speed+6
avif seems to have the lead over jpegxl at every efforts
When ... | gharchive/issue | 2024-02-10T13:13:04 | 2025-04-01T04:36:17.371475 | {
"authors": [
"y-guyon",
"yota-code"
],
"repo": "webmproject/codec-compare",
"url": "https://github.com/webmproject/codec-compare/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.