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 |
|---|---|---|---|---|---|
1128030877 | Overrides directive in package.json causes build to fail
Describe the bug
Fails to run yarn build on a clean repo due to dependency conflict
To Reproduce
Steps to reproduce the behavior:
Follow the installation guide up to yarn build.
Fails to build due to dependency conflict.
Expected behavior
Expected it to build... | gharchive/issue | 2022-02-09T04:15:28 | 2025-04-01T06:04:06.101682 | {
"authors": [
"brainyapegang",
"jordansexton"
],
"repo": "solana-labs/wallet-adapter",
"url": "https://github.com/solana-labs/wallet-adapter/issues/303",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1085498764 | [tidy] Remove state setters from dependency arrays
In React, state setters are always guaranteed to be stable. The docs recommend omitting them from hook dependencies.
React guarantees that setState function identity is stable and won’t change on re-renders. This is why it’s safe to omit from the useEffect or useCal... | gharchive/pull-request | 2021-12-21T06:53:33 | 2025-04-01T06:04:06.106607 | {
"authors": [
"jordansexton",
"steveluscher"
],
"repo": "solana-labs/wallet-adapter",
"url": "https://github.com/solana-labs/wallet-adapter/pull/216",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
140422004 | Error Building SML on multiple platforms
There is problem building SML on multiple distros.i tried it build in ubuntu,arch linux but it gives a hard time building sml.
The problem is the dependency fuzzylite which is not creating correct bindings in pkg-config and the default lib destination is also not which system ... | gharchive/issue | 2016-03-12T22:19:47 | 2025-04-01T06:04:06.121601 | {
"authors": [
"bdilly",
"nirmalsinghania2008"
],
"repo": "solettaproject/soletta-machine-learning",
"url": "https://github.com/solettaproject/soletta-machine-learning/issues/64",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
135467205 | Samples
Fixes for issues that I ran into while execution those samples.
looks ok
:+1:
Thanks guys! Merged!
| gharchive/pull-request | 2016-02-22T16:26:36 | 2025-04-01T06:04:06.123582 | {
"authors": [
"edersondisouza",
"glima",
"mbelluzzo"
],
"repo": "solettaproject/soletta",
"url": "https://github.com/solettaproject/soletta/pull/1457",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
136229354 | docs: update readme regarding new protocols and bindings
Signed-off-by: Bruno Dilly bruno.dilly@intel.com
+1
:+1: (Soletta libraries used again, but no big deal)
:+1:
merged
| gharchive/pull-request | 2016-02-24T23:58:27 | 2025-04-01T06:04:06.125281 | {
"authors": [
"barbieri",
"bdilly",
"brunobottazzini",
"glima"
],
"repo": "solettaproject/soletta",
"url": "https://github.com/solettaproject/soletta/pull/1477",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
94811871 | Move test meta-data (expected, skipped) inside test FBPs as comments
Teach tools/run-fbp-tests to read the input FBP files and gather the expected results and outputs from the comments.
@lpereira
I like the idea of not having to have separate files: it's obvious, when changing the examples, that the tests must al... | gharchive/pull-request | 2015-07-13T21:07:01 | 2025-04-01T06:04:06.129462 | {
"authors": [
"cmarcelo",
"lpereira"
],
"repo": "solettaproject/soletta",
"url": "https://github.com/solettaproject/soletta/pull/303",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
91098683 | Pin mux muxes 2
Add Pin Multiplexing rules to Galileo Gen1 and Edison.
Merged Doc Typo and Galileo commits. Going to test Edison again and push a new pull req with kconfig version in place.
| gharchive/pull-request | 2015-06-25T23:03:16 | 2025-04-01T06:04:06.130375 | {
"authors": [
"mbelluzzo"
],
"repo": "solettaproject/soletta",
"url": "https://github.com/solettaproject/soletta/pull/99",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
487265895 | think of a good relation id for privilege-request-protocol's x-permission-request link
currently privilege-request-protocol.md uses x-permission-request as a placeholder for the link relation type for the privilege request endpoint URI.
let's think of a good link relation type. i believe this should be an Extention R... | gharchive/issue | 2019-08-30T03:21:58 | 2025-04-01T06:04:06.156685 | {
"authors": [
"RubenVerborgh",
"zenomt"
],
"repo": "solid/app-authorization-panel",
"url": "https://github.com/solid/app-authorization-panel/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1169495084 | Include a consequences section in Solid Code of Conduct
What happens when someone violates the Solid Code of Conduct ?
The current Solid CoC is not clear or detailed on consequences.
See also https://github.com/w3c/PWETF/issues/193 for discussion and useful links.
A Solid credit system could be designed with ACL's ... | gharchive/issue | 2022-03-15T10:45:05 | 2025-04-01T06:04:06.163997 | {
"authors": [
"csarven",
"sideshowtom"
],
"repo": "solid/process",
"url": "https://github.com/solid/process/issues/273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1456769043 | Confused About Nested Routes
With the following file structure:
routes
├── [...404].tsx
├── foo
│ └── index.tsx
└── index.tsx
1 directory, 3 files
And the following contents for routes/index.tsx:
import { Outlet } from "solid-start";
export default function Home() {
return (
<main>
<p>Root</p>
... | gharchive/issue | 2022-11-20T04:34:36 | 2025-04-01T06:04:06.173845 | {
"authors": [
"JohnCido",
"emilbonnek",
"knpwrs",
"roalmeida"
],
"repo": "solidjs/solid-start",
"url": "https://github.com/solidjs/solid-start/issues/463",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1361658367 | solid/html raise error
Describe the bug
Safari:
TypeError: null is not an object (evaluating '_$el5.firstChild')
Firefox:
Uncaught TypeError: _$el5 is null`
Chrome:
Uncaught TypeError: Cannot read properties of null (reading 'firstChild')
at HTMLTemplateElement.eval [as create] (eval at parseTemplate (html.js:4... | gharchive/issue | 2022-09-05T09:30:11 | 2025-04-01T06:04:06.180260 | {
"authors": [
"Hi-Alan",
"ryansolid"
],
"repo": "solidjs/solid",
"url": "https://github.com/solidjs/solid/issues/1207",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1519519029 | Remove name generation of owners and signals
A spiritual successor to #1255
Fixes #1322
This one completely removes hashValue, serializeGraph, and any id/name-generation from the core.
Using hashValue produces names that aren't unique, too random to give any insight to the user, and can take a lot of CPU time if a lo... | gharchive/pull-request | 2023-01-04T20:14:19 | 2025-04-01T06:04:06.197601 | {
"authors": [
"coveralls",
"thetarnav"
],
"repo": "solidjs/solid",
"url": "https://github.com/solidjs/solid/pull/1460",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1732801211 | docs: remove an unavailable video link in README.md
Summary
Hi Solidjs Team,
I just came across an unavailable video link while going through README.md, so I took the liberty of removing it.
Thank you. There will be a replacement soon. but until then I agree.
| gharchive/pull-request | 2023-05-30T18:55:17 | 2025-04-01T06:04:06.199313 | {
"authors": [
"EastSun5566",
"ryansolid"
],
"repo": "solidjs/solid",
"url": "https://github.com/solidjs/solid/pull/1749",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2107525620 | 🛑 mechta.kz is down
In ab2fb22, mechta.kz (www.mechta.kz) was down:
HTTP code: 404
Response time: 1150 ms
Resolved: mechta.kz is back up in d353b1b after 10 minutes.
| gharchive/issue | 2024-01-30T10:49:44 | 2025-04-01T06:04:06.244259 | {
"authors": [
"solo10010"
],
"repo": "solo10010/upptime",
"url": "https://github.com/solo10010/upptime/issues/1690",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2447293890 | 🛑 hoster is down
In 29713fc, hoster (https://hoster.kz/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: hoster is back up in 9f2b11a after 19 minutes.
| gharchive/issue | 2024-08-04T20:58:16 | 2025-04-01T06:04:06.246508 | {
"authors": [
"solo10010"
],
"repo": "solo10010/upptime",
"url": "https://github.com/solo10010/upptime/issues/1854",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
153827942 | Create SimpleLogQueryInterceptor
Create class using IQueryInterceptor interface and implements follow functions:
Use Console to print data
Create log in files
Allow access data via property
Implemented
SolrExpress.Core.Query.SimpleLogQueryInterceptor
SolrExpress.Core.Tests.Query.SimpleLogQueryInterceptorTests
| gharchive/issue | 2016-05-09T17:30:17 | 2025-04-01T06:04:06.248212 | {
"authors": [
"diegobrum"
],
"repo": "solr-express/solr-express",
"url": "https://github.com/solr-express/solr-express/issues/104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1565336796 | 全屏模式/专辑封面居中
1.希望添加全屏模式,直接覆盖任务栏
2.专辑封面太靠左了,希望能往右边来一点,居中显示(在歌词左边那部分居中)
借个楼 希望开放专辑封面位置权限,自己调位置
居中的现在垂直和水平都做了,下一个版本加全屏
给大佬跪了 磕一个
居中的现在垂直和水平都做了,下一个版本加全屏
大佬666,真nice!!!
| gharchive/issue | 2023-02-01T02:55:04 | 2025-04-01T06:04:06.249838 | {
"authors": [
"2822122014",
"Helpless-Mao",
"solstice23"
],
"repo": "solstice23/refined-now-playing-netease",
"url": "https://github.com/solstice23/refined-now-playing-netease/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
335998517 | How to use reinit method? Always get "reinit is not a function"
Hey there,
Trying to run the reinit method but can't understand how it works. Could you please look at this non-working pen and if possible point out what's wrong with it? The console always says reinit is not a function
https://codepen.io/anon/pen/xzavR... | gharchive/issue | 2018-06-26T21:31:57 | 2025-04-01T06:04:06.264534 | {
"authors": [
"justanotherco",
"somewebmedia"
],
"repo": "somewebmedia/hc-sticky",
"url": "https://github.com/somewebmedia/hc-sticky/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2053002122 | feat: 改进阿里模型 stream 模式 & 使其支持联网搜索能力
通义千问支持stream的增量模式,不需要每次去掉上次的前缀;实测qwen-max联网模式效果不错,添加了联网模式。如果别的模型有问题可以改为单独给qwen-max开放
close #issue_number
我已确认该 PR 已自测通过,相关截图如下:
稍微解释一下,我之前对接的时候是不支持的,今天处理,感谢 PR
Thx~
请问这个联网模式,要如何修改请求才能使用呀?
@fatwang2 模型名称后面加 -internet
已成功,感谢回复
On Tue, Dec 26, 2023 at 11:29 PM JustSong @.**... | gharchive/pull-request | 2023-12-21T20:07:24 | 2025-04-01T06:04:06.432242 | {
"authors": [
"fatwang2",
"moondie",
"songquanpeng"
],
"repo": "songquanpeng/one-api",
"url": "https://github.com/songquanpeng/one-api/pull/856",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2333877347 | why is overlay dest mac 0000000000 valid for outbound traffic for BMv2
why dest mac can be 00000000 ?
i looked at https://github.com/sonic-net/DASH/blob/main/documentation/general/dash-sai-pipeline-packet-flow.md#59-matching-stages-and-metadata-publishing and i'm not clear if dst mac needs to match the "outbound_ca_t... | gharchive/issue | 2024-06-04T15:56:28 | 2025-04-01T06:04:06.441716 | {
"authors": [
"KrisNey-MSFT",
"mgheorghe"
],
"repo": "sonic-net/DASH",
"url": "https://github.com/sonic-net/DASH/issues/583",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2092576363 | Open watch movie options in a modal
Currently, it opens the watch link in a new tab. See if can replace with a modal
May do later as mentioned for further development recommendations
| gharchive/issue | 2024-01-21T13:01:24 | 2025-04-01T06:04:06.543603 | {
"authors": [
"icollier77"
],
"repo": "sonictrain/dinner-and-a-movie",
"url": "https://github.com/sonictrain/dinner-and-a-movie/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1015112992 | Huffman Encoding.cpp
my 1st PR
You can follow me on github
| gharchive/pull-request | 2021-10-04T12:24:12 | 2025-04-01T06:04:06.553521 | {
"authors": [
"shubhamhere",
"sonumahajan"
],
"repo": "sonumahajan/All_Program_helper",
"url": "https://github.com/sonumahajan/All_Program_helper/pull/100",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2543206408 | Fix spelling in src/index.js
Yet another minor thing I spotted 😽
The work on this PR was sponsored by SUSI&James GmbH.
I appreciate the attention to detail.
But I do not appreciate the low effort PR to endorse and front your company.
If there was some actual hours going into a considerable amount of work, I would... | gharchive/pull-request | 2024-09-23T17:08:12 | 2025-04-01T06:04:06.558168 | {
"authors": [
"fnogatz",
"soofstad"
],
"repo": "soofstad/react-oauth2-pkce",
"url": "https://github.com/soofstad/react-oauth2-pkce/pull/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1472705031 | Not working with hoverOnlyWhenSupported
hoverOnlyWhenSupported is a Tailwind future feature to prevent showing hover on touch devices. It works, but unfortunately, not with hocus. It's probably a Tailwind bug. Leaving it here if someone has the same issue.
Tested with:
<Pressable className="focus:bg-red-400">
<Te... | gharchive/issue | 2022-12-02T11:16:11 | 2025-04-01T06:04:06.561651 | {
"authors": [
"soorria",
"steida"
],
"repo": "soorria/tailwindcss-hocus",
"url": "https://github.com/soorria/tailwindcss-hocus/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
907363128 | Com 2100
TESTS
[x] Mon code est testé unitairement
Tests intégrations :
Ce n'est pas une ancienne route utilisée par les apps mobiles
[x] J'ai bien fait les tests
C'est une ancienne route utilisée par une des apps mobiles
J'ai changé ce qu'acceptait ou ce que renvoyait la route (noms de champs, format, condi... | gharchive/pull-request | 2021-05-31T11:01:42 | 2025-04-01T06:04:06.602414 | {
"authors": [
"cmolle",
"sophiemoustard"
],
"repo": "sophiemoustard/alenvi-api",
"url": "https://github.com/sophiemoustard/alenvi-api/pull/1435",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1713710214 | [Tech]: Implement XCM Comissions on the parachain
Problem statement
Due to #25 now Dummy trader is used
Description
No response
Definition of Done
Make investigations how other parachain implement the trader
Implement trader for Sora
Requirements
No response
Now we use trader that burns part of any incoming token... | gharchive/issue | 2023-05-17T11:38:40 | 2025-04-01T06:04:06.606915 | {
"authors": [
"N1ghtStorm"
],
"repo": "sora-xor/sora2-parachain",
"url": "https://github.com/sora-xor/sora2-parachain/issues/93",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
907806810 | is this available for CentOS/RHEL?
Complete!
[root@NOKIE-x270 home]# neofetch
.. root@NOKIE-x270
.PLTJ. ---------------
<><><><> OS: CentOS Linux 7 (Core) on Windows 10 x86_64
KKSSV' 4KKK LJ KKKL.'VSSKK Kernel: 5.4.91-microsoft-standard-WSL2
KKV' 4KKKKK LJ KK... | gharchive/issue | 2021-06-01T02:11:48 | 2025-04-01T06:04:06.621035 | {
"authors": [
"das-rob3rt",
"noknok79"
],
"repo": "sorah/subsystemctl",
"url": "https://github.com/sorah/subsystemctl/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1237569911 | Crash in refactor.extract code action
Motivation
This branch contains a failing test case that demonstrates a crash in Sorbet
that we've experienced in the wild.
Test plan
test-only change
* thread #1, name = 'lsp_test_runner', stop reason = signal SIGSEGV: invalid address (fault address: 0x8)
* frame #0: 0x00... | gharchive/pull-request | 2022-05-16T18:51:12 | 2025-04-01T06:04:06.626552 | {
"authors": [
"jez"
],
"repo": "sorbet/sorbet",
"url": "https://github.com/sorbet/sorbet/pull/5800",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1666051783 | 请问下 为什么生成出来的二维码跳转的网站都是大写的
使用的docker
http://127.0.0.1:8080/?txt=http://abc.club/?rid=RJBE4tl
生成的二维码跳转的地址为
http://abc.club/?RID=RJBE4tl
大佬能帮我解答下疑问吗
找到原因了 修改case参数即可
请问下大佬,您后面更新的版本跟2021.1这个docker镜像做了什么更新吗?
https://github.com/soulteary/nginx-qrcode-server/compare/2021.01.06...2022.08.22
@awei84 可以参考提交记录 :)
| gharchive/issue | 2023-04-13T09:24:13 | 2025-04-01T06:04:06.706017 | {
"authors": [
"awei84",
"soulteary"
],
"repo": "soulteary/nginx-qrcode-server",
"url": "https://github.com/soulteary/nginx-qrcode-server/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
171050616 | Setting/updating canvas width to 100%
Right, setting it is quite straightforward, just doing
fullscreen: false,
width: window.innerWidth
Now, to update it, I did something like this:
gl.resize = function () {
this.width = window.innerWidth; // Updating the width
this.viewport(0, 0, this.width, this.height);
... | gharchive/issue | 2016-08-14T09:33:08 | 2025-04-01T06:04:06.707645 | {
"authors": [
"Sporradik",
"pimmey"
],
"repo": "soulwire/sketch.js",
"url": "https://github.com/soulwire/sketch.js/issues/86",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
926135608 | preloader
@soumita1234 can i work on this issue
@soumita1234 can i work on this issue
I don/t want this feature on this website.
Ok
| gharchive/issue | 2021-06-21T11:50:48 | 2025-04-01T06:04:06.708821 | {
"authors": [
"kumarishalini6",
"soumita1234"
],
"repo": "soumita1234/HelpingHand",
"url": "https://github.com/soumita1234/HelpingHand/issues/127",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
100458865 | How well does LHM play with Galera clusters?
Hi there!
I'm currently trying to solve some pains we're having at work with DDL migrations on really huge tables. We've got a reasonably standard 3 node Galaera cluster set up. Right now, we're running these migrations by hand using RSU mode and a console, since the defau... | gharchive/issue | 2015-08-12T03:49:11 | 2025-04-01T06:04:06.711890 | {
"authors": [
"HHRy",
"evantahler"
],
"repo": "soundcloud/lhm",
"url": "https://github.com/soundcloud/lhm/issues/124",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
226268571 | feat: Make Popper instance available to child context
This allows this kind of usage:
const Demo = ({ close, children }) =>
<span>
<Target>👇</Target>
<Portal>
<ClickOutside onClickOutside={close}>
<Popper>
{({ popper }) =>
<ResizeAware onResize={popper.scheduleUpdate}>
... | gharchive/pull-request | 2017-05-04T12:43:51 | 2025-04-01T06:04:06.714790 | {
"authors": [
"FezVrasta",
"souporserious"
],
"repo": "souporserious/react-popper",
"url": "https://github.com/souporserious/react-popper/pull/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1028217414 | Add button for user to copy achievement uuid
Description
Added a button to achievement card in the achievement control that gives the user access to the uuid of the achievement, as requested by the game team.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change ... | gharchive/pull-request | 2021-10-17T05:00:19 | 2025-04-01T06:04:06.723210 | {
"authors": [
"coveralls",
"jonas-chow"
],
"repo": "source-academy/frontend",
"url": "https://github.com/source-academy/frontend/pull/1985",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1435788243 | Fix GitHub persistence feature only retrieving 30 repositories
Description
By default, GitHub's API for listing the repositories for the authenticated user retrieves only 30 results per page, sorted by repository name. This means that GitHub accounts with more than 30 repositories will only be able to choose between ... | gharchive/pull-request | 2022-11-04T09:29:07 | 2025-04-01T06:04:06.746685 | {
"authors": [
"chekjun",
"coveralls",
"ianyong"
],
"repo": "source-academy/frontend",
"url": "https://github.com/source-academy/frontend/pull/2250",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1345337754 | cargo --list description for mutants is blank
Is there a way to get some descriptive text into the list? It might not be possible for plugin commands.
It does not seem like any other plugins have descriptions either, and I don't see any way in https://doc.rust-lang.org/cargo/reference/external-tools.html to change ... | gharchive/issue | 2022-08-21T00:18:08 | 2025-04-01T06:04:06.759828 | {
"authors": [
"sourcefrog"
],
"repo": "sourcefrog/cargo-mutants",
"url": "https://github.com/sourcefrog/cargo-mutants/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2279318009 | handle mention ranges in the parser more cleanly
This centralizes all @-mention query range parsing logic (eg the :12-34 suffix) in parseMentionQuery.
Test plan
CI
The removed range field was not used by JetBrains: https://sourcegraph.com/github.com/sourcegraph/jetbrains@4dc5732f0525229f021b8157327b4829c70aefd1/-/b... | gharchive/pull-request | 2024-05-05T04:30:41 | 2025-04-01T06:04:06.761652 | {
"authors": [
"sqs"
],
"repo": "sourcegraph/cody",
"url": "https://github.com/sourcegraph/cody/pull/4053",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2716119860 | bug: java.lang.IllegalArgumentException: Invalid range specified: (1182, 1161);
IDE Information
GoLand 2024.3
Build #GO-243.21565.208, built on November 13, 2024
Licensed to Michael Henderson
Subscription is active until January 31, 2025.
Runtime version: 21.0.5+8-b631.16 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Ser... | gharchive/issue | 2024-12-03T22:46:08 | 2025-04-01T06:04:06.767450 | {
"authors": [
"PriNova",
"mdhender"
],
"repo": "sourcegraph/jetbrains",
"url": "https://github.com/sourcegraph/jetbrains/issues/2761",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
132569012 | :bath: Cleanup add-ofp branch
This will supersede #137, but in terms of the changes applied to the codebase it is the same. Here is a list of the changes/transformations I made: :tophat: :sparkles: :rabbit2:
:octocat: Rebase add-fop branch onto devel (was based on master)
:memo: Re-word commits to follow the guideli... | gharchive/pull-request | 2016-02-09T23:38:38 | 2025-04-01T06:04:06.846289 | {
"authors": [
"codecov-io",
"rouson",
"szaghi",
"zbeekman"
],
"repo": "sourceryinstitute/opencoarrays",
"url": "https://github.com/sourceryinstitute/opencoarrays/pull/147",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
529898776 | [TypeScript][Virtual Assistant Template] Update index
Purpose
What is the context of this pull request? Why is it being done?
Changes
Are there any changes that need to be called out as significant or particularly difficult to grasp? (Include illustrative screenshots for context if applicable.)
Tests
Is this covered... | gharchive/pull-request | 2019-11-28T12:59:19 | 2025-04-01T06:04:06.857625 | {
"authors": [
"Batta32",
"DiegoCardozo94"
],
"repo": "southworks/botframework-solutions",
"url": "https://github.com/southworks/botframework-solutions/pull/119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1465703361 | How to train custom
If I have images and txt file how to I train with your coda ??
@Holmes2002 You will need to have the labels in XML format to train.
so there is no way i can use this library if my labels are not in pascal voc format right?
@NammaThalle
You will need the labels in XML format. Please check thi... | gharchive/issue | 2022-11-28T02:25:04 | 2025-04-01T06:04:06.859562 | {
"authors": [
"Holmes2002",
"NammaThalle",
"sovit-123"
],
"repo": "sovit-123/fasterrcnn-pytorch-training-pipeline",
"url": "https://github.com/sovit-123/fasterrcnn-pytorch-training-pipeline/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2687872178 | Christmas gifts do not give rewards when opened
Originally written by chomp
Fixed with: https://dev.sp-tarkov.com/SPT-AKI/Server/commit/e9daf6101363551ec5a10047ee8d822d84f3af25
Originally written by chomp
Works properly,
Opened the following items;
a89075c1a18874dd6404a6d7
a89075c1b188g4dd6404a3d7
a89075c1b188g... | gharchive/issue | 2024-11-24T15:16:14 | 2025-04-01T06:04:06.877009 | {
"authors": [
"refringe"
],
"repo": "sp-tarkov/server",
"url": "https://github.com/sp-tarkov/server/issues/524",
"license": "NCSA",
"license_type": "permissive",
"license_source": "github-api"
} |
2687202381 | After viewing inventory on raid load no spec slots or secure container show
SPT Version
3.10-BE
Project Type
Server
Expected Result
Click on inventory/character screen on raid load multiple times and still have my special slots and secure container visible in raid.
Actual Result
Clicking on inventory/character multip... | gharchive/issue | 2024-11-24T06:43:36 | 2025-04-01T06:04:06.884413 | {
"authors": [
"refringe"
],
"repo": "sp-tarkov/server",
"url": "https://github.com/sp-tarkov/server/issues/71",
"license": "NCSA",
"license_type": "permissive",
"license_source": "github-api"
} |
2015854359 | Update commands.ftl
Описание PR
Дополняет перевод в robust-toolbox/commands 1.1ver
Медиа
Проверки
[+] PR полностью завершён и мне не нужна помощь чтобы его закончить.
[+] Я внимательно просмотрел все свои изменения и багов в них не нашёл.
[+] Я запускал локальный сервер со своими изменениями и всё протес... | gharchive/pull-request | 2023-11-29T05:37:24 | 2025-04-01T06:04:06.916336 | {
"authors": [
"XCy4",
"lzk228"
],
"repo": "space-syndicate/space-station-14",
"url": "https://github.com/space-syndicate/space-station-14/pull/1598",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
508828973 | Implement more chemical reaction effects
Chemical reactions can have effects on the world via reaction effects (ie: explosions, fire, smoke, emp, etc). Currently we only have one reaction effect, ExplosionReactionEffect. It causes an explosion when it's reaction occurs. We need more to be implemented as part of makin... | gharchive/issue | 2019-10-18T03:13:25 | 2025-04-01T06:04:06.924400 | {
"authors": [
"ElectroJr",
"Moneyl",
"Sauberstaub",
"mirrorcult"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/issues/402",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
605962628 | Running makes you slower
STEPS TO REPRODUCE
Hit shift
Move
I'm pretty sure this is intended behavior. You run by default, and you use shift to walk.
Im not sure about that
You should run by default, as in original game. We actually changed this button from run to move but we forgot to rename it.
I'm prett... | gharchive/issue | 2020-04-24T00:51:06 | 2025-04-01T06:04:06.928082 | {
"authors": [
"AJCM-git",
"Injazz",
"TheChosenEvilOne",
"Zumorica"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/issues/844",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2241859318 | Fixed Honkbot/jonkbot honking like crazy, gave honkbot/jonkbot standard idle ai.
About the PR
A recent change to "spamEmitSoundComponent" caused honkbot to honk consistently every two seconds, which replaced the orginal functionality of every 2 seconds there is a 50% chance to honk. This functionality has been res... | gharchive/pull-request | 2024-04-14T01:54:50 | 2025-04-01T06:04:06.933054 | {
"authors": [
"GitHubUser53123",
"superjj18"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/pull/26939",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2471853900 | Added a reagent that makes people swear uncontrollably, along with new accent and reaction.
About the PR
I added a new reagent called Profanol that while in a player's system will replace random words inside chat messages with swear words. It can be made by mixing ethanol, THC, and mercury together, and then heating ... | gharchive/pull-request | 2024-08-18T08:20:15 | 2025-04-01T06:04:06.940331 | {
"authors": [
"Goldminermac",
"Plykiya",
"UbaserB",
"Yebok24",
"saga3152",
"thecopbennet"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/pull/31149",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-a... |
2584199495 | Various Vaugely Connected Sprite Updates™: Encryption Keys, Station Map, Brig Timer
About the PR
Updates the sprites of the following:
Station map
Handheld station map
All encryption keys
Brig timer
Why / Balance
While watching a Litenhead video, I came to a realization: "man, encryption keys sure are awfully shiny... | gharchive/pull-request | 2024-10-13T19:12:44 | 2025-04-01T06:04:06.945499 | {
"authors": [
"Flareguy"
],
"repo": "space-wizards/space-station-14",
"url": "https://github.com/space-wizards/space-station-14/pull/32786",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
631119144 | chore(merge): develop -> master
Changes
Adds create document endpoints
turn off your damned extension that keeps yeeting develop
turn off your damned extension that keeps yeeting develop
| gharchive/pull-request | 2020-06-04T20:19:47 | 2025-04-01T06:04:06.955140 | {
"authors": [
"324Luke",
"heyitspuggo"
],
"repo": "spacebin-for-astronauts/spacebin",
"url": "https://github.com/spacebin-for-astronauts/spacebin/pull/45",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1584500725 | Added soft scanning option to custom inputs example
Description of the change
Checklist
Please make sure that the proposed change checks all the boxes below before requesting a review:
[x] I have reviewed the guidelines for contributing to this repository.
[x] The preview looks fine.
[x] The tests pass.
[x] The com... | gharchive/pull-request | 2023-02-14T16:49:40 | 2025-04-01T06:04:06.962896 | {
"authors": [
"flavius-dinu",
"jmfontaine"
],
"repo": "spacelift-io/user-documentation",
"url": "https://github.com/spacelift-io/user-documentation/pull/149",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
794379086 | Duplicate active effects when on SWADE 0.16
Funny things happen on playertoken => playersheet linking when using SWADE 0.16.1
Could it a result of both system and swade toolkit setting an active effect?.
https://imgur.com/PfNOan9
This only happens with the effects that are touched by swade toolkit.
Removing the upd... | gharchive/issue | 2021-01-26T16:33:23 | 2025-04-01T06:04:06.966203 | {
"authors": [
"javierriveracastro"
],
"repo": "spacemandev-git/fvtt-swade-toolkit",
"url": "https://github.com/spacemandev-git/fvtt-swade-toolkit/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
995782805 | p2p: some udp messages can't be decrypted
Description
Error like this one appear from time to time in the logs:
Error handing network message err=can't decrypt message payload with session key
This code was replaced.
| gharchive/issue | 2021-09-14T09:13:07 | 2025-04-01T06:04:06.967306 | {
"authors": [
"dshulyak"
],
"repo": "spacemeshos/go-spacemesh",
"url": "https://github.com/spacemeshos/go-spacemesh/issues/2784",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1338348322 | fetch: blocks on a channel forever for a hash result
Description
during longevity test, we continuously destroy node/start new nodes. occasionally a new node will get stuck syncing ATXs at the beginning. it's blocking on a channel for a hash result.
https://github.com/spacemeshos/go-spacemesh/blob/2e271a0bd577e7473a... | gharchive/issue | 2022-08-14T21:01:37 | 2025-04-01T06:04:06.972694 | {
"authors": [
"countvonzero"
],
"repo": "spacemeshos/go-spacemesh",
"url": "https://github.com/spacemeshos/go-spacemesh/issues/3444",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
518015832 | FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly
I am using debian with fuxbox 10. I am facing the following error when using the command : smapp.
FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. R... | gharchive/issue | 2019-11-05T20:40:03 | 2025-04-01T06:04:06.975330 | {
"authors": [
"avive",
"msmmi"
],
"repo": "spacemeshos/smapp",
"url": "https://github.com/spacemeshos/smapp/issues/279",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1998507029 | Display "syncing atxs" and "syncing malicious proofs" statuses
No issue.
But we have a lot of reports of confused people that they're thinking that their Node got stuck when actually it is syncing activations, which may take hours especially if they are syncing from scratch.
Now there will be "Syncing activations..."... | gharchive/pull-request | 2023-11-17T08:06:01 | 2025-04-01T06:04:06.978344 | {
"authors": [
"brusherru",
"lrettig"
],
"repo": "spacemeshos/smapp",
"url": "https://github.com/spacemeshos/smapp/pull/1589",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1448468670 | Added Kotlin section
Description
Resolves #1217
Added section for kotlin language
Fixed scala and lua tests cases
Screenshot
Could you please review the code and support me with a solution to the error in my test case?
Thanks for contributing!
:tada: This PR is included in version 4.11.0 :tada:
The release ... | gharchive/pull-request | 2022-11-14T17:33:22 | 2025-04-01T06:04:06.984354 | {
"authors": [
"denysdovhan",
"grimmyson"
],
"repo": "spaceship-prompt/spaceship-prompt",
"url": "https://github.com/spaceship-prompt/spaceship-prompt/pull/1292",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
65249250 | pulled update to asdf-standard submodule
The direction key is added to the rotate3d schema. Updating the asdf-standard submodule
fixes issue #82.
Thanks.
| gharchive/pull-request | 2015-03-30T16:25:36 | 2025-04-01T06:04:07.040396 | {
"authors": [
"mdboom",
"migueldvb"
],
"repo": "spacetelescope/pyasdf",
"url": "https://github.com/spacetelescope/pyasdf/pull/83",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
516524123 | [RFC] Schema SDL improvements
Right now the schema module in Space Cloud has the following limitations:
Only type ID can have @unique and @primary constraints
No way to override the field types being used in the underlying database. For example, there is no way of using the TINYINT type in MySQL for storing Integer ... | gharchive/issue | 2019-11-02T08:05:33 | 2025-04-01T06:04:07.094958 | {
"authors": [
"Jayesh333",
"YourTechBud"
],
"repo": "spaceuptech/space-cloud",
"url": "https://github.com/spaceuptech/space-cloud/issues/479",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
464810826 | Added Docs for LiveQuery Options
@YourTechBud Done
@YourTechBud Done
| gharchive/pull-request | 2019-07-06T02:54:52 | 2025-04-01T06:04:07.095829 | {
"authors": [
"AliabbasMerchant"
],
"repo": "spaceuptech/space-cloud",
"url": "https://github.com/spaceuptech/space-cloud/pull/324",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1825095016 | Closes: #39 Add a way to specify the position of child components.
Added special tag which specify position of inner content of it's parent component
In component class I defined new list to store inner content of special tag . I also defined a variable called is_costum "meaning that is our tag" to be True. In pa... | gharchive/pull-request | 2023-07-27T19:47:06 | 2025-04-01T06:04:07.284933 | {
"authors": [
"SuelenKarbivnychyy",
"sansyrox"
],
"repo": "sparckles/starfyre",
"url": "https://github.com/sparckles/starfyre/pull/70",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2214604323 | Feat/identified vote final
요약 *
It closes #issue_number
스크린샷
이후 Task *
없음
잘못 올린 PR입니다..
| gharchive/pull-request | 2024-03-29T03:56:12 | 2025-04-01T06:04:07.286650 | {
"authors": [
"rjsdn0"
],
"repo": "sparcs-kaist/biseo",
"url": "https://github.com/sparcs-kaist/biseo/pull/482",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
158520184 | colors look bad on a light terminal
The cli colors are hardcoded and assume a dark background. They aren't readable on a light background. The screenshot shows how it looks on Solarized Light.
This isn't an easy change because it's all through the code, but I still think it's worth having an issue for.
What do oth... | gharchive/issue | 2016-06-04T19:32:25 | 2025-04-01T06:04:07.329711 | {
"authors": [
"m-mcgowan",
"monkbroc",
"tedder"
],
"repo": "spark/particle-cli",
"url": "https://github.com/spark/particle-cli/issues/257",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1718186353 | ci: add mechanize to the downstream suite
What problem is this PR intended to solve?
Mechanize just started failing its test suite on encoding errors (see https://github.com/sparklemotion/mechanize/issues/613). I suspect this has to do with the libxml2 update to 2.11.
Add mechanize to the downstream suite.
Failing ... | gharchive/pull-request | 2023-05-20T14:20:10 | 2025-04-01T06:04:07.340183 | {
"authors": [
"flavorjones"
],
"repo": "sparklemotion/nokogiri",
"url": "https://github.com/sparklemotion/nokogiri/pull/2885",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2652855514 | Compile support for SQLITE_DBPAGE
https://www.sqlite.org/dbpage.html
cc @kevinmcconnell
Nice! 🎉
I may need to introduce a constant to track whether the libsqlite being used is vendored or a system library. It's useful to know when to skip the sqlite_dbpage test, but is also generally useful for the gem to be mor... | gharchive/pull-request | 2024-11-12T17:30:24 | 2025-04-01T06:04:07.341799 | {
"authors": [
"flavorjones",
"kevinmcconnell"
],
"repo": "sparklemotion/sqlite3-ruby",
"url": "https://github.com/sparklemotion/sqlite3-ruby/pull/578",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2202275792 | [Feat] - Main페이지 캐러셀에 링크 태그 추가
📌 관련 이슈
closed #15
Task TODOLIST
[x] 캐러셀 스타일 조정 파일을 node_modules에서 /main 으로 가져왔습니다
[x] 캐러셀 화살표 색상 조정
[x] 캐러셀 이미지 클릭 시 해당 이미지의 detail페이지로 이동
✨ 개발 내용
react-slick 스타일 조정하는 파일을 꺼내왔어요.
main/slick/slick-theme.css 에서 아래의 color 설정을 수정하면 됩니다.
.slick-prev:before,
.slick-next:before {
font-... | gharchive/pull-request | 2024-03-22T11:22:54 | 2025-04-01T06:04:07.357056 | {
"authors": [
"innes-k",
"redberry0217"
],
"repo": "sparta-PaletteGround/sparta-PaletteGround",
"url": "https://github.com/sparta-PaletteGround/sparta-PaletteGround/pull/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
613234983 | [UNR-3128] Fix startup actors receiving empty lists v2
Description
Scenario where this would break:
A client checks out a bNetLoadOnClient startup actor which has a replicated TArray, with let's say [0,1,2]
The client walks away so the actor is no longer checked out
The startup actor is updated by the server, so the... | gharchive/pull-request | 2020-05-06T11:05:47 | 2025-04-01T06:04:07.370676 | {
"authors": [
"mironec"
],
"repo": "spatialos/UnrealGDK",
"url": "https://github.com/spatialos/UnrealGDK/pull/2092",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
721474069 | PDFDelegateFailed `The system cannot find the file specified. ' @ error/pdf.c/ReadPDFImage/801
I work on windows 10
I installed
ImageMagick 6.9.3-7 Q16 x64 2016-03-27
and
Ghostscript 9.53.3 for Windows (64 bit)
I set both the paths of these two programs in the windows environment PATH variable
when i go to use the sp... | gharchive/issue | 2020-10-14T13:44:40 | 2025-04-01T06:04:07.387678 | {
"authors": [
"andream1977",
"mduzairmduzair"
],
"repo": "spatie/pdf-to-image",
"url": "https://github.com/spatie/pdf-to-image/issues/161",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1894866192 | Update framework-agnostic-php.md
Small typo: an should be any.
Thanks!
| gharchive/pull-request | 2023-09-13T16:22:10 | 2025-04-01T06:04:07.388900 | {
"authors": [
"breadthe",
"freekmurze"
],
"repo": "spatie/ray",
"url": "https://github.com/spatie/ray/pull/845",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
561930064 | Update git authentication method
Email from github:
On February 7th, 2020 at 21:47 (UTC) your application (SPDX Online Tools) used an access token (with the User-Agent python-requests/2.20.1) as part of a query parameter to access an endpoint through the GitHub API:
https://api.github.com/user
Please use the Authoriz... | gharchive/issue | 2020-02-07T23:56:15 | 2025-04-01T06:04:07.462470 | {
"authors": [
"Ugtan",
"anshuldutt21",
"goneall",
"rtgdk"
],
"repo": "spdx/spdx-online-tools",
"url": "https://github.com/spdx/spdx-online-tools/issues/142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1169678305 | adding material handling for mep elements. ducts, ductfittings, ducta…
…ccessory, same for pipes and mep equipment is implemented and tested locally.
Description
Fixes #1099
Type of change
New feature
support for revit materials in mep elements added. The material is taken from the assigned system and its type. So... | gharchive/pull-request | 2022-03-15T13:30:08 | 2025-04-01T06:04:07.505841 | {
"authors": [
"JR-Morgan",
"thoffeller"
],
"repo": "specklesystems/speckle-sharp",
"url": "https://github.com/specklesystems/speckle-sharp/pull/1106",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
782890997 | Update exceptions.md
Fix grammar
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for... | gharchive/pull-request | 2021-01-10T19:36:07 | 2025-04-01T06:04:07.513588 | {
"authors": [
"CLAassistant",
"patriksvensson",
"pitermarx"
],
"repo": "spectresystems/spectre.console",
"url": "https://github.com/spectresystems/spectre.console/pull/220",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1740948087 | Update sbt-scalafix to 0.11.0
About this PR
📦 Updates ch.epfl.scala:sbt-scalafix from 0.10.1 to 0.11.0
📜 GitHub Release Notes - Version Diff
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close th... | gharchive/pull-request | 2023-06-05T04:42:29 | 2025-04-01T06:04:07.518226 | {
"authors": [
"scala-steward"
],
"repo": "spekka/spekka",
"url": "https://github.com/spekka/spekka/pull/73",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1736966997 | Prep for 113 release
updated .devcontainer to run yarn via postCreate (fix)
package script + added vsce as devDep
@spencerwmiles I won't merge this in (in case you want to update the change log).
| gharchive/pull-request | 2023-06-01T19:40:43 | 2025-04-01T06:04:07.522472 | {
"authors": [
"gameguy682",
"spencerwmiles"
],
"repo": "spencerwmiles/vscode-task-buttons",
"url": "https://github.com/spencerwmiles/vscode-task-buttons/pull/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
198232233 | Pick random user agent
I've seen some success with this to avoid getting the captcha as often.
@speric
Very nice, thanks! I will cut a release soon. 🎉 👍
| gharchive/pull-request | 2016-12-31T13:23:48 | 2025-04-01T06:04:07.523636 | {
"authors": [
"sirupsen",
"speric"
],
"repo": "speric/kindle-highlights",
"url": "https://github.com/speric/kindle-highlights/pull/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
199173412 | WIP: all: Refactor to non-global logger
Updates #2701
Had to push a new branch.
| gharchive/pull-request | 2017-01-06T11:01:50 | 2025-04-01T06:04:07.560261 | {
"authors": [
"bep"
],
"repo": "spf13/hugo",
"url": "https://github.com/spf13/hugo/pull/2899",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
220038079 | Update press.md
Add "Getting started with Hugo and the plain-blog theme, on NearlyFreeSpeech.Net"
FYI @liwenyip I've added both your recent submissions to the docs concept site. Thanks much for your contributions to Hugo:
https://hugodocs.info/news/press-and-articles/
Thank you!
Merged in https://github.com/spf13... | gharchive/pull-request | 2017-04-06T21:25:06 | 2025-04-01T06:04:07.562816 | {
"authors": [
"bogem",
"liwenyip",
"rdwatters"
],
"repo": "spf13/hugo",
"url": "https://github.com/spf13/hugo/pull/3295",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
234752422 | releaser: Add relase notes draft for release of 0.22
[ci skip]
/cc @spf13 @digitalcraftsman @moorereason @bogem I plan to release this on Monday if nothing blow up before that ... Please add to/modify the release notes as you please.
mispelling in the title of this issue
mispelling in the title of this issue
... | gharchive/pull-request | 2017-06-09T08:09:18 | 2025-04-01T06:04:07.564421 | {
"authors": [
"bep",
"vassudanagunta"
],
"repo": "spf13/hugo",
"url": "https://github.com/spf13/hugo/pull/3573",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1566723112 | Updated 'parsimonious' dependency to stop getting an error while using Python >= 3.11
The issue is mentioned here: https://github.com/erikrose/parsimonious/issues/225. It's been fixed since version 0.9.0, so I've updated the dependency.
Hi Hans, sorry I left you hanging for a while.
I had the long time plan to one ... | gharchive/pull-request | 2023-02-01T19:50:08 | 2025-04-01T06:04:07.566379 | {
"authors": [
"hanspaerna",
"spheenik"
],
"repo": "spheenik/vfio-isolate",
"url": "https://github.com/spheenik/vfio-isolate/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
192903132 | error when importing product with sku containing double quotes
When trying to import following CSV file:
productType,sku,variantId
ptype,"eqsmlg-9'2""",1
the import fails with following error:
BadRequest: Malformed parameter: where: Syntax error while parsing 'where'. Invalid input '"', expected comma or ')' (line... | gharchive/issue | 2016-12-01T16:57:32 | 2025-04-01T06:04:07.572998 | {
"authors": [
"Siilwyn",
"ebonertz",
"hisabimbola",
"stmeissner"
],
"repo": "sphereio/sphere-node-product-csv-sync",
"url": "https://github.com/sphereio/sphere-node-product-csv-sync/issues/149",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2567462624 | Bug: TPCDS error Could not ORDER BY column .. move the UNION into a FROM clause
Describe the bug
Run TPC-DS Benchmark Q80, Q76, Q77, Q33
Query Error Unable to query arrow: Unable to get schema: Binder Error: Could not ORDER BY column "x.channel": add the expression/function to every SELECT, or move the UNION into a ... | gharchive/issue | 2024-10-04T21:53:53 | 2025-04-01T06:04:07.639183 | {
"authors": [
"sgrebnov"
],
"repo": "spiceai/spiceai",
"url": "https://github.com/spiceai/spiceai/issues/2963",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2370617108 | feat: improve settings dialog
Based on #465
Improves the settings dialog CSS and turn tab order settings into draggable list.
A user can hide a tab when clicking on it, reordering is done via drag and drop
Before:
After:
The entire marketplace is being overhauled, might be able to apply these changes when it's ma... | gharchive/pull-request | 2024-06-24T16:11:14 | 2025-04-01T06:04:07.643824 | {
"authors": [
"CharlieS1103",
"rxri",
"theRealPadster",
"zhngharry"
],
"repo": "spicetify/marketplace",
"url": "https://github.com/spicetify/marketplace/pull/792",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1304332168 | Code locks for too long causing spiderpool-controller to restart
Describe the version
version about:
spiderpool v0.0.4
Describe the bug
While running performance tests, I encountered an unexpected timeout, checked the components and found that kube-controller-manager-spider-control-plane, kube-scheduler-spider-contro... | gharchive/issue | 2022-07-14T06:42:52 | 2025-04-01T06:04:07.654639 | {
"authors": [
"Icarus9913",
"ty-dc"
],
"repo": "spidernet-io/spiderpool",
"url": "https://github.com/spidernet-io/spiderpool/issues/426",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
653699489 | Add json file in derivatives/labels?
Do we need / want to add a json file for each label file?
Which could contain rater name and date for example?
Ah geeze I forgot about this :-(. Such a pain to create those. I’m tempted to say that GH does inform about this, but once the data is downloaded the info is not visibl... | gharchive/issue | 2020-07-09T01:44:10 | 2025-04-01T06:04:07.675009 | {
"authors": [
"charleygros",
"jcohenadad"
],
"repo": "spine-generic/data-multi-subject",
"url": "https://github.com/spine-generic/data-multi-subject/issues/7",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
678630886 | Implement CI for checking data consistency
The idea is to check the subjects listed in participants.tsv and the actual data sub-* data. This check will be done also the other way from data folders again the tsv file.
The CI will be implemented in each data repo.
Here are some outputs:
https://github.com/spine-generic... | gharchive/pull-request | 2020-08-13T17:55:43 | 2025-04-01T06:04:07.677346 | {
"authors": [
"alexfoias"
],
"repo": "spine-generic/spine-generic",
"url": "https://github.com/spine-generic/spine-generic/pull/171",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1132808452 | Error
Hey i get this error please help
Same..
| gharchive/issue | 2022-02-11T16:14:53 | 2025-04-01T06:04:07.678550 | {
"authors": [
"MaThlff",
"sakuriaz"
],
"repo": "spinfal/minecraft-token-grabber",
"url": "https://github.com/spinfal/minecraft-token-grabber/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1631461145 | 貌似流量保活有问题
设置了自定义,怎么设都会有大流量进出,就算设10m带宽1小时一次,一天也会跑一两百g
晚点修复
已更新脚本主体,如果有问题再反馈吧
还是有问题,现在用了流量不走了..
阿哲,晚点我看看
2023.03.20.20.36 这个版本一点流量都不跑,UP有空了看看哈,谢谢
修正了单位,应该没毛病了,重新设置一遍占用你测测看还有没有问题
早上重新安装了脚本,流量占用还是不正常呢
spiritLHLS @.***> 于 2023年3月22日周三 21:58写道:
修正了单位,应该没毛病了,重新设置一遍占用你测测看还有没有问题
—
Reply to this email directly, ... | gharchive/issue | 2023-03-20T06:13:23 | 2025-04-01T06:04:07.738982 | {
"authors": [
"GithubNBR",
"jelly0925",
"spiritLHLS"
],
"repo": "spiritLHLS/Oracle-server-keep-alive-script",
"url": "https://github.com/spiritLHLS/Oracle-server-keep-alive-script/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
226036923 | Looks interesting, but missing DBLoop stuff?!
In your documentation you include stuff about DBLoop like DBLoop.ps1 - I can't find it in the repository? The Migration scripts themselves are less useful without those scripts as I believe they only wrap Mount/Dismount etc. in functions with added logging/timing.
On Cod... | gharchive/issue | 2017-05-03T16:06:16 | 2025-04-01T06:04:07.744284 | {
"authors": [
"moontear",
"spjeff"
],
"repo": "spjeff/spupgradehelper",
"url": "https://github.com/spjeff/spupgradehelper/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1525258715 | PAPP-28517: Update connector to work with readonly authorization
Please ensure your pull request (PR) adheres to the following guidelines:
Please refer to our contributing documentation for any questions on submitting a pull request, link: Contribution Guide
Pull Request Checklist
Please check if your PR fulfills t... | gharchive/pull-request | 2023-01-09T09:57:01 | 2025-04-01T06:04:07.784853 | {
"authors": [
"dhwanis-crest",
"mishalp-crest"
],
"repo": "splunk-soar-connectors/googleworkspaceforgmail",
"url": "https://github.com/splunk-soar-connectors/googleworkspaceforgmail/pull/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2185223472 | Feature request: The icon-path must be available in globalConfig.
Description
When setting up alerts in globalConfig, add icon_path = alerticon.png as the default value in alert_actions.conf.
If I'm only creating one alert, I can change alerticon.png to any png file I want and it's fine.
However, if you want to set u... | gharchive/issue | 2024-03-14T01:52:09 | 2025-04-01T06:04:07.787694 | {
"authors": [
"artemrys",
"kim-namjin"
],
"repo": "splunk/addonfactory-ucc-generator",
"url": "https://github.com/splunk/addonfactory-ucc-generator/issues/1105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
789363480 | kubernetes pods go into crashloop
running fluentd in kubernetes as deployment. The pods crashes with following stacktrace.
fluentd image: docker.io/splunk/fluentd-hec:1.2.1
kubernetes version: Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.10", GitCommit:"ba1ce4122d67b0f7399a41afbbd8a7258d22ecb... | gharchive/issue | 2021-01-19T20:58:21 | 2025-04-01T06:04:07.798376 | {
"authors": [
"rockb1017",
"yiyijin"
],
"repo": "splunk/fluent-plugin-splunk-hec",
"url": "https://github.com/splunk/fluent-plugin-splunk-hec/issues/159",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
738922259 | Analytic Story Dashboard not showing the story details
The Analytic Story Page seems to be broken or at least missing the Panel that should display the details of the chosen Analytic Story from the dropdown.
@dbuchberger are all analytics_storys broken for you or just a particular one do happen to have a screenshot... | gharchive/issue | 2020-11-09T10:57:03 | 2025-04-01T06:04:07.804648 | {
"authors": [
"dbuchberger",
"jzsplunk",
"patel-bhavin"
],
"repo": "splunk/security-content",
"url": "https://github.com/splunk/security-content/issues/902",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
418365380 | How do I import logs from kubernete master servers to splunk ?
How do I import logs from kubernete master servers to splunk ? Do I need to leverage this splunk-connect-for-kubernetes or I should use regular data forwarder ?
Thanks,
Rufeng
For me (kube-aws), I had to add
tolerations:
- key: node.alpha.kubernetes.... | gharchive/issue | 2019-03-07T15:19:46 | 2025-04-01T06:04:07.806540 | {
"authors": [
"VinceMD",
"matthewmodestino",
"rufengxu"
],
"repo": "splunk/splunk-connect-for-kubernetes",
"url": "https://github.com/splunk/splunk-connect-for-kubernetes/issues/106",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
924475252 | No Internet Connection to Add the Splunk Repo
What happened:
There's no internet connectivity at my cluster so I am unable to run the below command in my cluster :
helm repo add splunk https://splunk.github.io/splunk-connect-for-kubernetes/
Pls suggest how to add the splunk repo..??
you can download chart package ... | gharchive/issue | 2021-06-18T02:08:23 | 2025-04-01T06:04:07.809258 | {
"authors": [
"jaypalpatil",
"rockb1017"
],
"repo": "splunk/splunk-connect-for-kubernetes",
"url": "https://github.com/splunk/splunk-connect-for-kubernetes/issues/623",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2225738865 | Question/clarification
I'm working in an environment where customization at the log sources is hard. So, this requires a lot of customization at the syslog level in this case SC4S that was already in place. I've worked a lot with syslog-ng and rsyslog but the container level brings it to another level for me. So whil... | gharchive/issue | 2024-04-04T14:53:27 | 2025-04-01T06:04:07.814220 | {
"authors": [
"fdssfsdg",
"mstopa-splunk"
],
"repo": "splunk/splunk-connect-for-syslog",
"url": "https://github.com/splunk/splunk-connect-for-syslog/issues/2389",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
728803612 | Some errors in Run Templater stage are not correctly represented in the JobStatusModal since logger fails to log the error
When creating a new component using the CRA template, if the Run Templater stage throws an error, the modal is not updated accordingly. The Run Templater stage's status gets stuck at "STARTED" (b... | gharchive/issue | 2020-10-24T14:43:41 | 2025-04-01T06:04:07.852136 | {
"authors": [
"benjdlambert",
"erictnilsson"
],
"repo": "spotify/backstage",
"url": "https://github.com/spotify/backstage/issues/3077",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1662494923 | Silence false positive UnconsumedParameterWarning
UnconsumedParameterWarning is emitted even if parameters are correctly consumed.
Description
There are two cases when UnconsumedParameterWarning is false positive:
camelCase or parameters with dashes in name are not correctly recognized when cfg parser is used.
Some ... | gharchive/pull-request | 2023-04-11T13:31:43 | 2025-04-01T06:04:07.862661 | {
"authors": [
"andresgomezfrr",
"dlstadther",
"starhel",
"tashrifbillah"
],
"repo": "spotify/luigi",
"url": "https://github.com/spotify/luigi/pull/3235",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
505894927 | Error when running
I tried to add the plugin to mkdocs-material and locally. I get an error on live reaload changes:
[E 191011 14:40:27 ioloop:909] Exception in callback <bound method LiveReloadHandler.poll_tasks of <class 'livereload.handlers.LiveReloadHandler'>>
Traceback (most recent call last):
File "/u... | gharchive/issue | 2019-10-11T14:44:02 | 2025-04-01T06:04:07.864751 | {
"authors": [
"bih",
"digitaldonkey"
],
"repo": "spotify/mkdocs-monorepo-plugin",
"url": "https://github.com/spotify/mkdocs-monorepo-plugin/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1747953687 | fix network inteface variable types
Bugfix GCP terraform module variables - network interfaces
@anuragsharma-123 Please have a look :)
| gharchive/pull-request | 2023-06-08T13:59:35 | 2025-04-01T06:04:07.872673 | {
"authors": [
"wesctl"
],
"repo": "spotinst/terraform-spotinst-ocean-gcp-k8s-vng",
"url": "https://github.com/spotinst/terraform-spotinst-ocean-gcp-k8s-vng/pull/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
96151996 | Minor ale_data_set.py fix to make it Mac-compatible
Pull request due to deephack hackathon expirience of 'droptableusers; team
Thanks for the pull request! This doesn't seem to break anything under Linux, so I will go ahead and merge.
| gharchive/pull-request | 2015-07-20T20:26:26 | 2025-04-01T06:04:07.876009 | {
"authors": [
"Hiyorimi",
"spragunr"
],
"repo": "spragunr/deep_q_rl",
"url": "https://github.com/spragunr/deep_q_rl/pull/26",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.