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 |
|---|---|---|---|---|---|
2552394616 | [Choix du statut] Ajouter les SCIC, SCOP, CAPE
Ajouter SCIC, SCOP et CAPE dans les statuts proposés par le comparateur de statut
Discussed in https://github.com/betagouv/mon-entreprise/discussions/2672
Originally posted by johangirod November 30, 2021
Pourquoi ne pas évoquer les SCOOP ; les SCIC, le CAPE (couveuses... | gharchive/issue | 2024-09-27T08:59:00 | 2025-04-01T06:38:02.632628 | {
"authors": [
"VeroniqueR75",
"liliced"
],
"repo": "betagouv/mon-entreprise",
"url": "https://github.com/betagouv/mon-entreprise/issues/3137",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
794310510 | Adiciona verificacao de saude da api antes de processar conteudos
Contexto
Devo ao fato da api do heroku demorar um certo tempo estar disponivel, a action não conseguia acessar a mesma e falhava a sua execução.
Saída
Sendo assim foi implementada uma validação de retry na API aguardando que a mesma esteja disponível.
... | gharchive/pull-request | 2021-01-26T15:11:07 | 2025-04-01T06:38:02.653933 | {
"authors": [
"Caciquez",
"caironoleto"
],
"repo": "betrybe/process-content",
"url": "https://github.com/betrybe/process-content/pull/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
211545281 | Adubey64
Files for documentation.
Thanks, Anshu.
| gharchive/pull-request | 2017-03-02T23:02:07 | 2025-04-01T06:38:02.654781 | {
"authors": [
"adubey64",
"curfman"
],
"repo": "betterscientificsoftware/betterscientificsoftware.github.io",
"url": "https://github.com/betterscientificsoftware/betterscientificsoftware.github.io/pull/27",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2755137638 | 🛑 Reges Hotel Offers Portal is down
In d780987, Reges Hotel Offers Portal (https://offer.reges.com.tr) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Reges Hotel Offers Portal is back up in 003d2ed after 8 minutes.
| gharchive/issue | 2024-12-23T03:38:29 | 2025-04-01T06:38:02.657445 | {
"authors": [
"betterwithagency"
],
"repo": "betterwithagency/status-page",
"url": "https://github.com/betterwithagency/status-page/issues/1461",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
866175861 | [SGP-16183] Parse Locust Stats By Individual Load Test Endpoint and Serve to Users
This PR uses the existing stats gathering implemented by Locust and parses them based on each individual endpoint hit in a locust load test (instead of by the summation of all requests, which is built-in to locust) and serves them to l... | gharchive/pull-request | 2021-04-23T14:39:18 | 2025-04-01T06:38:02.664775 | {
"authors": [
"ecedmondson"
],
"repo": "bevy/locust",
"url": "https://github.com/bevy/locust/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2527167052 | bevy_color's operations are not stable across all hardware due to use of trigonometric float methods
Bevy version
Commit 87afa98167b67e09d5701e49b02e185c8f09439d
[Optional] Relevant system information
DxDiag.txt
Lenovo Thinkbook Pro Gen 3
Razer Core X Chroma with an RTX 2060
Samsung Odyssey Neo G9 54"
What you did
Ra... | gharchive/issue | 2024-09-15T19:55:40 | 2025-04-01T06:38:02.671772 | {
"authors": [
"BenjaminBrienen",
"alice-i-cecile",
"workingjubilee"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/issues/15236",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2675310671 | panic in bevy_render::renderer::render_system when running /examples/3d/*
Bevy version
v0.14.2
[Optional] Relevant system information
cargo 1.82.0
Ubuntu 24.04.1 LTS on WSL2 Windows 11 x86_64
AdapterInfo { name: "D3D12 (NVIDIA GeForce RTX 4060 Ti)", vendor: 0, device: 0, device_type: Other, driver: "OpenGL", driver... | gharchive/issue | 2024-11-20T10:16:55 | 2025-04-01T06:38:02.680219 | {
"authors": [
"atlv24",
"smokracek"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/issues/16445",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1268603890 | Use surface.get_preferred_format() to prevent crashes on wayland with nvidia cards.
What problem does this solve or what need does it fill?
Currently bevy usee hardcoded sRGB surface format which is not (yet) supported by nvidia on linux.
What solution would you like?
Straight forward solution is to request GPUs' pre... | gharchive/issue | 2022-06-12T14:42:03 | 2025-04-01T06:38:02.684190 | {
"authors": [
"HeavyRain266",
"bjorn3",
"johanhelsing"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/issues/4995",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2098844793 | Fix panic in examples using argh on the web
Objective
Fixes #11503
Solution
Use an empty set of args on the web.
Discussion
Maybe in the future we could wrap this so that we can use query args on the web or something, but this was the minimum changeset I could think of to keep the functionality and make them not pani... | gharchive/pull-request | 2024-01-24T18:25:04 | 2025-04-01T06:38:02.686616 | {
"authors": [
"Elabajaba",
"mockersf",
"rparrett"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/pull/11513",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2440201315 | Add freebsd support for sysinfo
I'm not sure if bevy works on FreeBSD or not. But in case it does, better allow sysinfo to be used as well if users want.
I don't think I've ever seen anyone try to use Bevy with freebsd, but I think this change is correct regardless in case we do add support or they just want to use... | gharchive/pull-request | 2024-07-31T14:27:13 | 2025-04-01T06:38:02.687763 | {
"authors": [
"GuillaumeGomez",
"alice-i-cecile"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/pull/14553",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
855389396 | Add marker components for cameras
Adds marker components for cameras, as suggested in #1854.
Fixes #1854.
Changes alien cake addict example to use the GameplayCamera marker in order to show use.
IMO we should remove the name field from Camera as part of this PR as well.
Ok, I started on this.
But I think I will h... | gharchive/pull-request | 2021-04-11T19:34:17 | 2025-04-01T06:38:02.693794 | {
"authors": [
"Grindv1k",
"alice-i-cecile",
"cart"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/pull/1888",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
942379952 | Remove unused deps
Objective
Reduce compilation time
Solution
Remove unused dependencies. While this PR doesn't remove any crates from Cargo.lock, it may unlock more build parallelism.
Is there any Github action we can add to make sure we don't have unused dependencies?
cargo udeps is a useful command for this.
... | gharchive/pull-request | 2021-07-12T19:35:05 | 2025-04-01T06:38:02.696600 | {
"authors": [
"NathanSWard",
"bjorn3",
"mockersf"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/pull/2455",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1866627781 | [WIP] Motion Vectors for morph targets & skinned meshes
Objective
Add TAA support when using morph targets and skinned meshes
Solution
General solution: Keep track of the SkinnedMeshUniform and MorphUniform buffers from last frame
To do that: Add a DoubleBufferVec struct. A double buffers that keeps around the old... | gharchive/pull-request | 2023-08-25T08:47:28 | 2025-04-01T06:38:02.701085 | {
"authors": [
"nicopap"
],
"repo": "bevyengine/bevy",
"url": "https://github.com/bevyengine/bevy/pull/9569",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1118140730 | go-storage documentation page not found
go-storage documentation on beyondstorage.io yields page not found
beyondstorage.io
Temporary fix: Removing index can find it: https://beyondstorage.io/docs/go-storage
Website also fixed now (do not link to pages end with /index) https://github.com/beyondstorage/site/pull/... | gharchive/issue | 2022-01-29T09:32:43 | 2025-04-01T06:38:02.710609 | {
"authors": [
"ceyhunkerti",
"xxchan"
],
"repo": "beyondstorage/go-storage",
"url": "https://github.com/beyondstorage/go-storage/issues/1119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
628445657 | parse perPage prop
Fixes #31
I, do you have the chance to verify this so I can base another pull request from here?
| gharchive/pull-request | 2020-06-01T13:39:50 | 2025-04-01T06:38:02.711374 | {
"authors": [
"jokin"
],
"repo": "beyonk-adventures/svelte-carousel",
"url": "https://github.com/beyonk-adventures/svelte-carousel/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2045681285 | How does this prevent Copilot from reading files?
Does this actually prevent copilot from reading the file? How about disabling copilot/other plugins given we are opening some sensitive file?
Hello @ariel-frischer, thanks for your question.
You're right to ask it because the plugin currently uses the BufReadPre aut... | gharchive/issue | 2023-12-18T03:53:23 | 2025-04-01T06:38:02.736741 | {
"authors": [
"ariel-frischer",
"bgaillard"
],
"repo": "bgaillard/readonly.nvim",
"url": "https://github.com/bgaillard/readonly.nvim/issues/3",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
563124519 | epsilon-greedy choose function may be wrong
class EpsilonGreedyPolicy(Policy):
[................................]
def choose(self, agent):
if np.random.random() < self.epsilon:
return np.random.choice(len(agent.value_estimates))
else:
action = np.argmax(agent.value_est... | gharchive/issue | 2020-02-11T10:57:04 | 2025-04-01T06:38:02.741469 | {
"authors": [
"Naereen",
"bgalbraith",
"emiliocuestaf"
],
"repo": "bgalbraith/bandits",
"url": "https://github.com/bgalbraith/bandits/issues/9",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2465593296 | 🛑 SHOWCASE is down
In c6775eb, SHOWCASE (https://showcase.bgord.me/healthcheck) was down:
HTTP code: 424
Response time: 2942 ms
Resolved: SHOWCASE is back up in 647a769 after 14 minutes.
| gharchive/issue | 2024-08-14T11:34:56 | 2025-04-01T06:38:02.745318 | {
"authors": [
"bgord"
],
"repo": "bgord/statuses",
"url": "https://github.com/bgord/statuses/issues/331",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1870241994 | How to generate drum tones from the Tone function
This may be a stupid question but, is there a way to generate tones of various musical instruments using this function, like guitar and drums or flutes
No.....but with proper current control it's possible I guess?
the tone() function generate square wave where it's ... | gharchive/issue | 2023-08-28T18:28:54 | 2025-04-01T06:38:02.755820 | {
"authors": [
"AdroitBit",
"shreyas2020e"
],
"repo": "bhagman/Tone",
"url": "https://github.com/bhagman/Tone/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
158040352 | Error when shortening path with package name when in a .git directory
When shortening the path in prompt_dir with truncate_with_package_name and within a .git directory errors are shown:
prompt_dir:27: substring expression: -3 < 0
prompt_dir:27: substring expression: -3 < 0
git rev-parse --git-dir returns just . whe... | gharchive/issue | 2016-06-02T01:15:33 | 2025-04-01T06:38:02.763550 | {
"authors": [
"andjscott",
"bhilburn"
],
"repo": "bhilburn/powerlevel9k",
"url": "https://github.com/bhilburn/powerlevel9k/issues/271",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2468910546 | Ability to adjust position of card
I am trying to adjust the bottom positon of the card to give it some padding so it won't overlay itself on top of my custom navbar card but I can't get the card-mod CSS to work. It would be nice if positioning or bottom-padding was just a native feature instead.
My code:
type: custo... | gharchive/issue | 2024-08-15T20:37:51 | 2025-04-01T06:38:02.768599 | {
"authors": [
"Mastiffen",
"dnestico",
"shaiger"
],
"repo": "bhuebschen/fab-card",
"url": "https://github.com/bhuebschen/fab-card/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2297719217 | TEN-101 Replace app name with AIAIAI, add logos and favicon
Pull Request Checklist
[ ] Target branch: Pull requests should target the dev branch.
[ ] Description: Briefly describe the changes in this pull request.
[ ] Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom... | gharchive/pull-request | 2024-05-15T12:02:39 | 2025-04-01T06:38:02.772992 | {
"authors": [
"frandominguezl",
"rubentrf"
],
"repo": "bi4group/open-webui",
"url": "https://github.com/bi4group/open-webui/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1321868422 | Add new entity: "coil" ?
Hi BIDS,
It would be great if BIDS could add an optional -coil to the entity table. Example - subject scanned in the Parallel transmit coil and Single transmit coil or other coils for the same session. The coil is the same for most of the studies. However, some studies use different coils. Th... | gharchive/issue | 2022-07-29T07:29:48 | 2025-04-01T06:38:02.797786 | {
"authors": [
"SherS2",
"TheChymera",
"effigies",
"tsalo"
],
"repo": "bids-standard/bids-specification",
"url": "https://github.com/bids-standard/bids-specification/issues/1170",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2182841246 | feat(core): use focus-visible instead of focus
What/Why?
Use focus-visible instead of focus, so that we retain our focus styles for accessibility purposes, but do not style elements when focused via actions like click or touch events.
Testing
Ensured no focus styling is visible when using click or touch events, but r... | gharchive/pull-request | 2024-03-12T23:22:12 | 2025-04-01T06:38:02.905501 | {
"authors": [
"christensenep",
"jorgemoya"
],
"repo": "bigcommerce/catalyst",
"url": "https://github.com/bigcommerce/catalyst/pull/644",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
267251019 | BCF-6592: add logical path to the output testpath on horizon [cherry-pick]
Reviewer: trivial
cherry-pick change.
Refer to this link for build results (access rights to CI server needed):
https://jenkins.bigswitch.com/job/openstack_horizon_bsn_pull_req/131/
| gharchive/pull-request | 2017-10-20T17:41:14 | 2025-04-01T06:38:02.974258 | {
"authors": [
"bsn-abat",
"wolverineav"
],
"repo": "bigswitch/horizon-bsn",
"url": "https://github.com/bigswitch/horizon-bsn/pull/96",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
813638348 | Resolve Codacy errors
After some configuration, the Codacy issues appear to be at least somewhat useable. However, there are 2k+ such issues and adressing them will be a major effort. We should distribute files/paths by person and go through them one-by-one. Certain classes can be adressed automatically, certain clas... | gharchive/issue | 2021-02-22T16:06:58 | 2025-04-01T06:38:02.979513 | {
"authors": [
"holtgrewe"
],
"repo": "bihealth/snappy-pipeline",
"url": "https://github.com/bihealth/snappy-pipeline/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2023489122 | Incorrect write access notes in landing_zone_move zone status info
If calling landing_zone_move with validate_only, zone status info messages for validation make references to "write access disabled". When validating only, we explicitly do not restrict write access.
Minor issue, I'll fix it together with #1840 and #1... | gharchive/issue | 2023-12-04T10:14:25 | 2025-04-01T06:38:02.981043 | {
"authors": [
"mikkonie"
],
"repo": "bihealth/sodar-server",
"url": "https://github.com/bihealth/sodar-server/issues/1845",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1955574753 | Feature request: add a little sign to tell whether the file is modified
My current working window is putting the tab goup below the explore and invisible the original tab pannel from VScode to make it looked exactly like Edge. But without the little modifying sign on original tab pannel, it always makes me forget to ... | gharchive/issue | 2023-10-21T16:50:22 | 2025-04-01T06:38:02.985985 | {
"authors": [
"p1k0pan",
"suxscribe"
],
"repo": "billgoo/vscode-tab-group",
"url": "https://github.com/billgoo/vscode-tab-group/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
667885735 | Makefile available?
Do you have a Makefile that will build Protogen using gcc?
No, but it should be easy to create. You will need to enable c++17 support.
On Wed, Jul 29, 2020 at 7:22 AM knoll01 notifications@github.com wrote:
Do you have a Makefile that will build Protogen using gcc?
—
You are receiving this beca... | gharchive/issue | 2020-07-29T14:22:35 | 2025-04-01T06:38:03.244316 | {
"authors": [
"billvaglienti",
"knoll01"
],
"repo": "billvaglienti/ProtoGen",
"url": "https://github.com/billvaglienti/ProtoGen/issues/95",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1769671099 | feature: BIM-33341 Square kind, marker position
… added
Нужно починить пайплайн. Валится во время билда.
| gharchive/pull-request | 2023-06-22T13:22:56 | 2025-04-01T06:38:03.251482 | {
"authors": [
"Iamthereality",
"SanchouZ"
],
"repo": "bimeister/pupakit",
"url": "https://github.com/bimeister/pupakit/pull/105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2069141921 | Placing market order by USDT (not quantity)
Hello,
How do i change "quantity=0.01" to use USDT instead.. for example Market sell BTCUSDT with 1000 USDT.
Here is code i'm using
import logging
from binance.um_futures import UMFutures
from binance.lib.utils import config_logging
from binance.error import ClientError
... | gharchive/issue | 2024-01-07T14:01:11 | 2025-04-01T06:38:03.264065 | {
"authors": [
"aisling-2",
"dontpnc"
],
"repo": "binance/binance-futures-connector-python",
"url": "https://github.com/binance/binance-futures-connector-python/issues/162",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
436748736 | Mac自用软件
MAC 自用软件一览
mac 剪贴板增强 Maccy
iShot是Mac上一款免费优秀、功能全面的区域截图、窗口截图、多窗口截图、长截图、延时截图、快速标注、贴图、取色、屏幕录制工具。
Kantu良心Mac图片浏览工具,腾讯最新出品。
keka压缩(7Z ZIP TAR GZIP BZIP2 XZ LZIP DMG ISO),解压(7Z ZIP ZIPX RAR TAR GZIP BZIP2 XZ LZIP DMG ISO LZMA EXE CAB WIM PAX JAR WAR IPA APK APPX XPI CPGZ CPIO)
Sip是一款位于菜单栏上的Mac测色计应用工具
SSHPASS 非交互SSH... | gharchive/issue | 2019-04-24T15:00:50 | 2025-04-01T06:38:03.374091 | {
"authors": [
"bingoohuang"
],
"repo": "bingoohuang/blog",
"url": "https://github.com/bingoohuang/blog/issues/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1584760586 | Subscriber Billed Topics
I am going with bill-to-last-visitor-for-12-hrs even though it doesn't allow users to unsubscribe because it is the simplest to explain. It's much easier to document and explain if you subscribe to a up_ topic, you are responsible for whatever is sent there for the next 12 hrs, so keep it sec... | gharchive/pull-request | 2023-02-14T20:11:30 | 2025-04-01T06:38:03.385156 | {
"authors": [
"binwiederhier",
"karmanyaahm"
],
"repo": "binwiederhier/ntfy",
"url": "https://github.com/binwiederhier/ntfy/pull/609",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
678775416 | Unit tests for javascript
Requires qunit from npm/node in order to run tests from command line. Installs a node_modules folder containing qunit based on the package-lock.json in the microsetta_admin/tests/js folder.
First build should fail with the new unit tests - hopefully
Seems reasonable!
See travis build in... | gharchive/pull-request | 2020-08-13T22:41:28 | 2025-04-01T06:38:03.455693 | {
"authors": [
"dhakim87",
"wasade"
],
"repo": "biocore/microsetta-admin",
"url": "https://github.com/biocore/microsetta-admin/pull/44",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2101963536 | Add license
Hi @oeway ,
great training resource here and great that you were publishing it openly! I was just wondering under which conditions one could reuse the code ansd materials provided here. Would you mind adding a license file? If you're new to licensing and/or wonder which license to use, you can read more i... | gharchive/issue | 2024-01-26T10:25:05 | 2025-04-01T06:38:03.460996 | {
"authors": [
"haesleinhuepf",
"oeway"
],
"repo": "bioimage-io/bioengine",
"url": "https://github.com/bioimage-io/bioengine/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2651106983 | question about multi R-group data preprocessing
Hi,
I'm trying to reproduce the data preprocess results.
I followed the tutorial in lib-invent repo to process multi R-group data of crossdock. However, I could only get 17,586 data entries which is much less than the results in you article (about 150k).
My configs for ... | gharchive/issue | 2024-11-12T05:42:33 | 2025-04-01T06:38:03.505091 | {
"authors": [
"HShokaku"
],
"repo": "biomed-AI/DiffDec",
"url": "https://github.com/biomed-AI/DiffDec/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2034402491 | feat(style/useConsistentArrayType): add rule
Summary
Implement lint/style/useConsistentArrayType
Fixed: #68
Test Plan
All existing tests has passed.
Thanks for your contribution! This is greatly(大大) appreciated :)
I left suggestions. Feel free to ask details if it is not clear.
Many thanks for your patience r... | gharchive/pull-request | 2023-12-10T14:50:55 | 2025-04-01T06:38:03.509417 | {
"authors": [
"Conaclos",
"eryue0220"
],
"repo": "biomejs/biome",
"url": "https://github.com/biomejs/biome/pull/1137",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2647124713 | write a load_example method
assuming a dataset has an id field and an index.
index will be a parquet file with no extension mapping id to shard - then we can download a single shard and retrieve the example
What we need:
a split generator that looks for split-specific index files (train_index or train/index)
inde... | gharchive/issue | 2024-11-10T11:13:18 | 2025-04-01T06:38:03.513798 | {
"authors": [
"alex-hh"
],
"repo": "bioml-tools/bio-datasets",
"url": "https://github.com/bioml-tools/bio-datasets/issues/63",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1021276835 | refactor(platform): added tool to publish example
Indicated in which examples should be published and what ids to use in tools/example-projects.json
This avoids polluting our published projects with many versions of the same project with different simulation tools
Added command-line program to update these publis... | gharchive/pull-request | 2021-10-08T16:25:53 | 2025-04-01T06:38:03.522315 | {
"authors": [
"jonrkarr"
],
"repo": "biosimulations/biosimulations",
"url": "https://github.com/biosimulations/biosimulations/pull/3182",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
144742312 | Display verbose progress
From @lkursell on February 12, 2016 22:39
Displaying ST2's progress, like the original, is very helpful for making sure commands are getting executed correctly, especially given the time required for jobs to finish. And they are a very convenient way for determining progress.
Copied from orig... | gharchive/issue | 2016-03-30T22:51:57 | 2025-04-01T06:38:03.526794 | {
"authors": [
"gregcaporaso"
],
"repo": "biota/sourcetracker2",
"url": "https://github.com/biota/sourcetracker2/issues/23",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
841701701 | MyDisease for disease's descendants is missing answers
Perhaps similar to #128.
This query for MyDisease.info (thru BTE's TRAPI endpoint for one api) only shows one result node in the node section of the response, even though the logs mention 39 results (the direct query to the API returns 39 results as well - I beli... | gharchive/issue | 2021-03-26T08:09:02 | 2025-04-01T06:38:03.546600 | {
"authors": [
"colleenXu",
"kevinxin90"
],
"repo": "biothings/BioThings_Explorer_TRAPI",
"url": "https://github.com/biothings/BioThings_Explorer_TRAPI/issues/131",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
511590465 | hint does not query Mesh Identifiers for chemical substances
Mesh IDs for chemicals do not return any results when queried by Hint. However, MyChem has the ability to query for these mesh IDs.
See Example below:
from biothings_explorer.user_query_dispatcher import SingleEdgeQueryDispatcher
from biothings_explorer.hin... | gharchive/issue | 2019-10-23T21:50:18 | 2025-04-01T06:38:03.550490 | {
"authors": [
"kevinxin90",
"mmayers12"
],
"repo": "biothings/bte_schema",
"url": "https://github.com/biothings/bte_schema/issues/20",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
777520353 | Google Fit API client. authentication
Followed the instructions here https://github.com/StasDoskalenko/react-native-google-fit/blob/HEAD/docs/INSTALLATION.md#getting-started
Did not pass new GoogleFitPackage(BuildConfig.APPLICATION_ID) in MainApplication.java, auto link takes care if this
Add - to android Manifest.x... | gharchive/pull-request | 2021-01-02T20:28:49 | 2025-04-01T06:38:03.571179 | {
"authors": [
"cara-wong",
"crugwiro",
"wynnset"
],
"repo": "bipolarbridges/companion-app",
"url": "https://github.com/bipolarbridges/companion-app/pull/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
353574712 | Fix duplicate key error when creating >10 back-to-back events
Solved an issue when creating >10 events on several days. Now there shouldn't be an issue even when creating one event for each minute for the entire week.
@birik Found this defect as well. It would be great if @nickrenfo2 's fix could be merged to maste... | gharchive/pull-request | 2018-08-23T22:20:07 | 2025-04-01T06:38:03.598769 | {
"authors": [
"birik",
"nickrenfo2",
"sherwinchu"
],
"repo": "birik/react-week-calendar",
"url": "https://github.com/birik/react-week-calendar/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1192277876 | Spec for third-party blocks
Based on the haskell PoC implementation, here's a cleaned up spec of 3rd party blocks.
Some implementations details are open to discussion, i'll add comments highlighting them
A commit-by-commit review is advised.
Both biscuit-haskell and biscuit-rust have candidate releases with third-p... | gharchive/pull-request | 2022-04-04T20:27:02 | 2025-04-01T06:38:03.610252 | {
"authors": [
"clementd-fretlink",
"divarvel"
],
"repo": "biscuit-auth/biscuit",
"url": "https://github.com/biscuit-auth/biscuit/pull/103",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
283325337 | Add bash completion
Faker offer many "formatters" (name, email). I create simple bash completion script for them.
For example:
faker.php [tab][tab]
#will display all available formatters (with some other options) for default locale
faker.php --locale pl_PL [tab][tab]
#will display all available formatters for pl_PL ... | gharchive/pull-request | 2017-12-19T18:22:39 | 2025-04-01T06:38:03.641023 | {
"authors": [
"morawskim",
"tristanlins"
],
"repo": "bit3/faker-cli",
"url": "https://github.com/bit3/faker-cli/pull/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
681600323 | Is it compatible with bouncycastle?
I am searching an ECIES algorithm which can work fine both in client and server. My server is using Java, and the algorithm provider is bouncycastle. Is there any sample encrypting by javascript and decrypting by java?
If it supports ECIES it should be compatible.
| gharchive/issue | 2020-08-19T07:02:47 | 2025-04-01T06:38:03.713063 | {
"authors": [
"JBaczuk",
"gy0801151351"
],
"repo": "bitchan/eccrypto",
"url": "https://github.com/bitchan/eccrypto/issues/69",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1422315065 | [Feature request] Preview button presets with One ME program source feedback
For when you don't want or have space for a preview and a program row it's handy to see what source is live on the preview button. Right now you have to add the feedback manually to each button. Would be perfect if there were an option to ha... | gharchive/issue | 2022-10-25T11:32:16 | 2025-04-01T06:38:03.889453 | {
"authors": [
"davidjoshuaford",
"ettnoll"
],
"repo": "bitfocus/companion-module-bmd-atem",
"url": "https://github.com/bitfocus/companion-module-bmd-atem/issues/214",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1137578714 | [BUG] Spotify - Some Press actions are not working
Is this a bug in companion itself or a module?
[X] I believe this to be a bug in companion
Is there an existing issue for this?
[X] I have searched the existing issues
Describe the bug
The following press actions are not working:
Play
Volume Up
Volume down
Step... | gharchive/issue | 2022-02-14T16:35:06 | 2025-04-01T06:38:03.898873 | {
"authors": [
"AHub88",
"Julusian",
"bevanjkay",
"nick-potts"
],
"repo": "bitfocus/companion-module-spotify-remote",
"url": "https://github.com/bitfocus/companion-module-spotify-remote/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
600582416 | Audio delay/latency issue
With eqMac enabled, an audio delay forms and gets longer and more noticeable the longer it runs.
After about an hour it becomes unmistakable. If I leave eqMac enabled overnight, it's a several second delay.
This happens with eqMac enabled and an HDMI output source on Catalina.
The same issue... | gharchive/issue | 2020-04-15T20:55:55 | 2025-04-01T06:38:03.902939 | {
"authors": [
"nodeful",
"northamerican"
],
"repo": "bitgapp/eqMac",
"url": "https://github.com/bitgapp/eqMac/issues/212",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2583968433 | Register Signer should allow more sharing options
The register signer screen when clicking on Vault details when signing with an external key only shows QR code, it should have the NFC, File, and Remote link options as well
Verified this issue on dev app v 1.2.18(410)
| gharchive/issue | 2024-10-13T13:28:28 | 2025-04-01T06:38:03.904882 | {
"authors": [
"ben-kaufman",
"cakesoft-swati"
],
"repo": "bithyve/bitcoin-keeper",
"url": "https://github.com/bithyve/bitcoin-keeper/issues/5323",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
876208884 | CloudHistory Page when we click on Backup it will increase current level
CloudHistory Page when we click on Backup it will increase the current level so when user goes to Restore flow having level1 so it will show level 2 on restore and flow breaks
-Verified this issue on Staging app v1.6.5(281)
| gharchive/issue | 2021-05-05T08:36:49 | 2025-04-01T06:38:03.906027 | {
"authors": [
"cakesoft-devika",
"cakesoft-nikhita"
],
"repo": "bithyve/hexa",
"url": "https://github.com/bithyve/hexa/issues/3288",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
262707026 | Add an "additionalRequestProperties" option to requests
This is to allow eg. AWS XRay instrumentation, which requires the addition of an "XRaySegment" value to be sent to the http.request() call.
The reasoning for adding additionalRequestProperties is to preserve backwards compatibility – just assigning all unknown p... | gharchive/pull-request | 2017-10-04T08:35:44 | 2025-04-01T06:38:03.915762 | {
"authors": [
"codecov-io",
"josh--newman",
"voxpelli"
],
"repo": "bitinn/node-fetch",
"url": "https://github.com/bitinn/node-fetch/pull/350",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1833258912 | We need a couple of values to be added to the analytics helper
Is there an existing issue for this?
[X] I have searched the existing issues
Current Behavior
Currently, we have the following methods from the documentation
https://developer.bitmovin.com/playback/docs/enabling-bitmovin-analytics
// Update the current ... | gharchive/issue | 2023-08-02T14:04:54 | 2025-04-01T06:38:03.926204 | {
"authors": [
"jonathanm-tkf",
"rolandkakonyi"
],
"repo": "bitmovin/bitmovin-player-react-native",
"url": "https://github.com/bitmovin/bitmovin-player-react-native/issues/176",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2127365235 | Update iOS player to 3.56.0
Automated iOS player version update to 3.56.0
Closing in favor of #398
| gharchive/pull-request | 2024-02-09T15:27:44 | 2025-04-01T06:38:03.927736 | {
"authors": [
"bitPlayerGHActions",
"rolandkakonyi"
],
"repo": "bitmovin/bitmovin-player-react-native",
"url": "https://github.com/bitmovin/bitmovin-player-react-native/pull/395",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
724526995 | Fix error in nginx configuration
When trying to deploy the helm chart phpfpm
It was failing with:
nginx 11:21:11.85 ERROR ==> Custom server blocks files were found inside '/bitnami/nginx/conf/vhosts'. This configuration is not supported anymore. Please mount your custom server blocks config files at '/opt/bitnami/ngi... | gharchive/pull-request | 2020-10-19T11:31:55 | 2025-04-01T06:38:03.988019 | {
"authors": [
"juan131",
"koyan"
],
"repo": "bitnami/tutorials",
"url": "https://github.com/bitnami/tutorials/pull/26",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
589925717 | Ethan twitter new
Issues Closed
Please make one new line for each issue, otherwise not all issues will be accounted for!
Closes #944
Closes #942
...
Changes proposed in this pull request:
*Explanation on rate limiting
*New diagram for rate limiting
*New visual for data analysis
*Simple explanations of the libraries u... | gharchive/pull-request | 2020-03-30T00:49:42 | 2025-04-01T06:38:04.005715 | {
"authors": [
"etang01",
"ismaildude"
],
"repo": "bitprj/curriculum",
"url": "https://github.com/bitprj/curriculum/pull/964",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1835142186 | Fix fallback to xcodebuild when xcpretty/xcbeautify is unavailable
Checklist
[x] I've read and followed the Contribution Guidelines
[x] step.yml and README.md is updated with the changes (if needed)
Version
Requires a PATCH version update
Context
Before:
Checking log formatter (xcbeautify) version
Failed to inst... | gharchive/pull-request | 2023-08-03T14:08:10 | 2025-04-01T06:38:04.010838 | {
"authors": [
"lpusok"
],
"repo": "bitrise-steplib/steps-xcode-test",
"url": "https://github.com/bitrise-steplib/steps-xcode-test/pull/233",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1029693225 | Add scroll down arrow on desktop view
Add a scroll down arrow on the desktop view
not only for desktop, but for all devices...
| gharchive/issue | 2021-10-18T23:23:39 | 2025-04-01T06:38:04.018722 | {
"authors": [
"bitsandbytesdev"
],
"repo": "bitsandbytesdev/bitsandbytesdev.github.io",
"url": "https://github.com/bitsandbytesdev/bitsandbytesdev.github.io/issues/1",
"license": "BSD-4-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
169202066 | Add attribute rel="nofollow" to changes links
What this PR does:
Seems we do not have the tariff in the gov.uk robots file, so this PR adds the rel attribute to nofollow to the atom/changes links to prevent spiders crawling them.
[TARIFF16] Reject Spiders / No follow / No Index
| gharchive/pull-request | 2016-08-03T18:36:08 | 2025-04-01T06:38:04.066973 | {
"authors": [
"theharq"
],
"repo": "bitzesty/trade-tariff-frontend",
"url": "https://github.com/bitzesty/trade-tariff-frontend/pull/32",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1605294164 | 開起來的時候變成純白色載不出來
不知道跟系統是win11有沒有關係
下个新的试试,可能缺了文件
下个新的试试,可能缺了文件
你好作者。我也是win11,也产生了这个问题。但我解决了。在打开这个软件之后,win11会出现一个无法访问SmartScreen的框。然后就打不开了。解决办法是进入windows安全中心-应用和浏览器控制-基于声誉的保护-开关一次适用于microsoft edge的smartscreen。我不清楚解决的原理,但是我已经能打开并使用你这个软件了
下个新的试试,可能缺了文件
你好作者。我也是win11,也产生了这个问题。但我解决了。在打开这个软件之后,win11会出现一个无法访问Smart... | gharchive/issue | 2023-03-01T16:33:03 | 2025-04-01T06:38:04.071822 | {
"authors": [
"BTTLimit",
"Dongagent",
"Eternallyn",
"Jacky6079",
"Masters0713",
"biuuu",
"moe-miao"
],
"repo": "biuuu/genshin-wish-export",
"url": "https://github.com/biuuu/genshin-wish-export/issues/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "git... |
2154871420 | Example Input Files Not Working
Great work on the latest version of the paper and thanks for putting this repo out.
I was trying to test the basic inference you outlined using either the ESMFlow or AlphaFlow models and weights and ran into problems at every corner. I'll detail my specific issues below but repos alwa... | gharchive/issue | 2024-02-26T18:49:24 | 2025-04-01T06:38:04.086764 | {
"authors": [
"bjing2016",
"jfreeze95"
],
"repo": "bjing2016/alphaflow",
"url": "https://github.com/bjing2016/alphaflow/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2086449441 | Refactor samples, pantry etcetera
🚀 Pull Request
Description
Applying some lessons learned from introducing GeoVista's 'assets' structure to new developers - seeing what was easy to grasp, and what was hard.
If we like this: corresponding changes will be needed in the structure of geovista-data.
Please take a loo... | gharchive/pull-request | 2024-01-17T15:36:41 | 2025-04-01T06:38:04.093561 | {
"authors": [
"bjlittle",
"trexfeathers"
],
"repo": "bjlittle/geovista",
"url": "https://github.com/bjlittle/geovista/pull/645",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
645788037 | f/Linear -- documentation updates for nodal outputs
I added some updates to the documentation for the nodal outputs. I also added a rough skeleton of documentation for ElastoDyn that will need to be filled out sometime later.
During testing, I also added a few minor changes to the nodal output parsing.
Thanks, And... | gharchive/pull-request | 2020-06-25T19:07:38 | 2025-04-01T06:38:04.097361 | {
"authors": [
"andrew-platt",
"bjonkman"
],
"repo": "bjonkman/openfast",
"url": "https://github.com/bjonkman/openfast/pull/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
653556551 | [arm] error: couldn't load codegen backend
Hi, I'm trying to follow the build instructions, but when I get to test.sh, I get this error:
error: couldn't load codegen backend "/home/pi/codegen/rustc_codegen_cranelift/target/release/librustc_codegen_cranelift.so": "/home/pi/codegen/rustc_codegen_cranelift/target/releas... | gharchive/issue | 2020-07-08T19:56:17 | 2025-04-01T06:38:04.103094 | {
"authors": [
"bjorn3",
"zwhitchcox"
],
"repo": "bjorn3/rustc_codegen_cranelift",
"url": "https://github.com/bjorn3/rustc_codegen_cranelift/issues/1060",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
727894338 | Fix template (-t) handling of export declarations
Fixed export commands being repeated in templated values.
Can we keep this open? I like to use export syntax in my .env files, and having to go through the template and replace =export with = is a bit of a drag. If I can help get this ready for merge, let me know a... | gharchive/pull-request | 2020-10-23T04:20:18 | 2025-04-01T06:38:04.113560 | {
"authors": [
"benforeva",
"bkeepers",
"marnen"
],
"repo": "bkeepers/dotenv",
"url": "https://github.com/bkeepers/dotenv/pull/416",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1228059705 | Updated telnetenabled on NBR750
Hello sir! Hope all is well with you these days. I see Netgear has changed the 'magic packet' for telnetenabled on my new router NBR750 and so sadly this 'telnet-enable2.py' is no longer working for it. Was hoping you might have a chance to take a peek at the updated binary/libraries f... | gharchive/issue | 2022-05-06T16:19:45 | 2025-04-01T06:38:04.121581 | {
"authors": [
"hazarjast",
"jericsmith504"
],
"repo": "bkerler/netgear_telnet",
"url": "https://github.com/bkerler/netgear_telnet/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
371663319 | Using the newly created chromeDriverVersionFinder.
Issue: https://github.com/blackbaud/skyux2/issues/2124
Codecov Report
Merging #489 into master will not change coverage.
The diff coverage is 100%.
@@ Coverage Diff @@
## master #489 +/- ##
=====================================
... | gharchive/pull-request | 2018-10-18T18:51:13 | 2025-04-01T06:38:04.182126 | {
"authors": [
"Blackbaud-BobbyEarl",
"codecov-io"
],
"repo": "blackbaud/skyux-builder",
"url": "https://github.com/blackbaud/skyux-builder/pull/489",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
151128669 | Cavebot sometimes incorrectly detects GM's when going down floors
there is some weird bug wherein this error will occur:
mychar closed with this message: Client closed - condition onGMcloseConnection was activated: GM Tsar
when blackd proxy have seen GM Tsar when leaving depot, and cavebot has onGMcloseConnection, it... | gharchive/issue | 2016-04-26T13:03:53 | 2025-04-01T06:38:04.198436 | {
"authors": [
"Nrated",
"divinity76"
],
"repo": "blackdtools/Blackd-Proxy-CLASSIC",
"url": "https://github.com/blackdtools/Blackd-Proxy-CLASSIC/issues/80",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
544057248 | [Gally]: master <- dev
Automatically created by Git-Ally
:tada: This PR is included in version 2.1.5 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2019-12-31T01:14:51 | 2025-04-01T06:38:04.207620 | {
"authors": [
"MrsFlux"
],
"repo": "blackflux/lambda-monitor",
"url": "https://github.com/blackflux/lambda-monitor/pull/1524",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1182687471 | Docs and examples using refactored APIs while most recent release still using the old ones
Bug Description
I was trying to reproduce the Logistic Regression example using version 0.3.0 and got the following error when running line rmh_sampler = blackjax.rmh(logprob_fn, sigma=jnp.ones(M) * 0.7).
I also tried to run ... | gharchive/issue | 2022-03-27T22:40:20 | 2025-04-01T06:38:04.215035 | {
"authors": [
"drabbit17",
"rlouf"
],
"repo": "blackjax-devs/blackjax",
"url": "https://github.com/blackjax-devs/blackjax/issues/185",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
235603054 | Can't connect to Atlassian Marketplace due to DNS issues
Sorry if this is a general Docker issue and not due to your images, but JIRA can't connect to Marketplace. I guess it's due to name resolution not working from inside the container:
# docker exec -it jira /bin/bash
bash-4.3$ nslookup google.com
nslookup: can't ... | gharchive/issue | 2017-06-13T15:53:56 | 2025-04-01T06:38:04.220952 | {
"authors": [
"blacklabelops",
"marton78"
],
"repo": "blacklabelops/jira",
"url": "https://github.com/blacklabelops/jira/issues/34",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1171871949 | Empty value in bracketed inline data overwriting default value in table
What happened?
This error occurred on both deesktop & mobile versions of Obsidian
Frontmatter & unbracketed key-value pairs performed as expected, however an empty bracketed inline data overwrites a table's default value with blank. Screenshot ... | gharchive/issue | 2022-03-17T03:00:54 | 2025-04-01T06:38:04.229880 | {
"authors": [
"AB1908",
"s-blu",
"spasticginger"
],
"repo": "blacksmithgu/obsidian-dataview",
"url": "https://github.com/blacksmithgu/obsidian-dataview/issues/956",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2164756479 | 🛑 We Miller Puzzles - JigSaw Puzzles is down
In ff4e939, We Miller Puzzles - JigSaw Puzzles (https://puzzles.wemiller.com/) was down:
HTTP code: 523
Response time: 3205 ms
Resolved: We Miller Puzzles - JigSaw Puzzles is back up in 5698d6d after 5 hours, 57 minutes.
| gharchive/issue | 2024-03-02T10:52:41 | 2025-04-01T06:38:04.235969 | {
"authors": [
"blaineam"
],
"repo": "blaineam/statussi",
"url": "https://github.com/blaineam/statussi/issues/318",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2407180769 | 🛑 We Miller Pass - Password Manager is down
In a34ae29, We Miller Pass - Password Manager (https://pass.wemiller.com/) was down:
HTTP code: 523
Response time: 117 ms
Resolved: We Miller Pass - Password Manager is back up in 0824341 after 10 minutes.
| gharchive/issue | 2024-07-13T22:14:20 | 2025-04-01T06:38:04.238600 | {
"authors": [
"blaineam"
],
"repo": "blaineam/statussi",
"url": "https://github.com/blaineam/statussi/issues/465",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
912250023 | 超参数设置
你好,在阅读你的文章和代码之后,我有一些问题想请教一下。
首先是,我在High_level_fusion class中发现hat_F_I_4, hat_F_I_5分别有2.0和1.7倍率的超参数设置,请问这里的超参数设置是怎样选择的,对最终的结果有多大的影响?
其次是,我自己在做网络训练时,也尝试过利用边缘信息进行附加的监督,不过我用的是bce损失,而且并没有发现有明显的性能提升。因为你在ablation study中并没有对这一部分做对比实验,所以我很好奇,你这里加入contour信息之后,大概能有多大的效果。
最后是,由于训练代码暂时没有公布,你这里对所有的损失项是采用了同样的权重吗?这里的损失项太多,感觉确定权... | gharchive/issue | 2021-06-05T12:52:00 | 2025-04-01T06:38:04.318148 | {
"authors": [
"blanclist",
"clelouch"
],
"repo": "blanclist/CDNet",
"url": "https://github.com/blanclist/CDNet/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2598891885 | Default view on scenes when importing to blazium 4.3 default to wireframe
Tested versions
v4.3.stable.custom_build [ce7311f34]
System information
Windows 11, Ryzen 9 7900X, 7900XTX, 64G Ram
Issue description
Other need to check this, or if this was something fishy with my project...
Majority of my scenes defaulted to... | gharchive/issue | 2024-10-19T08:19:58 | 2025-04-01T06:38:04.325295 | {
"authors": [
"Norrox",
"Starkium"
],
"repo": "blazium-engine/blazium",
"url": "https://github.com/blazium-engine/blazium/issues/74",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2442433828 | AC-3: Roles
AC-3: Roles
User Story
AS A business owner
I WANT to be able to view and manage the departments, roles, and employees in my company
SO THAT I can organize and plan my business
Acceptance Criteria
GIVEN a command-line application that accepts user input
WHEN I choose to view all roles
THEN I am presented w... | gharchive/issue | 2024-08-01T13:15:43 | 2025-04-01T06:38:04.328073 | {
"authors": [
"bldambtn"
],
"repo": "bldambtn/WhoDoYouWorkFor",
"url": "https://github.com/bldambtn/WhoDoYouWorkFor/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
149723338 | alternatives to appdirectory dependency
https://github.com/LinusU/node-application-config
https://github.com/sindresorhus/env-paths
| gharchive/issue | 2016-04-20T10:06:32 | 2025-04-01T06:38:04.361632 | {
"authors": [
"jokeyrhyme"
],
"repo": "blinkmobile/blinkmrc.js",
"url": "https://github.com/blinkmobile/blinkmrc.js/issues/2",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
209192397 | How to make views appear from the bottom?
I want to make the views appear from the bottom rather than from the top. Is that possible?
Check my comment on the issue #3
| gharchive/issue | 2017-02-21T16:09:49 | 2025-04-01T06:38:04.400122 | {
"authors": [
"RomiValladares",
"blipinsk"
],
"repo": "blipinsk/FlippableStackView",
"url": "https://github.com/blipinsk/FlippableStackView/issues/27",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
484976492 | Contexts + CdnInfoContext & Gw2ClientContext
Added base structure for new ContextsService. Also added two contexts CdnInfoContext and Gw2ClientContext which demonstrate detecting the Client version of the application using the Mumble Link service to detect the current build ID and then the asset CDNs to check which ... | gharchive/pull-request | 2019-08-25T21:12:31 | 2025-04-01T06:38:04.408317 | {
"authors": [
"dlamkins",
"greaka"
],
"repo": "blish-hud/Blish-HUD",
"url": "https://github.com/blish-hud/Blish-HUD/pull/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1800356496 | [Feature] Ability to implement custom drawing functions
Hi, I've added a way of implementing custom node drawing functions.
Here's an example usage:
use eframe::{run_native, App, CreationContext};
use egui::{
epaint::{CircleShape, RectShape},
Color32, Context, Pos2, Rect, Rounding, Stroke,
};
use egui_graphs:... | gharchive/pull-request | 2023-07-12T07:25:42 | 2025-04-01T06:38:04.422944 | {
"authors": [
"TDiblik",
"blitzarx1"
],
"repo": "blitzarx1/egui_graphs",
"url": "https://github.com/blitzarx1/egui_graphs/pull/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1288601197 | [Issue]: Wallet addresses shouldn't be lowercase
Is your request related to a problem?
The last update made the wallet address lowercase by default, which changes the behavior of things like Blockies which now have different colors than the ones in MetaMask for example.
Feature Description
No response
Alternative Sol... | gharchive/issue | 2022-06-29T11:49:19 | 2025-04-01T06:38:04.442819 | {
"authors": [
"cmalex23"
],
"repo": "blocknative/web3-onboard",
"url": "https://github.com/blocknative/web3-onboard/issues/1107",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
314265729 | As a developer, I want to better understand which callbacks run in which threads
In most callbacks it is necessary to user runOnUIThread.
This should be documented or the SDK should call the callbacks from the UI thread already.
Thanks @friedger - i made a note of this in the comments.
Going to close this issue. ... | gharchive/issue | 2018-04-13T22:16:10 | 2025-04-01T06:38:04.450339 | {
"authors": [
"friedger",
"larrysalibra"
],
"repo": "blockstack/blockstack-android",
"url": "https://github.com/blockstack/blockstack-android/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
418930147 | Installation of Blockstack 19.0.0 includes a blockstack-18.3.0-rc1.tgz file
Installing blockstack 19.0.0 comes with a blockstack-18.3.0-rc1.tgz file. Was confusing to me when I listed the module contents.
npm ls shows the right version.
We should remove the confusing tgz file.
$ ls -al node_modules/blockstack/
total... | gharchive/issue | 2019-03-08T19:43:22 | 2025-04-01T06:38:04.476714 | {
"authors": [
"moxiegirl",
"yknl"
],
"repo": "blockstack/blockstack.js",
"url": "https://github.com/blockstack/blockstack.js/issues/619",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
672634320 | Was this page helpful? section improvements
Align the edges with the content
Icons draw too much attention because they're too large. Should be 28px instead of 42px
Icons missing background, attached svgs!
Happy.svg
@jasperjansz these are react components, the background is missing only on accident when I was ma... | gharchive/issue | 2020-08-04T09:07:57 | 2025-04-01T06:38:04.481499 | {
"authors": [
"aulneau",
"jasperjansz"
],
"repo": "blockstack/docs.blockstack",
"url": "https://github.com/blockstack/docs.blockstack/issues/686",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
898648067 | recuperacion de token
There is a possibility of recovering this transfer that you do without the memo for not knowing how to transfer
99,00 STX
SP34FXH035DMS7BDZCHF17Q0P0QXPT713BZZGBER4
SP1P72Z3704VMT3DMHPP2CB8TGQWGDBHD3RPR9GZS
0xf6a911512fd3c55afd8e85a91864db0d75fb529d582369d469b4f7dbe4dc96bf
0.00018 STX
#15805
Hace... | gharchive/issue | 2021-05-21T22:52:12 | 2025-04-01T06:38:04.483532 | {
"authors": [
"314159265359879",
"razpurge"
],
"repo": "blockstack/explorer",
"url": "https://github.com/blockstack/explorer/issues/446",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
749687834 | Integrate identity, latest transaction and assets into home modal
See screen design
Identity
If the user hasn't set a username for the currently selected address, the address is shown (needs design)
If user has set a username, the username shows primarily with the address secondarily (needs design)
In both cases, th... | gharchive/issue | 2020-11-24T13:01:55 | 2025-04-01T06:38:04.490623 | {
"authors": [
"markmhx"
],
"repo": "blockstack/ux",
"url": "https://github.com/blockstack/ux/issues/689",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
70009613 | Upgrade JMXTrans
JMXTrans community cookbook points to an older version (2012) of JMXTrans software to install. We need to use the latest version of the software which can fix some of the stats data issues seen in Graphite. Also it will help us get support from the JMXTrans community.
Version 2.0 of the jmxtrans-c... | gharchive/issue | 2015-04-22T03:20:49 | 2025-04-01T06:38:04.502397 | {
"authors": [
"bijugs"
],
"repo": "bloomberg/chef-bach",
"url": "https://github.com/bloomberg/chef-bach/issues/137",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2549751579 | feat: extract statetest models/structs to standalone crate
Closes: #1787
Cool! lgtm with one nit.
Done! Ci green.
| gharchive/pull-request | 2024-09-26T07:31:01 | 2025-04-01T06:38:04.531343 | {
"authors": [
"royvardhan"
],
"repo": "bluealloy/revm",
"url": "https://github.com/bluealloy/revm/pull/1808",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165494371 | Add rails env to Airbrake
Airbrake.configure do |config|
config.host = 'http://errors.blueberry.cz'
config.project_id = -1
config.project_key = 'API_KEY'
config.environment = Rails.env
config.ignore_environments = %w(development test)
end
https://github.com/airbrak... | gharchive/issue | 2016-07-14T07:22:37 | 2025-04-01T06:38:04.532396 | {
"authors": [
"Ceda",
"mmagnusek"
],
"repo": "blueberryapps/blueberry_rails",
"url": "https://github.com/blueberryapps/blueberry_rails/issues/46",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
100109727 | Keystone ldap
Updates added for deploying openldap, setting up password policies, and configuring keystone. By default openldap is not deployed, it needs to be enabled explicitly.
Can one of the admins verify this patch?
"ok to test" to accept this pull request for testing
"test this please" for a one time test ru... | gharchive/pull-request | 2015-08-10T16:34:34 | 2025-04-01T06:38:04.533950 | {
"authors": [
"bbc-jenkins",
"lihkin213"
],
"repo": "blueboxgroup/ursula",
"url": "https://github.com/blueboxgroup/ursula/pull/1129",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
192132224 | wip: experimental CentOS support
demo: ursula --vagrant envs/example/allinone-centos site.yml
this is just enough to get nova, glance, keystone, neutron seemingly fuctioning
correctly on CentOS.
have disabled heat, lbaas, etc. also disabling logging/monitoring/etc.
retest
retest
retest
| gharchive/pull-request | 2016-11-28T22:16:27 | 2025-04-01T06:38:04.535585 | {
"authors": [
"nirajdp76",
"paulczar"
],
"repo": "blueboxgroup/ursula",
"url": "https://github.com/blueboxgroup/ursula/pull/2300",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
982875491 | doc(readme): Matrix chat room
Add a chat room for discussions
:tada: This PR is included in version 1.14.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2021-08-30T14:47:46 | 2025-04-01T06:38:04.537374 | {
"authors": [
"bluecmd"
],
"repo": "bluecmd/fortigate_exporter",
"url": "https://github.com/bluecmd/fortigate_exporter/pull/136",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
90041484 | update index.html
new ui design
That's the lamest "hacking" attempt I've ever seen.
| gharchive/pull-request | 2015-06-22T08:25:17 | 2025-04-01T06:38:04.543285 | {
"authors": [
"blueimp",
"mufti1927"
],
"repo": "blueimp/jQuery-File-Upload",
"url": "https://github.com/blueimp/jQuery-File-Upload/pull/3402",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
181809765 | last line when textFormat="formatted"
Hello,
The last line is automatically justified when using textFormat="formatted". I've seen in another issue here that you suggest to use the JustifiedSpan. The problem with that is I cannot know in advance how long the last line will be, and the span must consist of the entire ... | gharchive/issue | 2016-10-08T07:08:24 | 2025-04-01T06:38:04.545977 | {
"authors": [
"CompositionCloud",
"bluejamesbond",
"ericmguimaraes",
"zuraba"
],
"repo": "bluejamesbond/TextJustify-Android",
"url": "https://github.com/bluejamesbond/TextJustify-Android/issues/127",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
636535142 | enforce selectedRoles
selectedRoles isn't really useful until we get choice-driven config variation modelling, but we should make sure that it works as expected for now so that things don't break when config choices are implemented.
We do have validation that any selected role has a role configuration in the kdapp. W... | gharchive/issue | 2020-06-10T20:42:35 | 2025-04-01T06:38:04.554448 | {
"authors": [
"Pushkal-G",
"joel-bluedata"
],
"repo": "bluek8s/kubedirector",
"url": "https://github.com/bluek8s/kubedirector/issues/330",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1868451658 | Failed compiling release 1.1.6 with TDM-gcc
However , 1.1.4 works well when compiled with TDM-gcc . What should I do to fix this?
Compile 1.1.6
Compile 1.1.4
error message:
C:/ProgramEnv/gcc/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\ADMINI~1\AppData\Local\Temp\cc0N... | gharchive/issue | 2023-08-27T10:57:44 | 2025-04-01T06:38:04.557212 | {
"authors": [
"XingZhe-Li",
"blueloveTH"
],
"repo": "blueloveTH/pocketpy",
"url": "https://github.com/blueloveTH/pocketpy/issues/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
212011716 | Allow translation in mods
Since Terraria will have full translation starting from 1.3.5, it will be great if tModLoader supports a similar pattern and make the switch of language the same way as the vanilla one.
Thanks!
I see as why jopo added the 'Far in Future' label. This will be quite a large undertaking and no... | gharchive/issue | 2017-03-06T02:52:00 | 2025-04-01T06:38:04.559154 | {
"authors": [
"Jofairden",
"Kimi-Arthur",
"bluemagic123"
],
"repo": "bluemagic123/tModLoader",
"url": "https://github.com/bluemagic123/tModLoader/issues/134",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1274413999 | [Needs confirmation] GPS origin should be wrapped
This forum post found that setting the GPS origin in the Water Linked DVL interface with a -220 longitude didn't work.
@Williangalvani suspects that it may require a value between -180 to 180. If confirmed, this package should wrap the value before displaying to the u... | gharchive/issue | 2022-06-17T02:26:28 | 2025-04-01T06:38:04.570652 | {
"authors": [
"ES-Alexander"
],
"repo": "bluerobotics/BlueOS-Water-Linked-DVL",
"url": "https://github.com/bluerobotics/BlueOS-Water-Linked-DVL/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.