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 |
---|---|---|---|---|---|
186967062
|
[New Puppet] PuppetWechat4u - enable by WECHATY_PUPPET=wechat4u
Today, wechaty has only one puppet support: PuppetWeb, which is powered by Selenium WebDriver with Chrome Browser.
PuppetWeb has the following pros and cons:
Advantages
No need to deal with wechaty server API changes. Webdriver puppet never touches the HTTP protocol of wechaty web server API; It uses webdriver to hook angularjs in the browser. So it will never mind the server API change.
Behavior not like a bot. It's very like a user use the browser.
Disadvantages
Memory pig. The browser will eat about 100-500MB memory. After serval hours, the situation will be worse, might over 1GB with an active wechat account which has more contacts, more big rooms.
Complicated configuration. If you had set a headless browser under a Linux server, you would understand what I mean. (It became a bit better after Dockerized: https://github.com/wechaty/wechaty/issues/66)
About Wechat4U
Wechat4U is an excellent wechat bot framework that supports both Node.js & Browser, with rich features and an active community of experienced contributors.
So I believe it's a bright decision to made a new Puppet like PuppetWechat4U, to let wechaty users have the second way to use wechaty: not only by Browser Hook but also by Server API Call.
The Plan
This practice will be a good chance to check the wechaty abstract/base classes(the codes under /src directory), to start decoupling with the WebDriver and become more robust, more reusable for the future possible PuppetAndroid, PuppetAndroidPad, PuppetIos, PuppetIosPad.
TBD
Reference
Wechat4U v0.5 Update https://github.com/nodeWechat/wechat4u/commit/5d0275e650572a57ea057c8cb1baff803a253b53
Challenge start: finish a new puppet in one night!
Now is June 1 was 10pm.
Start from scratch from 00:00, now is 2:16 am.
Succeed at 1:11 pm!
ding-dong-bot worked with PuppetWechat4u, code had pushed.
$ WECHATY_PUPPET=wechat4u WECHATY_LOG=info DEBUG=* npm run demo
> wechaty@0.15.95 demo /home/zixia/chatie/wechaty
> ts-node examples/ding-dong-bot.ts
| __ __ _ _
| \ \ / /__ ___| |__ __ _| |_ _ _
| \ \ /\ / / _ \/ __| '_ \ / _` | __| | | |
| \ V V / __/ (__| | | | (_| | |_| |_| |
| \_/\_/ \___|\___|_| |_|\__,_|\__|\__, |
| |___/
=============== Powered by Wechaty ===============
-------- https://github.com/chatie/wechaty --------
I'm a bot, my superpower is talk in Wechat.
If you send me a 'ding', I will reply you a 'dong'!
__________________________________________________
Hope you like it, and you are very welcome to
upgrade me to more superpowers!
Please wait... I'm trying to login in...
13:13:05 INFO Wechaty v#git[1c24bf1] starting...
13:13:05 INFO Wechaty initPuppet() using puppet: wechat4u
wechat 重启中... +0ms
follow-redirects options { maxRedirects: 21,
protocol: 'https:',
hostname: 'wx.qq.com',
port: null,
path:
'/cgi-bin/mmwebwx-bin/webwxinit?pass_ticket=HVzv4jGSpfn%252F%252BM6SHE3ZR%252BiAZZ5wma7JJQJXaOJKxKm11oNhSM2kT6%252BYKwd56Lfk&skey=@crypt_c117402d_ce0dcad71413fb0db87ccbe3f445b552&r=1091971814',
method: 'POST',
headers:
{ Accept: 'application/json, text/plain, */*',
'user-agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36',
connection: 'close',
cookie:
'pgv_pvi=11436618067571104000; pgv_si=s331744187855914500; wxuin=1211516682; wxsid=X5DHlBFELj1Pziyl; wxloadtime=1527915233; mm_lang=zh-CN; webwx_data_ticket=gSd1Qet8FHrlIzQl8uQCfF87; webwxuvid=747895d9dac5a25dd3a78175a5e931d820622c2c2e100257730e529062f992fe7b8677a8b2980f54e6ad283848618766; webwx_auth_ticket=CIsBEMqOnqAMGoABbV0bKSiVjFh4uH1OaLDKlkBrdj0sUYPfjR26FICA+K6SUNLBZE/Xrk3r6M6mpYIFnD6Vwuq7L/tAAovTAZxAwNMGZfEXhaGDFKBX1DL+ck8eDHmtwVax5ZEv7MdtJGy8i76oetciEhh2n++z+ps+/wRvYBZ8iobG/CagXHlSLck=',
'Content-Type': 'application/json;charset=utf-8',
'Content-Length': 147 },
agent: false,
auth: undefined } +1ms
wechat 心跳 +2s
follow-redirects options { maxRedirects: 21,
protocol: 'https:',
hostname: 'wx.qq.com',
port: null,
path:
'/cgi-bin/mmwebwx-bin/webwxstatusnotify?pass_ticket=HVzv4jGSpfn%252F%252BM6SHE3ZR%252BiAZZ5wma7JJQJXaOJKxKm11oNhSM2kT6%252BYKwd56Lfk&lang=zh_CN',
method: 'POST',
headers:
{ Accept: 'application/json, text/plain, */*',
'user-agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36',
connection: 'close',
cookie:
'pgv_pvi=11436618067571104000; pgv_si=s331744187855914500; wxuin=1211516682; wxsid=X5DHlBFELj1Pziyl; wxloadtime=1527915233; mm_lang=zh-CN; webwx_data_ticket=gSd1Qet8FHrlIzQl8uQCfF87; webwxuvid=747895d9dac5a25dd3a78175a5e931d820622c2c2e100257730e529062f992fe7b8677a8b2980f54e6ad283848618766; webwx_auth_ticket=CIsBEMqOnqAMGoABbV0bKSiVjFh4uH1OaLDKlkBrdj0sUYPfjR26FICA+K6SUNLBZE/Xrk3r6M6mpYIFnD6Vwuq7L/tAAovTAZxAwNMGZfEXhaGDFKBX1DL+ck8eDHmtwVax5ZEv7MdtJGy8i76oetciEhh2n++z+ps+/wRvYBZ8iobG/CagXHlSLck=',
'Content-Type': 'application/json;charset=utf-8',
'Content-Length': 354 },
agent: false,
auth: undefined } +6ms
{ MsgId: '3971822301789638769',
FromUserName:
'@@619a6af1d26cc8cb4f27efba3756da634a79d8565fd44dadb22ef5b728c10752',
ToUserName:
'@548e31e461de6823e86c4261fcd5bd5c3b5f99d911dd3b92853893c83be9171b',
MsgType: 43,
Content:
'@5b7fad094cb2b09b91bbf544d02b57b4:\n@859e5247d4ffaed0372f8aa900924b01d11a3f27c2bbb3513c5ef6f37eb76d841f51c97463429b11976df154d8bbe302ee5e939915846ff4b1d40fc94ea747335af430abc2e92a5a96a7fdd957f33334bb4eaac644f1c9a6f7fd4f75b77cccf55dc949b32fc06f6eb218c13f1ad283f4a85414359937d96d80699ad425068ef2448f74c3720ae0414f4b6afaf1d5a0428bb71444fb145a43ac100c9ae05b86006e9bf6454ca13e6f933ee2bfd49876a66570ef155212e889de0cbf299d29f8cdee722495a597fa13d39f3960a481b71fb9f706b3240c8abff5ce3bd3fbbc1863f0de7fba6c04c2e79ed3fc5b4e578280aa4a75f3c96b7f0830545baa8ed9410e1bc7a98b2629e44938099f0c8eebd7b0c9b22dcd1a7857f494bed8f3ca982f3d5098e79fc0adecc0b625a530937e6a03847d3378b5ba27312d062eb5b325cebb580c736b55225e1aaef2b91c779cfdbd094e8cd0cb8ecf0d5157213f001f5e58293b1b37f57fe57f936bae31e65e78789b0e524ea88db429ced06febcb50c5de499eb01d6ada58032316110b5a68390b0d333ab1190ebb4195399bb581a3a8deda3414cc683e4be6caccbfcc7507801a5233d28e8dbcd5adc3e6f2252c402310d2230602815b07ed8692e521b007d18216e99d4096b30fbb43752a2f0bf8a582e06b99ee50dc36648aaa8c864ede4c930dab809f3de34f7ead33c430df3e204099bf2110bd0dc1d548d39a12f43106864cdf4b01ea5b5494a81f3bf83f496465e0c931ec43aa983b2ca3ab3e0c37c6bc4593fb6df958f524e7804ee9a5c377749ce08fb36974be2524c3758294773759ce95e39eb5bf54b5db8ea4c15bfb6b07676371e7dc82ba22c77859efe37753a409c4d7cdad04b8530f2ae4e9af63c4775351ff46bd0d3758dc2054bf6290d7e216eb6e089944724fab71ece7338393b183b0fe1e3d97b5190b36b4bc0daba3c2ba61edac7ae60f7c319845d1cfa91f42e115cf443adaa0d80b45a685c9565ebdeb0d4554fa4b8e9fd3d62b935b82a2f407a8a2aea5c41b60491b18ac07fd44ce1f91d8a2b1385797c27579c4450a2d0bdf38602dd0e2a8376ebb877ba7355a7934ae8dfbafa3ab4883c257e41a4f84bcc1984c0a5b4f94d1e77cc44443ccb70ecaca58dc29fd7f7338344a5e9cb88fa1c63b87630c5c64e3cfcaf27723c05166',
Status: 3,
ImgStatus: 1,
CreateTime: 1527916387,
VoiceLength: 0,
PlayLength: 15,
FileName: '',
FileSize: '',
MediaId: '',
Url: '',
AppMsgType: 0,
StatusNotifyCode: 0,
StatusNotifyUserName: '',
RecommendInfo:
{ UserName: '',
NickName: '',
QQNum: 0,
Province: '',
City: '',
Content: '',
Signature: '',
Alias: '',
Scene: 0,
VerifyFlag: 0,
AttrStatus: 0,
Sex: 0,
Ticket: '',
OpCode: 0 },
ForwardFlag: 0,
AppInfo: { AppID: '', Type: 0 },
HasProductId: 0,
Ticket: '',
ImgHeight: 512,
ImgWidth: 288,
SubMsgType: 0,
NewMsgId: 3971822301789638700,
OriContent: '',
EncryFileName: '',
isSendBySelf: false,
OriginalContent:
'@5b7fad094cb2b09b91bbf544d02b57b4:<br/>@859e5247d4ffaed0372f8aa900924b01d11a3f27c2bbb3513c5ef6f37eb76d841f51c97463429b11976df154d8bbe302ee5e939915846ff4b1d40fc94ea747335af430abc2e92a5a96a7fdd957f33334bb4eaac644f1c9a6f7fd4f75b77cccf55dc949b32fc06f6eb218c13f1ad283f4a85414359937d96d80699ad425068ef2448f74c3720ae0414f4b6afaf1d5a0428bb71444fb145a43ac100c9ae05b86006e9bf6454ca13e6f933ee2bfd49876a66570ef155212e889de0cbf299d29f8cdee722495a597fa13d39f3960a481b71fb9f706b3240c8abff5ce3bd3fbbc1863f0de7fba6c04c2e79ed3fc5b4e578280aa4a75f3c96b7f0830545baa8ed9410e1bc7a98b2629e44938099f0c8eebd7b0c9b22dcd1a7857f494bed8f3ca982f3d5098e79fc0adecc0b625a530937e6a03847d3378b5ba27312d062eb5b325cebb580c736b55225e1aaef2b91c779cfdbd094e8cd0cb8ecf0d5157213f001f5e58293b1b37f57fe57f936bae31e65e78789b0e524ea88db429ced06febcb50c5de499eb01d6ada58032316110b5a68390b0d333ab1190ebb4195399bb581a3a8deda3414cc683e4be6caccbfcc7507801a5233d28e8dbcd5adc3e6f2252c402310d2230602815b07ed8692e521b007d18216e99d4096b30fbb43752a2f0bf8a582e06b99ee50dc36648aaa8c864ede4c930dab809f3de34f7ead33c430df3e204099bf2110bd0dc1d548d39a12f43106864cdf4b01ea5b5494a81f3bf83f496465e0c931ec43aa983b2ca3ab3e0c37c6bc4593fb6df958f524e7804ee9a5c377749ce08fb36974be2524c3758294773759ce95e39eb5bf54b5db8ea4c15bfb6b07676371e7dc82ba22c77859efe37753a409c4d7cdad04b8530f2ae4e9af63c4775351ff46bd0d3758dc2054bf6290d7e216eb6e089944724fab71ece7338393b183b0fe1e3d97b5190b36b4bc0daba3c2ba61edac7ae60f7c319845d1cfa91f42e115cf443adaa0d80b45a685c9565ebdeb0d4554fa4b8e9fd3d62b935b82a2f407a8a2aea5c41b60491b18ac07fd44ce1f91d8a2b1385797c27579c4450a2d0bdf38602dd0e2a8376ebb877ba7355a7934ae8dfbafa3ab4883c257e41a4f84bcc1984c0a5b4f94d1e77cc44443ccb70ecaca58dc29fd7f7338344a5e9cb88fa1c63b87630c5c64e3cfcaf27723c05166' }
follow-redirects options { maxRedirects: 21,
protocol: 'https:',
hostname: 'webpush.wx.qq.com',
port: null,
path:
'/cgi-bin/mmwebwx-bin/synccheck?r=1527916396794&sid=X5DHlBFELj1Pziyl&uin=1211516682&skey=@crypt_c117402d_ce0dcad71413fb0db87ccbe3f445b552&deviceid=e726504311449325&synckey=1_679446148%7C2_679450454%7C3_679448912%7C11_679449713%7C201_1527916387%7C203_1527910120%7C1000_1527916093%7C1001_1527894314%7C2001_1527672305',
method: 'GET',
headers:
{ Accept: 'application/json, text/plain, */*',
'user-agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36',
connection: 'close',
cookie:
'pgv_pvi=11436618067571104000; pgv_si=s331744187855914500; wxuin=1211516682; wxsid=X5DHlBFELj1Pziyl; wxloadtime=1527915233_expired; mm_lang=zh-CN; webwx_data_ticket=gSd1Qet8FHrlIzQl8uQCfF87; webwxuvid=747895d9dac5a25dd3a78175a5e931d820622c2c2e100257730e529062f992fe7b8677a8b2980f54e6ad283848618766; webwx_auth_ticket=CIsBEMqOnqAMGoABbV0bKSiVjFh4uH1OaLDKlkBrdj0sUYPfjR26FICA+K6SUNLBZE/Xrk3r6M6mpYIFnD6Vwuq7L/tAAovTAZxAwNMGZfEXhaGDFKBX1DL+ck8eDHmtwVax5ZEv7MdtJGy8i76oetciEhh2n++z+ps+/wRvYBZ8iobG/CagXHlSLck=; wxpluginkey=1527916093' },
agent: false,
auth: undefined } +9ms
(node:4453) UnhandledPromiseRejectionWarning: Error: from not found
at PuppetWechat4u.<anonymous> (/home/zixia/chatie/wechaty/src/puppet-wechat4u/puppet-wechat4u.ts:535:17)
at Generator.next (<anonymous>)
at fulfilled (/home/zixia/chatie/wechaty/src/puppet-wechat4u/puppet-wechat4u.ts:4:58)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:4453) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4453) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
13:13:18 INFO Bot 李卓桓 login
I have a plan that Wechaty switches to use PuppetWechat4u as default puppet in the future version, but this requires the PuppetWechat4u is stable enough for basic operations, at least the same as PuppetPuppeteer.
If anyone is interested in testing PuppetWechat4u with Wechaty v0.17, please check out the latest source code and run the following command to enable wechat4u puppet:
DEBUG=* WECHATY_LOG=silly WECHATY_PUPPET=wechat4u npm start
Please feel free to file issues if you meet any problem, thanks!
Awesome work!
Thank you @seanxlliu .
Did you use wechat4u before?
Never used yet, so I meant the efficiency of this work is very impressive. I would like to contribute to this project too, testing or coding. Just switch to this puppet due to the default puppet's limitation, room contact is incorrect.
However, I just hit some assert failures when using after switching to this one. Maybe it out of date. I am filing a bug now.
Where can I access the source code? Actually what I would like to know is how to use this module together with webchaty? Is there any example code?
You can run wechaty demo with wechaty-puppet-wechat4u by running the following command in this repository:
$ WECHATY_PUPPET=wechaty-puppet-wechat4u WECHATY_LOG=info DEBUG=* npm run demo
|
gharchive/issue
| 2016-11-03T02:31:13 |
2025-04-01T04:54:49.972675
|
{
"authors": [
"dzcpy",
"huan",
"seanxlliu",
"zixia"
],
"repo": "Chatie/wechaty",
"url": "https://github.com/Chatie/wechaty/issues/69",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
367600593
|
Mentions channel messages not showing before focusing the tab first
If you start chatterino but you don't focus the tab /mentions, you get a highlight in that tab but you don't get the messages there until you focus it first.
To test, open chatterino, get pinged by a bot or something and see the /mentions tab highlight.
Click it and it has no message.
You'll need to be more specific about how to set up the test. I tried with 2 separate tabs. one with channel pajlada, and one with only a /mentions
I started chatterino with the pajlada tab active, let someone type my name, then I switched to the /mentions tab and the message was there
I was using 4270c402fb6ca3e81d5f685ad2f36b90414ede24 in the video
Removing this line in my settings.json fixes it:
"smoothScrollingNewMessages": true
still exists in Chatterino Nightly 2.1.5 (commit 367b1970f, 22.09.2019)
quick fix is to disable Smooth scrolling on new messages
Brought up again in #1617 so it's definitely still relevant
Yes, I wanted to post that proof on #1617 but I'll do that here instead https://i.nuuls.com/kepuX.mp4
|
gharchive/issue
| 2018-10-07T22:29:42 |
2025-04-01T04:54:49.977860
|
{
"authors": [
"ThePridestalker",
"pajlada",
"wigoor",
"zneix"
],
"repo": "Chatterino/chatterino2",
"url": "https://github.com/Chatterino/chatterino2/issues/779",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1928494501
|
[BUG] Contributor count breaks with an NPE when encountering an empty repo.
Describe the bug
When running the contributor count utility, it throws an NPE when it encounters a repository that does not contain code. The enumeration ends.
Expected behavior
It should see the repo is empty and move on without stopping the enumeration.
Actual behavior
While enumerating an org's repos, it encountered a repo with no code in it. It threw an NPE and exited the program.
Steps to reproduce
Use a GitHub org (it probably does the same in other SCMs, I only tried GitHub)
Create a new repository, don't add any files to it.
Run the contributor count tool to enumerate the org.
Environment
CLI 2.0.58
Powershell on an unknown Windows version.
Additional comments
N/A
Logs
Hi @nleach999
Thanks for raising the issue. We are currently fixing it under #599
|
gharchive/issue
| 2023-10-05T14:54:06 |
2025-04-01T04:54:49.981352
|
{
"authors": [
"nleach999",
"pedrompflopes"
],
"repo": "Checkmarx/ast-cli",
"url": "https://github.com/Checkmarx/ast-cli/issues/592",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2129525468
|
Add files via upload
Jupyter notebook on model training
Model training
|
gharchive/pull-request
| 2024-02-12T06:54:47 |
2025-04-01T04:54:49.986094
|
{
"authors": [
"Chemayiek"
],
"repo": "Chemayiek/model-deployment-v2",
"url": "https://github.com/Chemayiek/model-deployment-v2/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
341740272
|
when my dataset is single sentence abstract.
Dear Chen
I train this model in othe dataset of single sentence abstract. but in the process of implementation, i find that the model(abstractor) build an channel by single sentence to single abstract.
If i try to intelligently select K sentence by rouge in extractor stage, than i flatten this sentence to train in abstractor and full_rl, do you think this is feasible?
Does the model of fast_abs_rl apply to single sentence abstract? I would be very grateful for your reply and advices.
Thanks for your interest in using our code. Please read the full paper for the rationale on why we select K sentences then output abstract.
In short, we extract K sentences and then decode K abstract sentences independently. In the experiment we found this is beneficial for multi-sentence summary task. I'm not sure about your task/dataset so it's difficult for me to give advice.
Feel free to fork the repository and then build upon our model for your own experiments.
closing this due to no further discussion
@BIGKUANG
If i try to intelligently select K sentence by rouge in extractor stage, than i flatten this sentence to train in abstractor and full_rl
Did you try this approach ? How are the results ?
|
gharchive/issue
| 2018-07-17T02:13:48 |
2025-04-01T04:54:50.001313
|
{
"authors": [
"BIGKUANG",
"ChenRocks",
"Colanim"
],
"repo": "ChenRocks/fast_abs_rl",
"url": "https://github.com/ChenRocks/fast_abs_rl/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
271303895
|
License?
Hi,
What is the license?
Hugh
(eg MIT is fairly standard, github has some functions to make adding a license fairly straightforward, though I confess to not having tested them: https://help.github.com/articles/adding-a-license-to-a-repository/ )
MIT license is added. Thanks for the info.
Awesome, thanks! :)
|
gharchive/issue
| 2017-11-05T18:50:52 |
2025-04-01T04:54:50.008685
|
{
"authors": [
"ChenglongChen",
"hughperkins"
],
"repo": "ChenglongChen/pytorch-madrl",
"url": "https://github.com/ChenglongChen/pytorch-madrl/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
808029096
|
Local Harvester Plots : Shifted columns for Status and Action
On the table: Local Harvester Plots on the tab for Plots.
For the rows that are in status: plotting or status: queued. The status is in plotting column and actions is in status column. They are one column to the left.
Please put them one column to the right.
Fixed via https://github.com/Chia-Network/chia-blockchain-gui/pull/40
PR was merged
|
gharchive/issue
| 2021-02-14T19:33:11 |
2025-04-01T04:54:50.029032
|
{
"authors": [
"dvd101x",
"seeden"
],
"repo": "Chia-Network/chia-blockchain-gui",
"url": "https://github.com/Chia-Network/chia-blockchain-gui/issues/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1180636713
|
Add clang-format
Dump .clang-format using:
clang-format -style=llvm -dump-config > .clang-format
and set SortIncludes to false
Run clang-format version 13.0.1-3+b1 on src/h src/.cpp src/.hpp src/.c
Rebase on main, splitted in two commits: one adding clang-format file and one executing clang-format.
@dannywillems I'm generally in favor of using clang format. I think the main benefit from it comes from requiring the canonical format in CI, which this patch does not introduce. This will become outdated very quickly after landing. There would probably need to be some documentation for committers how to apply the clang format before pushing a PR.
I would also have expected the clang format config to somewhat match the existing format. Most importantly, use 4 spaces for indentation rather than 2. Ideally, the change to the source code diff should be as small as possible.
Closing abandoned PR
|
gharchive/pull-request
| 2022-03-25T10:50:56 |
2025-04-01T04:54:50.117806
|
{
"authors": [
"arvidn",
"dannywillems",
"emlowe"
],
"repo": "Chia-Network/chiavdf",
"url": "https://github.com/Chia-Network/chiavdf/pull/106",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1214778345
|
Added fields to Venues and Rooms and created Room_Sets.
Henry, Let me know if I did the migrations properly.
Henry, I made the suggested changes. I also figured out how to add a field to the rooms table to reference the room_sets table. This field would contain the default room set for that room. I think Nchanter wants a session to also have a link to the room_sets table and then a conflict report can be run to find sessions with a room_set that doesn't match the room that the session is assigned to.
|
gharchive/pull-request
| 2022-04-25T16:47:17 |
2025-04-01T04:54:50.124465
|
{
"authors": [
"LVerhulst4321"
],
"repo": "ChicagoWorldcon/planorama",
"url": "https://github.com/ChicagoWorldcon/planorama/pull/111",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
316635254
|
Info file needs Wiki documentation
Info file (war3map.w3i) is missing documentation on the Wiki, even though the code is implemented. Add to "Other" section.
✔️ Documented the Info translator
|
gharchive/issue
| 2018-04-23T01:46:49 |
2025-04-01T04:54:50.125685
|
{
"authors": [
"ChiefOfGxBxL"
],
"repo": "ChiefOfGxBxL/WC3MapTranslator",
"url": "https://github.com/ChiefOfGxBxL/WC3MapTranslator/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
107933055
|
Update README to highlight .Close() functionality.
Creating TwitterApi structs without calling .Close() on them can result in goroutine leaks in long-running applications. This documentation change highlights that case.
Thanks! Merged into master as eca4dfc90a6bd2039af094bfd3d1d153376b29cf.
|
gharchive/pull-request
| 2015-09-23T14:32:07 |
2025-04-01T04:54:50.144680
|
{
"authors": [
"ChimeraCoder",
"jeffk"
],
"repo": "ChimeraCoder/anaconda",
"url": "https://github.com/ChimeraCoder/anaconda/pull/104",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
919796651
|
Hide tools
In the installed location, is it possible to hide none games are add a table to install games, seeing proton tools and steam runtime kinda ruins the Console look.
i want to add some extra options and I'm missing the steamcompmgr only seeing original
I'm using ubuntu 20.04
i want to add some extra options and I'm missing the steamcompmgr only seeing original
I'm using ubuntu 20.04
I did not understand the question. What are you trying to accomplish?
-b Disable game focus hack
-p Disable proton/wine color flash suppression hack
-g Enable debug logging for game focus and
I want to try these out, but I don't have the file to do so.
-b Disable game focus hack
-p Disable proton/wine color flash suppression hack
-g Enable debug logging for game focus and
I want to try these out, but I don't have the file to do so.
Are you running steam composer? Or just steam big picture mode?
im running steamos composite plus
im running steamos composite plus
Then follow the Configuration documentation to acchive your goal.
Anyway this conversation went off-topic with the original issue.
i do not have the file to configure it lol, send me one here so I can
i do not have the file to configure it lol, send me one here so I can
Create/Edit ~/.config/steamos-compositor-plus file and set COMPOSITORCMD variable to your desired value. For example:
COMPOSITORCMD="steamcompmgr -b"
ok ill try that
|
gharchive/issue
| 2021-06-11T03:37:33 |
2025-04-01T04:54:50.149866
|
{
"authors": [
"Samsagax",
"massatt212"
],
"repo": "ChimeraOS/chimera",
"url": "https://github.com/ChimeraOS/chimera/issues/160",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2033771366
|
About WIndow Container getCacheEntry failed problem
I tried using ChristopherHX/runner.server on the windows platform and specifying container as runner-images:windows-ltsc2019.
windows:
runs-on: windows-2019
container: runner-images:windows-ltsc2019
But it was found that it would cause an error of ##[warning]Failed to restore: getCacheEntry failed: connect ETIMEDOUT 192.168.1.49:50299. how to solve
##[group]Run actions/cache@v3
with:
key: toolchains-win-7d9757126edce6986823b174df112b1b55d031724e9815384bc2c7fb2a221936-v1
path: src/build\n
enableCrossOsArchive: false
fail-on-cache-miss: false
lookup-only: false
env:
CACHE_EPOCH: 1
CCACHE_MAXFILES: 0
CCACHE_MAXSIZE: 200M
SCCACHE_CACHE_SIZE: 200M
##[endgroup]
##[command]C:\Windows\system32\docker.EXE exec f85eb2f3dd2369c82121dad0c7902445c031ccb819e0a4aef7fa0594241d67c9 sh -c "cat /etc/*release | grep ^ID"
##[warning]Failed to restore: getCacheEntry failed: connect ETIMEDOUT 192.168.1.49:50299
Cache not found for input keys: toolchains-win-7d9757126edce6986823b174df112b1b55d031724e9815384bc2c7fb2a221936-v1
Windows containers are affeced by the Windows Firewall (Third party firewalls make it even more complicated).
https://github.com/ChristopherHX/runner.server/blob/0b83f0eaa83214b9ae4a9fd37b30f82b733fe375/.github/workflows/nuget.yml#L181C3-L182C71
In the GitHub Actions CI, I decided to turn the firewall off due to beeing a non interactive system I don't host myself.
You should allow the gitea-actions-runner.exe or Runner.Server.exe to be accessible from the outside (or only from the docker for windows network adapter, but that was too complicated for me)
EDIT The tcp port is random, it should be a program based firewall rule for all ports, e.g. allowing in the interactive prompt from Windows worked for development purposes.
EDIT2 Now I understand why my first firewall rule in Actions didn't work in 2021, gharun doesn't open the port 🤦♂️
Okay, I'll test it later
I directly turned off the firewall of the selfed-host host, which solved the problem perfectly.
|
gharchive/issue
| 2023-12-09T09:54:04 |
2025-04-01T04:54:50.230064
|
{
"authors": [
"oilrich25"
],
"repo": "ChristopherHX/runner.server",
"url": "https://github.com/ChristopherHX/runner.server/issues/283",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
696756170
|
Fix for typescript errors during build
Leaving this here for anyone else trying to get this to build in 2020. I'm an npm newbie, so it took me a while to figure it out.
The code directory needs to be explicitly renamed to keymapceditor rather than keymapceditor-vsc.
vscode must be explicitly installed into the project directory, e.g. npm install vscode (unusual for me, coming from typical gcc compilation experience).
Lastly, to get it to build without code errors, had to force downgrade typescript from v4.0.2 and node from latest (iirc v14.0.2) to get it to compile:
npm install --save typescript@3.5
npm install --save @types/node@8.10.52
as the typescript run (tsc -p ./) was throwing these errors:
node_modules/@types/node/index.d.ts:164:11 - error TS2300: Duplicate identifier 'IteratorResult'.
164 interface IteratorResult<T> { }
~~~~~~~~~~~~~~
../../../../usr/local/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts:41:6
41 type IteratorResult<T, TReturn = any> = IteratorYieldResult<T> | IteratorReturnResult<TReturn>;
~~~~~~~~~~~~~~
'IteratorResult' was also declared here.
Build environment: macOS 10.14.6 and npm v6.14.7, installed from homebrew.
I found the solution here after some digging: Stackoverflow
Great! Have you done some changes I should integrate?
Unfortunately, this type of thing is well beyond my programming skill level. I was hoping to use this help me learn to use QMK for my first QMK-driven keyboard.
After trying to use the extension, I discovered it's expecting the web assets from the original web-based version: stack trace: Error: ENOENT: no such file or directory, open '/Users/redvraptor/.vscode/extensions/ciantic.keymapceditor-vsc-0.7.6/out/keymapceditor/index.html'.
I will see if I can resolve these issues and write up some further steps on how I did so.
@redvelociraptor what would you like the extension to do? Why would you want to develop it. Maybe I can add the feature you want.
|
gharchive/issue
| 2020-09-09T12:04:50 |
2025-04-01T04:54:50.244893
|
{
"authors": [
"Ciantic",
"redvelociraptor"
],
"repo": "Ciantic/keymapceditor-vsc",
"url": "https://github.com/Ciantic/keymapceditor-vsc/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1502900963
|
[semver:minor] Implement Github CLI "pr merge" command
Implemented gh pr merge with the possibility to define the branch or additional parameters
Thank you for reminding me the CHANGELOG is still present here. Happy to take the change here, but we no longer user the changelog. I'll be sure to remove it in a change soon. We now use GitHub's Releases API.
https://github.com/CircleCI-Public/github-cli-orb/releases
When we publish this change, we will use this PR to populate the release notes. I'll be sure to update all that documentation. Thank you.
The code looks good. Could I ask how you intend to use this @Shmarkus ? Is there an example of config you could provide on how you plan to execute this?
By default CircleCI will trigger on a Push (including a Tag), we can augment this a bit more with https://github.com/CircleCI-Public/trigger-circleci-pipeline-action
In what scenario would you run this job?
I can create a concrete example as well but since I'm not at the computer at the moment, I'll just illustrate my use-case.
At the moment, the Dependabot is configured to check for version updates. It creates a pull request with the new version. (Renovate bot has the same functionality)
When the test pipeline succeeds I want to merge the PR automatically (this is where the pain is at the moment)
Added example, removed changelog from changelog
|
gharchive/pull-request
| 2022-12-19T12:55:02 |
2025-04-01T04:54:50.291157
|
{
"authors": [
"KyleTryon",
"Shmarkus"
],
"repo": "CircleCI-Public/github-cli-orb",
"url": "https://github.com/CircleCI-Public/github-cli-orb/pull/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
416525753
|
Fixing Dropdown Position
Fixes #177
Changes Made
added a bootstrap class that fixes the positioning
Thank you!
|
gharchive/pull-request
| 2019-03-03T15:07:36 |
2025-04-01T04:54:50.303465
|
{
"authors": [
"Amansingla97",
"satu0king"
],
"repo": "CircuitVerse/CircuitVerse",
"url": "https://github.com/CircuitVerse/CircuitVerse/pull/178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
541351949
|
Added ability to delete profile picture
Describe the changes you have made in this PR:
Added a button on the show profile page to delete the profile picture. Issue #595
Screenshots of the changes (If any):
Coverage decreased (-0.3%) to 82.307% when pulling 5559620482aaff7c32642c6a55d199e27e78f83e on nrs1729:remove-user-photo-595 into 2c01dad8e0b59646b9625313a0da5801dde1e221 on CircuitVerse:master.
Oh sorry forgot about tests, I'll add them
@satu0king Old UI. Please close
|
gharchive/pull-request
| 2019-12-21T17:42:17 |
2025-04-01T04:54:50.306381
|
{
"authors": [
"coveralls",
"nitin10s",
"nrs1729"
],
"repo": "CircuitVerse/CircuitVerse",
"url": "https://github.com/CircuitVerse/CircuitVerse/pull/757",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2130355705
|
Removing Warnings and Errors from TextEditor.vue file
Describe the changes you have made in this PR -
Removed warnings and errors from the TextEditor.vue file
Screenshots of the changes (If any) -
Console before changes
Console after changes
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
@Arnabdaz @tachyons I have removed about 18 warnings and errors from the TextEditor.vue file,
Pls. have a look : )
|
gharchive/pull-request
| 2024-02-12T15:19:20 |
2025-04-01T04:54:50.322367
|
{
"authors": [
"DhairyaMajmudar"
],
"repo": "CircuitVerse/cv-frontend-vue",
"url": "https://github.com/CircuitVerse/cv-frontend-vue/pull/271",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1437788817
|
get_by_nxos will return first_fixed with None
Hi,
I tried get_by_nxos and noticed that the advisories always had "first_fixed" with None .
ad_nxos = query.get_by_nxos('nxos', '7.3(3)N1(1)')
In order to troubleshoot this, I used get_request to fetch the raw API output for both ios and nxos:
ad_iosxe = query.get_request('iosxe', params={'version':'3.16.1S'})
ad_nxos = query.get_request('nxos', params={'version':'7.3(3)N1(1)'})
From the results, the raw outputs of each ios advisory has the key called "firstFixed":
{
'advisoryId' = {str} 'cisco-sa-appnav-xe-dos-j5MXTR4'
...
'firstFixed' = {list: 1} ['16.12.6']
...
}
Instead, the raw output of each nxos advisory has the key "platforms", which contains the 'firstFixes':
{
'advisoryId' = {str} 'cisco-sa-nxos-cdp-dos-ce-wWvPucC9'
...
'platforms' = {list: 2} [
{'id': '265090', 'name': 'Cisco Nexus 5000 Series Switches', 'firstFixes': [{'id': '289274', 'name': '7.3(12)N1(1)'}], 'vulnerabilityState': 'vulnerable'},
{'id': '265094', 'name': 'Cisco Nexus 6000 Series Switches', 'firstFixes': [{'id': '289274', 'name': '7.3(12)N1(1)'}], 'vulnerabilityState': 'vulnerable'}
]
...
}
I think the reason for the issue lies in no code logic handling nxos outputs in advisory.py. The temporary workaround is to use get_request and get firstFixes manually.
Hi,
I tried get_by_nxos and noticed that the advisories always had "first_fixed" with None .
ad_nxos = query.get_by_nxos('nxos', '7.3(3)N1(1)')
In order to troubleshoot this, I used get_request to fetch the raw API output for both ios and nxos:
ad_iosxe = query.get_request('iosxe', params={'version':'3.16.1S'})
ad_nxos = query.get_request('nxos', params={'version':'7.3(3)N1(1)'})
From the results, the raw outputs of each ios advisory has the key called "firstFixed":
{
'advisoryId' = {str} 'cisco-sa-appnav-xe-dos-j5MXTR4'
...
'firstFixed' = {list: 1} ['16.12.6']
...
}
Instead, the raw output of each nxos advisory has the key "platforms", which contains the 'firstFixes':
{
'advisoryId' = {str} 'cisco-sa-nxos-cdp-dos-ce-wWvPucC9'
...
'platforms' = {list: 2} [
{'id': '265090', 'name': 'Cisco Nexus 5000 Series Switches', 'firstFixes': [{'id': '289274', 'name': '7.3(12)N1(1)'}], 'vulnerabilityState': 'vulnerable'},
{'id': '265094', 'name': 'Cisco Nexus 6000 Series Switches', 'firstFixes': [{'id': '289274', 'name': '7.3(12)N1(1)'}], 'vulnerabilityState': 'vulnerable'}
]
...
}
I think the reason for the issue lies in no code logic handling nxos outputs in advisory.py. The temporary workaround is to use get_request and get firstFixes manually.
Thanks @qifawu
Cisco IOS and Cisco IOS XE doesn’t have the concept of platform, it is a single product. NX-OS,ACI, ASA, etc have the additional fields of platform and hence a first fix release based on per platform rather than just the operating system.
You can define a filter for the platformAlias: example:
filter = query_client.OptionalParameters(query_client.PLATFORMALIAS,'NEXUS9000')
ad_nxos = client.get_by_nxos('default','7.0(3)I6(2)',filter)
If you wish to obtain the first fix for each:
for item in ad_nxos:
... print(item.advisory_title)
... for platform in item.platforms:
... print(" " + platform.name,end=":")
... for fix in platform.firstFixes:
... print(fix['name'])
...
Cisco NX-OS Software MPLS OAM Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(10)
Cisco FXOS and NX-OS Software Cisco Discovery Protocol Denial of Service and Arbitrary Code Execution Vulnerability
Cisco Nexus 9000 Series Switches:9.3(10)
Cisco NX-OS Software OSPFv3 Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:9.3(9)
Cisco Nexus 9000 Series Switches Bidirectional Forwarding Detection Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:9.3(9)
Cisco FXOS and NX-OS Software Cisco Discovery Protocol Service Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:9.3(9)
Cisco NX-OS Software Cisco Fabric Services Over IP Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:9.3(9)
Cisco NX-OS Software NX-API Command Injection Vulnerability
Cisco Nexus 9000 Series Switches:9.3(9)
Multiple Cisco Operating Systems Unidirectional Link Detection Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(10)
Cisco FXOS and NX-OS Software Unidirectional Link Detection Denial of Service and Arbitrary Code Execution Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(10)
Cisco NX-OS Software IPv6 Netstack Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(9)
Cisco NX-OS Software NX-API Cross-Site Request Forgery Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(9)
Cisco FXOS and NX-OS Software Cisco Fabric Services Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(9)
Cisco NX-OS Software Data Management Engine Remote Code Execution Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(8)
Cisco NX-OS Software Call Home Command Injection Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(2)
Cisco NX-OS Software IPv6 Protocol Independent Multicast Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(8)
Cisco IOS, IOS XE, IOS XR, and NX-OS Software One Platform Kit Remote Code Execution Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(8)
Cisco FXOS, IOS XR, and NX-OS Software Cisco Discovery Protocol Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(8)
Cisco NX-OS Software Cisco Fabric Services over IP Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(4)
Cisco FXOS and NX-OS Software Authenticated Simple Network Management Protocol Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(6)
Cisco NX-OS Software Remote Management Memory Leak Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(4)
Cisco NX-OS Software Network Time Protocol Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(6)
Cisco NX-OS Software Virtualization Manager Command Injection Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(6)
Cisco NX-OS Software NX-API Denial of Service Vulnerability
Cisco Nexus 9000 Series Switches:7.0(3)I7(6)
Output without a filter defined:
Cisco NX-OS Software MPLS OAM Denial of Service Vulnerability
Cisco Nexus 3000 Series Switches:7.0(3)I7(10)
Cisco Nexus 9000 Series Switches:7.0(3)I7(10)
Cisco FXOS and NX-OS Software Cisco Discovery Protocol Denial of Service and Arbitrary Code Execution Vulnerability
Cisco Nexus 3000 Series Switches:9.3(10)
Cisco Nexus 9000 Series Switches:9.3(10)
.
.
.
HTH. If need more qualification on this please pop an email to openvuln@cisco.com
|
gharchive/issue
| 2022-11-07T05:28:00 |
2025-04-01T04:54:50.342718
|
{
"authors": [
"poxman",
"qifawu"
],
"repo": "CiscoPSIRT/openVulnQuery",
"url": "https://github.com/CiscoPSIRT/openVulnQuery/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
907750595
|
Navigation bar logo functionality enhancements
Just a couple of small navigation bar logo related functionalities. Implemented now because an older developer got mad at clicking the logo was not working.
Codecov Report
Merging #18 (f809154) into main (2a03411) will decrease coverage by 0.12%.
The diff coverage is 66.66%.
@@ Coverage Diff @@
## main #18 +/- ##
==========================================
- Coverage 66.26% 66.13% -0.13%
==========================================
Files 38 38
Lines 249 251 +2
Branches 52 53 +1
==========================================
+ Hits 165 166 +1
- Misses 84 85 +1
Impacted Files
Coverage Δ
src/components/navigation/Navigation.tsx
60.00% <66.66%> (-2.50%)
:arrow_down:
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a03411...f809154. Read the comment docs.
|
gharchive/pull-request
| 2021-05-31T23:09:16 |
2025-04-01T04:54:50.395224
|
{
"authors": [
"codecov-commenter",
"tuomas777"
],
"repo": "City-of-Helsinki/liikunta-helsinki",
"url": "https://github.com/City-of-Helsinki/liikunta-helsinki/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2322720505
|
feat: change failure response to ahjo as 200 ok
Description :sparkles:
Ahjo gets confused if the Helsinki-lisä responds to a failing callback request with 400 Bad request, so the
response status needs to be changed to 200 OK.
Issues :bug:
Testing :alembic:
Screenshots :camera_flash:
Additional notes :spiral_notepad:
APPLICANT branch is deployed to platta: https://helsinkilisa-ui-pr3054.dev.hel.ninja :rocket::rocket::rocket:
API branch is deployed to platta: https://helsinkilisa-pr3054.api.dev.hel.ninja/healthz :rocket::rocket::rocket:
TestCafe result is success for https://helsinkilisa-ui-handler-pr3054.dev.hel.ninja :laughing::tada::tada::tada:
TestCafe result is success for https://helsinkilisa-ui-pr3054.dev.hel.ninja :laughing::tada::tada::tada:
|
gharchive/pull-request
| 2024-05-29T08:38:07 |
2025-04-01T04:54:50.412137
|
{
"authors": [
"rikuke",
"terovirtanen"
],
"repo": "City-of-Helsinki/yjdh",
"url": "https://github.com/City-of-Helsinki/yjdh/pull/3054",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2587868025
|
Hl 1475 submitted at
Description :sparkles:
HL-1475
Use the submitted_at custom Application model attribute in the Ahjo payload and report csv:s,and created_at if it's not present.
HL-1362
Add an alternate, more compact csv, similar to the powerbi report, to the handler's report screen for downloading.
HL-1483
Show the alteration.recovery_amount correctly in the csv report.
Issues :bug:
Testing :alembic:
Screenshots :camera_flash:
Additional notes :spiral_notepad:
API branch is deployed to platta: https://helsinkilisa-pr3443.api.dev.hel.ninja/healthz :rocket::rocket::rocket:
API branch is deployed to platta: https://helsinkilisa-pr3443.api.dev.hel.ninja/healthz :rocket::rocket::rocket:
HANDLER branch is deployed to platta: https://helsinkilisa-ui-handler-pr3443.dev.hel.ninja :rocket::rocket::rocket:
APPLICANT branch is deployed to platta: https://helsinkilisa-ui-pr3443.dev.hel.ninja :rocket::rocket::rocket:
TestCafe handler result is failed for https://helsinkilisa-ui-handler-pr3443.dev.hel.ninja :crying_cat_face::anger::boom::boom:
API branch is deployed to platta: https://helsinkilisa-pr3443.api.dev.hel.ninja/healthz :rocket::rocket::rocket:
APPLICANT branch is deployed to platta: https://helsinkilisa-ui-pr3443.dev.hel.ninja :rocket::rocket::rocket:
HANDLER branch is deployed to platta: https://helsinkilisa-ui-handler-pr3443.dev.hel.ninja :rocket::rocket::rocket:
TestCafe result is success for https://helsinkilisa-ui-pr3443.dev.hel.ninja :laughing::tada::tada::tada:
TestCafe result is success for https://helsinkilisa-ui-handler-pr3443.dev.hel.ninja :laughing::tada::tada::tada:
|
gharchive/pull-request
| 2024-10-15T07:17:09 |
2025-04-01T04:54:50.422769
|
{
"authors": [
"rikuke",
"terovirtanen"
],
"repo": "City-of-Helsinki/yjdh",
"url": "https://github.com/City-of-Helsinki/yjdh/pull/3443",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1629982697
|
Bring upgrades over from Bloom Core
We need to keep major upgrades in sync with core. The following needs to be upgrade
Node 18
Our current version of node is outdated and we should update it to the latest.
This is a continuation of #3317.
Core commit: https://github.com/bloom-housing/bloom/pull/3343
Make sure to update Travis CI pipeline
Next
React
This has been merged and can be tested in https://detroit-public-dev.netlify.app/.
Issues were found with the CSS that will most likely be fixed with https://github.com/bloom-housing/bloom/issues/3283
Issues found will be addressed by UIC alignment PR and can be QA'd as a part of that.
|
gharchive/issue
| 2023-03-17T22:20:41 |
2025-04-01T04:54:50.431506
|
{
"authors": [
"ludtkemorgan",
"sarahlazarich"
],
"repo": "CityOfDetroit/bloom",
"url": "https://github.com/CityOfDetroit/bloom/issues/1591",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1030903882
|
[Email/SMS] Create queue/function to send sms to users
What feature is this part of?
"New Listing" Email/SMS Notifications #695
The current state: the creation of a new listing will trigger SMS notifications to all opted-in users.
The remaining work to do on this:
[ ] Send notifications when an existing listing's status changes to "active" (I have #907 out to address this)
[ ] For the notifications for newly-created listings, make sure the new listing has status "active" (if not, don't send notifications).
[ ] In https://github.com/CityOfDetroit/bloom/blob/main/backend/core/src/sms/services/sms.service.ts, update the SMS notification body (e.g. to include a link to the new listing, and possibly translate the message text).
[ ] The current implementation retrieves a list of all users from the DB, and filters them by "should we send them a notification?" in https://github.com/CityOfDetroit/bloom/blob/main/backend/core/src/sms/services/sms.service.ts. A better-performance approach would be to do the filtering in the SQL query to the DB; this will require changes to UserService too.
closing!
|
gharchive/issue
| 2021-10-20T02:15:41 |
2025-04-01T04:54:50.434920
|
{
"authors": [
"GabeBenjamin",
"YazeedLoonat",
"anders-schneider"
],
"repo": "CityOfDetroit/bloom",
"url": "https://github.com/CityOfDetroit/bloom/issues/705",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1086165517
|
Fix/features filtering
Issue
Closes #901
Description
A few fixes:
The comparison needed to be "="
We needed to specify listing_features when mapping filter parameters to db queries
We needed to add listing_features to the set of tables that are joined and selected for full listing views
Also adds a coupla tests to verify stuff works.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Prototype/POC (not to merge)
[ ] This change is a refactor/addresses technical debt
[ ] This change requires a documentation update
[ ] This change requires a SQL Script
How Can This Be Tested/Reviewed?
Reseed the db, deploy locally, and navigate to http://localhost:3000/listings/filtered?page=1&elevator=true. You should see 8 listings.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have reviewed the changes in a desktop view
[x] I have reviewed the changes in a mobile view
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[x] I have assigned reviewers
[ ] I have updated the changelog to include a description of my changes
[ ] I have run yarn generate:client if I made backend changes
[ ] I have exported any new pieces in ui-components
looks like some tests are failing
looks like some tests are failing
I missed the necessary change to view.spec.ts, oops.
|
gharchive/pull-request
| 2021-12-21T19:29:06 |
2025-04-01T04:54:50.442885
|
{
"authors": [
"aisiri-murulidhar",
"plunkettgoogle"
],
"repo": "CityOfDetroit/bloom",
"url": "https://github.com/CityOfDetroit/bloom/pull/903",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2028250730
|
api: add tokens_count method to NEP11Contract
NEP-11 defines an optional tokens method. the NEP11Contract wraps this method and manually unwraps the iterator such that it does not have to rely on RPC servers that have iterator sessions enabled (which many don't). However, that means there's a ~2000 item limit on the return. This helper is part 1 to resolve that limit.
Part 2 will allow defining a start index into the iterator. Combining both allows us to query all items using a while or for loop.
coverage: 80.593% (-0.4%) from 80.98%
when pulling 514194b6bdb75df20e60387d0bcdb2040a0f8dd5 on token_count
into 4fdf5aa021e61fb55cb55bc522efdbfa24b6dd5b on master.
|
gharchive/pull-request
| 2023-12-06T10:40:38 |
2025-04-01T04:54:50.447780
|
{
"authors": [
"coveralls",
"ixje"
],
"repo": "CityOfZion/neo-mamba",
"url": "https://github.com/CityOfZion/neo-mamba/pull/297",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1706924806
|
⚠️ Bofrost.be has degraded performance
In 3d144fc, Bofrost.be (https://www.bofrost.be) experienced degraded performance:
HTTP code: 200
Response time: 2425 ms
Resolved: Bofrost.be performance has improved in 27130ba.
|
gharchive/issue
| 2023-05-12T04:57:49 |
2025-04-01T04:54:50.474147
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/10300",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1717930985
|
⚠️ Bofrost.fr has degraded performance
In ed799c1, Bofrost.fr (https://www.bofrost.fr) experienced degraded performance:
HTTP code: 200
Response time: 1297 ms
Resolved: Bofrost.fr performance has improved in c8dd3ce.
|
gharchive/issue
| 2023-05-19T23:19:17 |
2025-04-01T04:54:50.477386
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/11026",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1744549693
|
⚠️ Bofrost.be has degraded performance
In 6943f51, Bofrost.be (https://www.bofrost.be) experienced degraded performance:
HTTP code: 200
Response time: 1396 ms
Resolved: Bofrost.be performance has improved in 3150f8c.
|
gharchive/issue
| 2023-06-06T20:28:52 |
2025-04-01T04:54:50.480519
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/12385",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1746941232
|
⚠️ Bofrost.be has degraded performance
In 2f84536, Bofrost.be (https://www.bofrost.be) experienced degraded performance:
HTTP code: 200
Response time: 3731 ms
Resolved: Bofrost.be performance has improved in 42fd929.
|
gharchive/issue
| 2023-06-08T01:52:01 |
2025-04-01T04:54:50.483383
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/12495",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1785800240
|
⚠️ Bofrost.be has degraded performance
In cfd2d2c, Bofrost.be (https://www.bofrost.be) experienced degraded performance:
HTTP code: 200
Response time: 932 ms
Resolved: Bofrost.be performance has improved in 245f371.
|
gharchive/issue
| 2023-07-03T09:49:26 |
2025-04-01T04:54:50.486399
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/15137",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1860317295
|
⚠️ Bofrost.fr has degraded performance
In a6246b6, Bofrost.fr (https://www.bofrost.fr) experienced degraded performance:
HTTP code: 200
Response time: 808 ms
Resolved: Bofrost.fr performance has improved in 32cc544 after 306 days, 11 hours, 8 minutes.
|
gharchive/issue
| 2023-08-21T23:33:52 |
2025-04-01T04:54:50.489680
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/21085",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1867665465
|
⚠️ Bofrost.at has degraded performance
In 27233ec, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1959 ms
Resolved: Bofrost.at performance has improved in d2da788 after 310 days, 8 hours, 36 minutes.
|
gharchive/issue
| 2023-08-25T20:47:12 |
2025-04-01T04:54:50.492811
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/21357",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1441580043
|
⚠️ Bofrost.at has degraded performance
In cea0f03, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 986 ms
Resolved: Bofrost.at performance has improved in 4e8a420.
|
gharchive/issue
| 2022-11-09T07:45:04 |
2025-04-01T04:54:50.495701
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/221",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1901653633
|
⚠️ Bofrost.de has degraded performance
In b561447, Bofrost.de (https://www.bofrost.de) experienced degraded performance:
HTTP code: 200
Response time: 1061 ms
Resolved: Bofrost.de performance has improved in a49e29b after 9 minutes.
|
gharchive/issue
| 2023-09-18T20:03:11 |
2025-04-01T04:54:50.498597
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/23409",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1920543812
|
⚠️ Bofrost.de has degraded performance
In 6910c1b, Bofrost.de (https://www.bofrost.de) experienced degraded performance:
HTTP code: 200
Response time: 883 ms
Resolved: Bofrost.de performance has improved in 43e136b after 10 minutes.
|
gharchive/issue
| 2023-10-01T04:07:37 |
2025-04-01T04:54:50.502264
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/24310",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1955747101
|
⚠️ Bofrost.at has degraded performance
In 6f3ce82, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1304 ms
Resolved: Bofrost.at performance has improved in 4b66a1d after 6 minutes.
|
gharchive/issue
| 2023-10-22T03:41:41 |
2025-04-01T04:54:50.505464
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/25810",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1977140339
|
⚠️ Bofrost.at has degraded performance
In 310fdc4, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1837 ms
Resolved: Bofrost.at performance has improved in 84c3895 after 15 minutes.
|
gharchive/issue
| 2023-11-04T03:12:58 |
2025-04-01T04:54:50.508812
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/26913",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1980572338
|
⚠️ Bofrost.at has degraded performance
In 67068c4, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1669 ms
Resolved: Bofrost.at performance has improved in 86156c5 after 6 minutes.
|
gharchive/issue
| 2023-11-07T05:24:03 |
2025-04-01T04:54:50.511730
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/27240",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2010832531
|
⚠️ Bofrost.de has degraded performance
In 48068b1, Bofrost.de (https://www.bofrost.de) experienced degraded performance:
HTTP code: 200
Response time: 1744 ms
Resolved: Bofrost.de performance has improved in 5585d4e after 14 minutes.
|
gharchive/issue
| 2023-11-25T23:55:05 |
2025-04-01T04:54:50.515022
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/29673",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2227920124
|
⚠️ Bofrost.fr has degraded performance
In a364681, Bofrost.fr (https://www.bofrost.fr) experienced degraded performance:
HTTP code: 200
Response time: 1626 ms
Resolved: Bofrost.fr performance has improved in 2b24081 after 20 minutes.
|
gharchive/issue
| 2024-04-05T12:30:24 |
2025-04-01T04:54:50.518130
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/40408",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2247023365
|
⚠️ Bofrost.es has degraded performance
In 57af157, Bofrost.es (https://www.bofrost.es) experienced degraded performance:
HTTP code: 200
Response time: 1104 ms
Resolved: Bofrost.es performance has improved in f81eece after 6 minutes.
|
gharchive/issue
| 2024-04-16T23:20:29 |
2025-04-01T04:54:50.521073
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/41971",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1590405397
|
⚠️ Bofrost.de has degraded performance
In 4db2ee8, Bofrost.de (https://www.bofrost.de) experienced degraded performance:
HTTP code: 200
Response time: 1235 ms
Resolved: Bofrost.de performance has improved in 0b609b8.
|
gharchive/issue
| 2023-02-18T17:08:33 |
2025-04-01T04:54:50.523966
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/4326",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1590658437
|
⚠️ Bofrost.at has degraded performance
In 703cae7, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1766 ms
Resolved: Bofrost.at performance has improved in 39b1a1d.
|
gharchive/issue
| 2023-02-19T11:49:53 |
2025-04-01T04:54:50.527209
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/4364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1455927746
|
⚠️ Bofrost.at has degraded performance
In aecf138, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1158 ms
Resolved: Bofrost.at performance has improved in 874afbe.
|
gharchive/issue
| 2022-11-18T22:43:57 |
2025-04-01T04:54:50.531506
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/451",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2306899331
|
⚠️ Bofrost.at has degraded performance
In a8d2f3a, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 2107 ms
Resolved: Bofrost.at performance has improved in 7c462da after 14 minutes.
|
gharchive/issue
| 2024-05-20T22:25:06 |
2025-04-01T04:54:50.535078
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/47228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2316697288
|
⚠️ Bofrost.de has degraded performance
In 5bcc909, Bofrost.de (https://www.bofrost.de) experienced degraded performance:
HTTP code: 200
Response time: 1840 ms
Resolved: Bofrost.de performance has improved in 2e77bde after 1 hour, 17 minutes.
|
gharchive/issue
| 2024-05-25T04:53:26 |
2025-04-01T04:54:50.539095
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/47949",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2369748819
|
⚠️ Bofrost.at has degraded performance
In c2237db, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 875 ms
Resolved: Bofrost.at performance has improved in 190d8b7 after 13 minutes.
|
gharchive/issue
| 2024-06-24T09:41:50 |
2025-04-01T04:54:50.542666
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/52078",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2376007398
|
⚠️ Bofrost.lu has degraded performance
In de077d9, Bofrost.lu (https://www.bofrost.lu) experienced degraded performance:
HTTP code: 200
Response time: 1468 ms
Resolved: Bofrost.lu performance has improved in 81b3c40 after 23 minutes.
|
gharchive/issue
| 2024-06-26T18:25:00 |
2025-04-01T04:54:50.545853
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/52355",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2381685951
|
⚠️ Bofrost.es has degraded performance
In bcccc17, Bofrost.es (https://www.bofrost.es) experienced degraded performance:
HTTP code: 200
Response time: 1444 ms
Resolved: Bofrost.es performance has improved in bac3398 after 14 minutes.
|
gharchive/issue
| 2024-06-29T11:26:56 |
2025-04-01T04:54:50.548813
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/52756",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1461915551
|
⚠️ Bofrost.at has degraded performance
In 6612228, Bofrost.at (https://www.bofrost.at) experienced degraded performance:
HTTP code: 200
Response time: 1027 ms
Resolved: Bofrost.at performance has improved in ea3d4bf.
|
gharchive/issue
| 2022-11-23T14:58:36 |
2025-04-01T04:54:50.551729
|
{
"authors": [
"Ckal"
],
"repo": "Ckal/Uptime",
"url": "https://github.com/Ckal/Uptime/issues/630",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2142162515
|
Potential race condition in PacketHandlers._clilocRequests
Describe the bug
(WIP sorry, posted this prematurely)
Sorry nvm, should've waited anyway to open this. I thought I saw it being called possyble from the render thread and the thread receiving packets from plugins, but it's not the case.
|
gharchive/issue
| 2024-02-19T11:34:59 |
2025-04-01T04:54:50.561710
|
{
"authors": [
"Spasitjel"
],
"repo": "ClassicUO/ClassicUO",
"url": "https://github.com/ClassicUO/ClassicUO/issues/1669",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
92991852
|
path not specified
whenever i am making command php artisan potion:make-assets
its saying the system canot find the path specified........ may be more docmentation is needed
If you pull my fork of this project, you can use --debug to show you all the paths and files it attempts to make so you can work out what is failing.
Laravel 5.1 only
https://github.com/sparkeleven/laravel-potion
i am using latest version of laravel
my css and js files are present in resources/assets folder when ever i am running this command php artisan potion:make-assets its saying system cant find the path specified .... please tell am i doing something wrong or i have to add something more in command
I have plans to add better output, so that you can see what might be going wrong. I will try to find some time today or tonight to get this into the main branch.
I just pushed v1.0.3 which adds more output.
It will output what directory it's trying to create, but more importantly it will output what it is pulling from your config for assets and resource paths.
Just a reminder:
assets: is the folder that will be used to store final assets that are created by potion.
resources: are files/folders that are used to create the final assets.
ok let me try it
|
gharchive/issue
| 2015-07-04T08:56:17 |
2025-04-01T04:54:50.570609
|
{
"authors": [
"hyguyz",
"mattrmiller",
"sparkeleven"
],
"repo": "Classy-Geeks/laravel-potion",
"url": "https://github.com/Classy-Geeks/laravel-potion/issues/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
802633019
|
Calculator Command Can't Handle Commas?
When using the calculator, it appears it doesn't handle commas; or rather, it ignores numbers included before commas.
e.g. !calc 1,100 * 2 outputs 200.0
cc @mp7786
Can we close this issue. Issue seems resolved since #282.
Closed in #282
|
gharchive/issue
| 2021-02-06T07:17:22 |
2025-04-01T04:54:50.598247
|
{
"authors": [
"Exper1mental",
"Jay-Madden",
"zepthro"
],
"repo": "ClemsonCPSC-Discord/ClemBot",
"url": "https://github.com/ClemsonCPSC-Discord/ClemBot/issues/281",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1698390167
|
🛑 Staging >> API >> Intelligence is down
In 920327d, Staging >> API >> Intelligence (https://intelligence-api.stg.watchtower2.com) was down:
HTTP code: 504
Response time: 29354 ms
Resolved: Staging >> API >> Intelligence is back up in 8779782.
|
gharchive/issue
| 2023-05-06T02:41:48 |
2025-04-01T04:54:50.928451
|
{
"authors": [
"ryanhelms"
],
"repo": "Climate-Pros/WatchTower.Monitoring.UpTime",
"url": "https://github.com/Climate-Pros/WatchTower.Monitoring.UpTime/issues/222",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
744073606
|
big sur keyboard
firstly, i wanna thank you for the clipy.
i am using clipy version 1.2.1 and i've upgraded to big sur.
now (it used to work prior to the big sur upgrade) when i access the clipy history using a keyboard shortcut, i am unable to select from history using the keyboard (arrows and number keys).
In addition to this issue, input "COMMAND" + "SHIFT" stopped working when you click the item in the history or snippet.
i was able to bypass the issue by restarting clipy (quitting clipy and starting it again).
does it work for you?
i also noticed that even when i bypass the issue by restarting clipy, the issue reoccur when the mouse is hovering the history list
Same occured to me on Big Sur with M1 SoC. Restart helped but I think it will occur again...
Same occured to me on Big Sur with M1 SoC. Restart helped but I think it will occur again...
i was able to bypass the issue by restarting clipy (quitting clipy and starting it again).
does it work for you?
Still annoying to restart the app, each time
I am still having this issue with Monterey 12.0.1 and Clipy v1.2.1. Keyboard navigation with arrow keys works after a restart of Clipy.
to all those who follow this thread, look at https://github.com/Clipy/Clipy/issues/319#issuecomment-874115468
|
gharchive/issue
| 2020-11-16T18:45:18 |
2025-04-01T04:54:50.951831
|
{
"authors": [
"AmiciA",
"curranjw",
"drej1",
"foolioo",
"ohassidi",
"y0y0z"
],
"repo": "Clipy/Clipy",
"url": "https://github.com/Clipy/Clipy/issues/428",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1920303829
|
Pop-ups/Buttons not being contained within designated card area
I'm sorry to be a pain but I just cannot figure this out.
I have my pop up cards and horizontal button stack sitting in a vertical stack with other cards on the left of my tablet dashboard.
I cannot figure out how to get the buttons and the pop ups to stay within the area of the vertical stack.
This image below shows the buttons sprawled across the bottom of the dashboard when I want them contained within the area that the other cards are.
I would like the buttons to be scrollable from within the width of that panel (same width as the weather card).
I would also like the pop ups to stay within the same area when they are open, but instead they pop up in the centre (please see image below)
I am unsure what I need to do to achieve this.
I am really liking the look and features of this card so I really want to figure this out. Thank you for your constant hard work.
Hi! Just add this to your pop-up to remove the centering of the pop-up, but you will need to edit its width_desktop too to fit your column (something like 500px).
styles: |
#root {
left: inherit !important;
}
Thanks! Do I add it to each individual pop-up within the stack?
You can probably just add your cards in horizontal-stacks, tell me if it's what you are looking for.
|
gharchive/issue
| 2023-09-30T15:42:16 |
2025-04-01T04:54:50.964222
|
{
"authors": [
"ASimpleTechie",
"Clooos"
],
"repo": "Clooos/Bubble-Card",
"url": "https://github.com/Clooos/Bubble-Card/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
332987507
|
Refactor origami-lib
Update the whole project to make it more modular
Added robust exception handling.
Added better caching and connection mechanism.
Documented the whole code.
No python linting errors.
Better managed server and handlers
@uttu357 here ^
|
gharchive/pull-request
| 2018-06-16T13:32:16 |
2025-04-01T04:54:50.980889
|
{
"authors": [
"fristonio"
],
"repo": "Cloud-CV/origami-lib",
"url": "https://github.com/Cloud-CV/origami-lib/pull/37",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
2123844982
|
Inline SVG in search form blocked by Content-Security-Policy
Description
I have a website with a very strict Content-Security-Policy.
I read the documentation and managed to allow the Pagefind WebAssembly module. I noticed there is another small issue though: the Svelte component for the search form (see the .pagefind-ui__form here) uses a data URL to inline an SVG (the magnifying glass icon). This SVG is blocked by my CSP.
A possible solution
To allow only the SVG used by the Pagefind UI search form, we can include the following data: scheme source in the img-src directive of our Content-Security-Policy header:
img-src 'self' data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7549 11.255H11.9649L11.6849 10.985C12.6649 9.845 13.2549 8.365 13.2549 6.755C13.2549 3.165 10.3449 0.255005 6.75488 0.255005C3.16488 0.255005 0.254883 3.165 0.254883 6.755C0.254883 10.345 3.16488 13.255 6.75488 13.255C8.36488 13.255 9.84488 12.665 10.9849 11.685L11.2549 11.965V12.755L16.2549 17.745L17.7449 16.255L12.7549 11.255ZM6.75488 11.255C4.26488 11.255 2.25488 9.245 2.25488 6.755C2.25488 4.26501 4.26488 2.255 6.75488 2.255C9.24488 2.255 11.2549 4.26501 11.2549 6.755C11.2549 9.245 9.24488 11.255 6.75488 11.255Z' fill='%23000000'/%3E%3C/svg%3E%0A
To allow any data URL, we can write this img-src directive instead:
img-src 'self' data:;
I guess it should also be possible to allow only inline SVGs and no other MIME types (e.g. image/jpeg) using the directive below (I haven't tested it though).
img-src 'self' data:image/svg+xml;
I forgot to mention that allowing a data: scheme is something that the user has to do.
Instead, something that Pagefind could do is not embedding the SVG, and hosting it somewhere (e.g. AWS S3, Google Cloud Storage, Cloudflare R2, etc). Or even letting the user self-host the SVG.
|
gharchive/issue
| 2024-02-07T20:39:40 |
2025-04-01T04:54:50.986028
|
{
"authors": [
"jackdbd"
],
"repo": "CloudCannon/pagefind",
"url": "https://github.com/CloudCannon/pagefind/issues/558",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2344709713
|
🛑 Blog is down
In bf198db, Blog (https://blog.cloudhub.social) was down:
HTTP code: 503
Response time: 319 ms
Resolved: Blog is back up in abdfed0 after 7 minutes.
|
gharchive/issue
| 2024-06-10T19:49:50 |
2025-04-01T04:54:50.992400
|
{
"authors": [
"Just-Insane"
],
"repo": "CloudHub-Social/Status",
"url": "https://github.com/CloudHub-Social/Status/issues/1000",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2296187400
|
🛑 Lemmy is down
In f06b661, Lemmy (https://lemmy.cloudhub.social) was down:
HTTP code: 503
Response time: 488 ms
Resolved: Lemmy is back up in 065ae08 after 13 minutes.
|
gharchive/issue
| 2024-05-14T19:01:29 |
2025-04-01T04:54:50.994597
|
{
"authors": [
"Just-Insane"
],
"repo": "CloudHub-Social/Status",
"url": "https://github.com/CloudHub-Social/Status/issues/930",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1831820895
|
README.md enhanced
closes #475
Added links of official documentation of the respective Tech stack used, in the README.md file.
Good @DivyanshiNarang! Keep contributing to fintech API repo like this.
|
gharchive/pull-request
| 2023-08-01T18:36:29 |
2025-04-01T04:54:51.026422
|
{
"authors": [
"DivyanshiNarang",
"ighoshsubho"
],
"repo": "Clueless-Community/fintech-api",
"url": "https://github.com/Clueless-Community/fintech-api/pull/490",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1393866602
|
Add Contributor's Profile Images !!
Update
Contributor's profile image will appear at the bottom of README.md
CONTRIBUTING.MD will be modified to aware newcomers about contribution.
Yes, let's work on this now! @AKACHI-4
@AKACHI-4 Should the images be added on a new folder or should it be given from a link ?
It should be in the README.md
#167 PR generated and #164 issue solved as I am working on it under the last issue but it gets closed so I generated it here merge PR so changes will get visible for everyone
Thanks, @Rajdip019
Yup that's better. And more clear.
Yep 😄👍
@AKACHI-4 I couldn't find the place to add the contributors image in the Readme.md file
Hey @codeswithroh actually I have already generated a PR regarding this .....checkout their you will get some idea about it.
|
gharchive/issue
| 2022-10-02T19:03:41 |
2025-04-01T04:54:51.030999
|
{
"authors": [
"AKACHI-4",
"Rajdip019",
"codeswithroh"
],
"repo": "Clueless-Community/first-contribution",
"url": "https://github.com/Clueless-Community/first-contribution/issues/164",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1730288447
|
Getting Exact followers from Instagram profiles.
I would like to improve the followers() function by making it return the exact number of followers a profile has.
This method has already been added.
|
gharchive/issue
| 2023-05-29T08:03:16 |
2025-04-01T04:54:51.032023
|
{
"authors": [
"karthikbhandary2",
"nikhil25803"
],
"repo": "Clueless-Community/scrape-up",
"url": "https://github.com/Clueless-Community/scrape-up/issues/229",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2291286704
|
Feat: scrape-up for Unstop.com
Describe the feature
Scrape the details of upcoming contests / jobs from unstop.com
Add ScreenShots
Record
[X] I agree to follow this project's Code of Conduct
[X] I'm a GSSoC'24 contributor
[X] I want to work on this issue
@nikhil25803 Assign this issue to me I would able to work on it
Go ahead @Disha-Baghel
Note
Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.
All the best 👨💻
@nikhil25803 Could you assign this issue to me. I want to work on this project.
@nikhil25803 Could you assign this issue to me. I want to work on this project.
Hello,
I wanted to kindly inform you that I am already actively working on the issue at hand. Thank you for your understanding
is this done?
|
gharchive/issue
| 2024-05-12T11:14:36 |
2025-04-01T04:54:51.037736
|
{
"authors": [
"Arnavop",
"Cheshta17",
"Disha-Baghel",
"Nithincoderboy",
"nikhil25803"
],
"repo": "Clueless-Community/scrape-up",
"url": "https://github.com/Clueless-Community/scrape-up/issues/913",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
74007765
|
[FLOC-1742] Ubuntu CLI installation instructions
Primarily adds a task to install the CLI in Ubuntu. Modifies acceptance test framework to allow starting of a single node, with a --type flag to select client (testing installation of client on a single node) or cluster (testing node installation on a 2-node cluster).
Acceptance test can be run using:
admin/run-acceptance-tests --distribution ubuntu-14.04 --provider aws --config-file config.yml --branch ubuntu-cli-FLOC-1742 --type client
or cd docs; make html and follow the installation instructions in indepth/installation.html#installing-flocker-cli
This can be a follow-up but I think that the Getting Started Ubuntu CLI installations should be updated and the release process changed to say that they do not need to be manually tested.
Thanks, please resubmit when the comments have been addressed.
Added FLOC-1893 to update Getting Started guide to use DEB
:question: It is getting impossible to keep the state in my head (maybe not @tomprince 's) of what is being tested and what isn't. This might be a good opportunity to create a document which gives a brief outline of what is being tested, starting with just these tests. For example, for some things the S3 archive is being tested, for some things it isn't. For some things the CLI instructions are being tested (Ubuntu CLI instructions on the tutorial) for some things they aren't. Buildbot builder names only say so much.
Or make a follow-up issue if you prefer.
I didn't do the most thorough review ever, but given passing builder and addressing comments above (adam and mine), you can merge.
Update https://clusterhq.atlassian.net/browse/FLOC-1309 as appropriate.
Can you confirm whether the following acceptance criteria for the has been tested?:
Removing the package should perform the expected cleanup: Remove all files and config changes which have been added to the system. This should also happen if the package was not installed cleanly, e.g. if there was an error.
If not, either do that here and resubmit (uninstall instructions?) or create a follow-up issue.
This is worthy of a change to What's New and NEWS.
Sorry I know Itamar said that this can be merged but I've spotted a few things since and would like a look before this is merged. I'll be as quick as possible.
Please update https://clusterhq.atlassian.net/browse/FLOC-1325 as appropriate (I'm not sure if it can be closed or is still relevant to some other instructions).
Either do or create a follow-up story blocker: update the release process sections which test the Getting Started Guide client installation and the tutorial client installation - we shouldn't manually test things which have automated testing.
Thanks @jongiddy - there are a lot of comments but quite a few of them are existing problems highlighted by this branch. Please address (probably mostly by making many follow-up issues) and resubmit for a hopefully quick final review.
Though what @itamarst said is right - perhaps get a staging builder running tests against this before merging.
Regarding uninstall instructions, I think it is reasonable to assume that people know how to remove packages from their operating system.
Regarding uninstall instructions, I think it is reasonable to assume that people know how to remove packages from their operating system.
I'd say not with Homebrew at least - that is, Homebrew is a third party package manager, and people have had problems uninstalling our Homebrew packages (you have to remember which version you installed). However that is not part of this issue and not a product requirement.
Either do or create a follow-up story blocker: update the release process sections which test the Getting Started Guide client installation and the tutorial client installation - we shouldn't manually test things which have automated testing.
The Release Process instructions for CLI require going through the whole process described in the Getting Started Guide. As only one step is now automatically tested, it is still appropriate to keep this step in the release process. And the occasional manual run of the CLI installation steps on Ubuntu probably doesn't hurt, to ensure unexpected environmental conditions aren't causing problems.
The Release Process instructions for CLI require going through the whole process described in the Getting Started Guide.
@jongiddy There's that and there's also "Test the client install instructions work on all supported platforms by following the instructions and checking the version:". It only hurts in that this would allow us to automate one more small bit of the release process - helping us towards the goal of an entirely automated process. I think adding a note "The Ubuntu install instructions are already tested automatically so they don't need to be tested manually" would be suitable.
@adamtheturtle Do you know, are the instructions on this page ever tested automatically? The instructions that are tested on Buildbot specify the branch, and hence use the Buildbot repo. During the release process, do the acceptance tests get run without a branch specifier, hence using the ClusterHQ repo?
Regarding automation of Getting Started Guide testing in release process, I have added a comment to FLOC-1309 to make the assignee of that issue aware that automated testing must avoid using the Buildbot additions.
This needs master to be merged in (sorry I saw you did this 5 hours ago!).
Please update https://clusterhq.atlassian.net/browse/FLOC-1325 as appropriate (I'm not sure if it can be closed or is still relevant to some other instructions).
Nothing was done on this. Maybe nothing needed to be done.
This is worthy of a change to What's New and NEWS.
Create a follow-up issue for expanding the installed package tests (either --version for all CLIs or Tom said "(We'll probably end up running the cli test suite, instead).")
The non-effective, but not an error, format is in preparation for the change commented above. As it is clearly marked with an issue, I think this is OK for now. :question:
Code which does nothing is confusing. Whoever puts ARCHIVE_BUCKET there knows how to use .format.
Please address the above, fix merge conflicts and merge once this is passing on the new builder.
(And resubmit if this fails on the new builder and non-trivial changes need to be made).
A release has been done so the ARCHIVE_BUCKET can be used I think.
Idea (follow-up?): Perhaps running this should be part of the release process, with some kind of flag and version option which means "does exactly what the instructions say and doesn't touch Buildbot" and then the rest of the time it will run with everything possible from Buildbot.
|
gharchive/pull-request
| 2015-05-07T14:33:30 |
2025-04-01T04:54:51.054096
|
{
"authors": [
"adamtheturtle",
"itamarst",
"jongiddy",
"tomprince"
],
"repo": "ClusterHQ/flocker",
"url": "https://github.com/ClusterHQ/flocker/pull/1380",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
102998374
|
[FLOC-2921] Release Flocker 1.2.0
FLOC-2921
Awaiting build results...
Assuming that you are happy with the build results when GitHub is back, continue.
Please continue
Finally, a successful build!
|
gharchive/pull-request
| 2015-08-25T10:48:53 |
2025-04-01T04:54:51.056934
|
{
"authors": [
"adamtheturtle",
"dwgebler"
],
"repo": "ClusterHQ/flocker",
"url": "https://github.com/ClusterHQ/flocker/pull/1882",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1535224261
|
Add Birch to extensions
New Pull Request Checklist
[x] I have read and understood the CONTRIBUTING guide
[x] I have read the Documentation
[x] I have searched for a similar pull request in the project and found none
[x] I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
[x] I have added the required tests to prove the fix/feature I am adding
[x] I have updated the documentation (if necessary)
[x] I have run the tests and they pass
[x] I have run the lint and it passes (pod lib lint)
This merge request fixes / refers to the following issues: ...
Pull Request Description
Hey,
I run a free remote logging service and I've created bindings for CocoaLumberjack. Wondering if it would be ok to link to it in the extensions section?
Thanks!
Absolutely! I've activated auto-merge, so it should get merged once the GitHub Actions pipeline is through.
@ffried thanks for the approval! It looks like one of the specs are failing which I would think is unrelated to documentation change. Let me know if you need anything.
@gruffins Thanks for the reminder! It's an unrelated (spurious) failure. I'll merge it manually.
|
gharchive/pull-request
| 2023-01-16T16:46:03 |
2025-04-01T04:54:51.085732
|
{
"authors": [
"ffried",
"gruffins"
],
"repo": "CocoaLumberjack/CocoaLumberjack",
"url": "https://github.com/CocoaLumberjack/CocoaLumberjack/pull/1328",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
920150693
|
Added Project Admin, Code of Conduct and License
Hey @Yashnatani021-coder
I have added Code of conduct, Project Admin and License to the readme file.
Please Check and update.
I didn't know whose pic to put on project admin, so used a gif.
If you could provide with the picture I'll update it.
Thanks
Cool , I liked gif stuff
|
gharchive/pull-request
| 2021-06-14T08:13:25 |
2025-04-01T04:54:51.119798
|
{
"authors": [
"Shaishav0507",
"hkaur008"
],
"repo": "CodeFlow201/GitMarkonics",
"url": "https://github.com/CodeFlow201/GitMarkonics/pull/39",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2491195144
|
🛑 sensors.AFRICA - API is down
In 16eac7e, sensors.AFRICA - API (https://api.sensors.africa/docs) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sensors.AFRICA - API is back up in cc0a32d after 54 minutes.
|
gharchive/issue
| 2024-08-28T06:37:37 |
2025-04-01T04:54:51.122543
|
{
"authors": [
"cfafrica"
],
"repo": "CodeForAfrica/upptime",
"url": "https://github.com/CodeForAfrica/upptime/issues/740",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
241134454
|
chartJS Stairstep Chart
I thought I would try out chartJS and see how it compares to d3. This PR adds the "stairstep chart" that Matt and I talked about last week and a starting point for chartJS (stairstep.html). I also made some changes to where typescript gets compiled (js-compiled folder), and tested the npm install and npm run on a fresh checkout. Looks like everything is working. Nice work on automating all of that, @abettermap that makes development a lot nicer.
chartJS made it pretty easy to this up. Yearly kW amounts and the goals plotted as a separate line.
On vacation for a couple weeks but code looks good at a skim so I'll pull it in and look more closely later.
|
gharchive/pull-request
| 2017-07-07T01:49:33 |
2025-04-01T04:54:51.125971
|
{
"authors": [
"abettermap",
"dgendill"
],
"repo": "CodeForFoco/solar-scorecard",
"url": "https://github.com/CodeForFoco/solar-scorecard/pull/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
177695423
|
Game images
Creation of game images like thief and houses
Added thief image to the images folder,
Resized thief image to fit requirement; to maintain aspect ratio with the game board
Added game board(Game World) image
|
gharchive/issue
| 2016-09-19T02:43:53 |
2025-04-01T04:54:51.128937
|
{
"authors": [
"gladiatorAsh",
"nilamdeka23"
],
"repo": "CodeGladiators/CatchMeIfUCan",
"url": "https://github.com/CodeGladiators/CatchMeIfUCan/issues/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
2664601224
|
🛑 Fleet Heating & Air is down
In cdc5ccd, Fleet Heating & Air (http://www.fleetheatingandair.com) was down:
HTTP code: 500
Response time: 9352 ms
Resolved: Fleet Heating & Air is back up in d06ddf2 after 9 minutes.
|
gharchive/issue
| 2024-11-16T16:40:10 |
2025-04-01T04:54:51.133938
|
{
"authors": [
"thatsenam"
],
"repo": "CodeIntel-Development/uptime",
"url": "https://github.com/CodeIntel-Development/uptime/issues/402",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1846401843
|
CM-714: Difference Between String, FormattableString, IFormattable in C#
First draft
@jshergal, everything should be fine now.
@jshergal it should be fine now.
@jshergal, I have applied your feedback; let me know if it's okay now.
@jshergal, I have applied your feedback; let me know if it's okay now.
Yes, the change in that unit test looks good. There is other feedback I have added that still needs to be addressed.
One thing, in looking at the unit test where you made the recent changes, it feels to me like the check for the type should be the first assertion, since the other two assertions are based on the fact that the return value is actually a string. As a whole I am not sure the value that is added by asserting that the return value is a string, especially given that we are calling Contains on the return value, which will basically fail to compile if the object was not a string (with the exception of course that some other return type could have a Contains method). As a whole, if we want to keep that assertion, then from a logical flow perspective it should be the first assertion. We can think of the ordering in this way:
Setup
Run some operation which gives a result
Verify the result is of an expected type
Now verify that the result value matches what is expected
@jshergal, it's sorted; thanks for your feedback.
@jshergal, let me know if I have missed anything.
@jshergal, it should be fine now
|
gharchive/pull-request
| 2023-08-11T08:16:40 |
2025-04-01T04:54:51.138338
|
{
"authors": [
"jshergal",
"martinchege324"
],
"repo": "CodeMazeBlog/CodeMazeGuides",
"url": "https://github.com/CodeMazeBlog/CodeMazeGuides/pull/1337",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2401148925
|
AST Parse @supported decorators and add supported information for each provider to the docs.
Extension of #336 . Now that every provider has the @supported decorator, we need to pull the information into the docs and intellisense syntax highlighting
We'll hold off on the intellisense highlighting - this could be done in an IDE extension instead.
|
gharchive/issue
| 2024-07-10T16:02:36 |
2025-04-01T04:54:51.156450
|
{
"authors": [
"shehabattia96"
],
"repo": "CodeToCAD/CodeToCAD",
"url": "https://github.com/CodeToCAD/CodeToCAD/issues/344",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
779361033
|
feat(Interstitial): add focus mgmt to component
Overview
This PR adds focus management to our Interstitial components. Basically, when an Interstitial pops up, the focus will be moved to the heading of that Interstitial. This mimics the way Links works when using screen readers.
I will also make it explicit in the description for this component that it provides focus management and that only one interstitial should be rendered at a time.
PR Checklist
[ ] Related to designs:
[x] Related to JIRA ticket: LX-4518
[ ] I have run this code to verify it works
[ ] This PR includes unit tests for the code change
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.8-alpha.45086a.0@codecademy/gamut-labs@7.6.4-alpha.45086a.0@codecademy/gamut@19.8.1-alpha.45086a.0@codecademy/styleguide@21.7.1-alpha.45086a.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.8-alpha.45086a.0@codecademy/gamut-labs@7.6.4-alpha.45086a.0@codecademy/gamut@19.8.1-alpha.45086a.0@codecademy/styleguide@21.7.1-alpha.45086a.0
🚀 Styleguide deploy preview ready!https://5ff4df869b215c1ac7dd7233--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff4df869b215c1ac7dd7233--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff4e550ea6fa22627c9bc8e--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff4e550ea6fa22627c9bc8e--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.8-alpha.6fb3f4.0@codecademy/gamut-labs@7.6.4-alpha.6fb3f4.0@codecademy/gamut@19.8.1-alpha.6fb3f4.0@codecademy/styleguide@21.7.1-alpha.6fb3f4.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.8-alpha.6fb3f4.0@codecademy/gamut-labs@7.6.4-alpha.6fb3f4.0@codecademy/gamut@19.8.1-alpha.6fb3f4.0@codecademy/styleguide@21.7.1-alpha.6fb3f4.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.8-alpha.3369df.0@codecademy/gamut-labs@7.6.4-alpha.3369df.0@codecademy/gamut@19.8.1-alpha.3369df.0@codecademy/styleguide@21.7.1-alpha.3369df.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.8-alpha.3369df.0@codecademy/gamut-labs@7.6.4-alpha.3369df.0@codecademy/gamut@19.8.1-alpha.3369df.0@codecademy/styleguide@21.7.1-alpha.3369df.0
🚀 Styleguide deploy preview ready!https://5ff4e7c816e5d6265a928f46--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff4e7c816e5d6265a928f46--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.9-alpha.0e6a50.0@codecademy/gamut-labs@7.6.5-alpha.0e6a50.0@codecademy/gamut@19.8.2-alpha.0e6a50.0@codecademy/styleguide@21.7.2-alpha.0e6a50.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.9-alpha.0e6a50.0@codecademy/gamut-labs@7.6.5-alpha.0e6a50.0@codecademy/gamut@19.8.2-alpha.0e6a50.0@codecademy/styleguide@21.7.2-alpha.0e6a50.0
🚀 Styleguide deploy preview ready!https://5ff5e1e0efedb11242ec3a79--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff5e1e0efedb11242ec3a79--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.9-alpha.775576.0@codecademy/gamut-labs@7.6.5-alpha.775576.0@codecademy/gamut@19.8.2-alpha.775576.0@codecademy/styleguide@21.7.2-alpha.775576.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.9-alpha.775576.0@codecademy/gamut-labs@7.6.5-alpha.775576.0@codecademy/gamut@19.8.2-alpha.775576.0@codecademy/styleguide@21.7.2-alpha.775576.0
🚀 Styleguide deploy preview ready!https://5ff5f62b8e93ac09f459ef60--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff5f62b8e93ac09f459ef60--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.9-alpha.9e0c67.0@codecademy/gamut-labs@7.6.5-alpha.9e0c67.0@codecademy/gamut@19.8.2-alpha.9e0c67.0@codecademy/styleguide@21.7.2-alpha.9e0c67.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.3.9-alpha.9e0c67.0@codecademy/gamut-labs@7.6.5-alpha.9e0c67.0@codecademy/gamut@19.8.2-alpha.9e0c67.0@codecademy/styleguide@21.7.2-alpha.9e0c67.0
🚀 Styleguide deploy preview ready!https://5ff695789dc17143696415fb--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://5ff695789dc17143696415fb--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.3-alpha.93a3e2.0@codecademy/gamut-labs@7.10.2-alpha.93a3e2.0@codecademy/gamut@19.10.2-alpha.93a3e2.0@codecademy/styleguide@21.13.2-alpha.93a3e2.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.3-alpha.93a3e2.0@codecademy/gamut-labs@7.10.2-alpha.93a3e2.0@codecademy/gamut@19.10.2-alpha.93a3e2.0@codecademy/styleguide@21.13.2-alpha.93a3e2.0
🚀 Styleguide deploy preview ready!https://6002301301aff12dccdc7086--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://6002301301aff12dccdc7086--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.74606e.0@codecademy/gamut-labs@7.10.4-alpha.74606e.0@codecademy/gamut@19.10.3-alpha.74606e.0@codecademy/styleguide@21.14.2-alpha.74606e.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.74606e.0@codecademy/gamut-labs@7.10.4-alpha.74606e.0@codecademy/gamut@19.10.3-alpha.74606e.0@codecademy/styleguide@21.14.2-alpha.74606e.0
🚀 Styleguide deploy preview ready!https://6007153131a9423d2cf58977--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://6007153131a9423d2cf58977--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.5355e1.0@codecademy/gamut-labs@7.10.4-alpha.5355e1.0@codecademy/gamut@19.10.3-alpha.5355e1.0@codecademy/styleguide@21.14.2-alpha.5355e1.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.5355e1.0@codecademy/gamut-labs@7.10.4-alpha.5355e1.0@codecademy/gamut@19.10.3-alpha.5355e1.0@codecademy/styleguide@21.14.2-alpha.5355e1.0
🚀 Styleguide deploy preview ready!https://6007178d2d238c3a4a965bb9--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://6007178d2d238c3a4a965bb9--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.ff4424.0@codecademy/gamut-labs@7.10.4-alpha.ff4424.0@codecademy/gamut@19.10.3-alpha.ff4424.0@codecademy/styleguide@21.14.2-alpha.ff4424.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.ff4424.0@codecademy/gamut-labs@7.10.4-alpha.ff4424.0@codecademy/gamut@19.10.3-alpha.ff4424.0@codecademy/styleguide@21.14.2-alpha.ff4424.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.e3a98a.0@codecademy/gamut-labs@7.10.4-alpha.e3a98a.0@codecademy/gamut@19.10.3-alpha.e3a98a.0@codecademy/styleguide@21.14.2-alpha.e3a98a.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.e3a98a.0@codecademy/gamut-labs@7.10.4-alpha.e3a98a.0@codecademy/gamut@19.10.3-alpha.e3a98a.0@codecademy/styleguide@21.14.2-alpha.e3a98a.0
🚀 Styleguide deploy preview ready!https://60071c0318447343bb5953ab--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://60071c0318447343bb5953ab--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.d3a4e7.0@codecademy/gamut-labs@7.10.4-alpha.d3a4e7.0@codecademy/gamut@19.10.3-alpha.d3a4e7.0@codecademy/styleguide@21.14.2-alpha.d3a4e7.0
📬Published Alpha Packages:@codecademy/gamut-illustrations@0.4.4-alpha.d3a4e7.0@codecademy/gamut-labs@7.10.4-alpha.d3a4e7.0@codecademy/gamut@19.10.3-alpha.d3a4e7.0@codecademy/styleguide@21.14.2-alpha.d3a4e7.0
🚀 Styleguide deploy preview ready!https://600722d7ced2c060f42a8ee4--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://600722d7ced2c060f42a8ee4--gamut-preview.netlify.appDeploy Logs
📬Published Alpha Packages:@codecademy/eslint-config@3.1.1-alpha.b52bc1.0@codecademy/gamut-illustrations@0.4.4-alpha.b52bc1.0@codecademy/gamut-labs@7.10.4-alpha.b52bc1.0@codecademy/gamut@19.10.3-alpha.b52bc1.0@codecademy/macros@1.1.2-alpha.b52bc1.0@codecademy/styleguide@21.14.3-alpha.b52bc1.0
📬Published Alpha Packages:@codecademy/eslint-config@3.1.1-alpha.b52bc1.0@codecademy/gamut-illustrations@0.4.4-alpha.b52bc1.0@codecademy/gamut-labs@7.10.4-alpha.b52bc1.0@codecademy/gamut@19.10.3-alpha.b52bc1.0@codecademy/macros@1.1.2-alpha.b52bc1.0@codecademy/styleguide@21.14.3-alpha.b52bc1.0
🚀 Styleguide deploy preview ready!https://600726d434af4847fb52d066--gamut-preview.netlify.appDeploy Logs
🚀 Styleguide deploy preview ready!https://600726d434af4847fb52d066--gamut-preview.netlify.appDeploy Logs
|
gharchive/pull-request
| 2021-01-05T17:57:23 |
2025-04-01T04:54:51.188536
|
{
"authors": [
"codecademydev",
"dreamwasp"
],
"repo": "Codecademy/client-modules",
"url": "https://github.com/Codecademy/client-modules/pull/1267",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
96281514
|
突然遇到莫名其妙的问题
我在重构工程的时候加入了MJExtension做为模型的处理,刚开始添加的一些属性还有一些Key的映射都没问题,但后来添加了一个或者多个属性跟Key的映射之后,新的属性一直为空,如果在转换之前断点的话,偶尔会转换成功,但直接运行的时候一直是空值...
前面的属性转换经过多次的测试是没问题的,是后面修改过或新添加的属性会出现以上所属的问题。
有Demo看看么?是不是字典的值偶尔为nil呢?或者试试最新版?
暂时没有demo,昨天手动更新到最新版之后就没问题了。字典的值不为nil,这个经过多次测试了,在相同的数据,在断点的情况下有时候是转换成功的,但是在直接运行的时候就大部分时候都是转换成空值的。PS:这个现象是在model 进行过更新之后才会出现的问题。
|
gharchive/issue
| 2015-07-21T10:22:45 |
2025-04-01T04:54:51.258496
|
{
"authors": [
"CoderMJLee",
"mrkey0310"
],
"repo": "CoderMJLee/MJExtension",
"url": "https://github.com/CoderMJLee/MJExtension/issues/136",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
117538107
|
hi,老师,现在oc支持泛型了,所以确定数组里的模型类是否可以用泛型吗?
可以支持到这样吗?
如果可以的话,以下函数都可以免了,直接从泛型参数里读取元素类型
(NSDictionary *)mj_objectClassInArray;
有空试试
#385
|
gharchive/issue
| 2015-11-18T08:29:45 |
2025-04-01T04:54:51.260257
|
{
"authors": [
"CoderMJLee",
"maplelover",
"wolfcon",
"wy19901227"
],
"repo": "CoderMJLee/MJExtension",
"url": "https://github.com/CoderMJLee/MJExtension/issues/264",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1746724427
|
🛑 Date is down
In d781fdf, Date (https://dubae.vip) was down:
HTTP code: 503
Response time: 10885 ms
Resolved: Date is back up in 3aed107.
|
gharchive/issue
| 2023-06-07T21:40:15 |
2025-04-01T04:54:51.265902
|
{
"authors": [
"Codifta"
],
"repo": "Codifta/uptime",
"url": "https://github.com/Codifta/uptime/issues/222",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
235911831
|
Coding Challenge: Plotting electron occurrence probability of a hydrogen atom using the hydrogen quantum wave function.
Create a hydrogen's electron density plot at different energies, using the hydrogen wave function.
Resources:
https://en.wikipedia.org/wiki/Hydrogen_atom#Schr.C3.B6dinger_equation
https://en.wikipedia.org/wiki/Wave_function
http://hyperphysics.phy-astr.gsu.edu/hbase/quantum/hydwf.html
Like so, where a brighter colour means a greater likelihood of finding an electron there:
Hello, this repository is for the code from tutorials only, please but all topic suggestions/requests in https://github.com/CodingTrain/Rainbow-Topics thanks.
Thanks
|
gharchive/issue
| 2017-06-14T15:06:10 |
2025-04-01T04:54:51.291426
|
{
"authors": [
"Demonstrandum",
"meiamsome"
],
"repo": "CodingTrain/Rainbow-Code",
"url": "https://github.com/CodingTrain/Rainbow-Code/issues/178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
414910561
|
Adding my contribution
I just re wrote it in p5.js and added the noise to the each particle. :)
❤️
|
gharchive/pull-request
| 2019-02-27T02:09:26 |
2025-04-01T04:54:51.292320
|
{
"authors": [
"gruselhaus",
"jcponce"
],
"repo": "CodingTrain/website",
"url": "https://github.com/CodingTrain/website/pull/1167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
434035471
|
Code refactored and Moves implemented
I refactored the code so that all rotations are in one function. I've implemented the real moves of the Rubik's cube. Colors of the cube updated.
I love this idea! Thank you for taking the time to do this work! I like to keep the code in this repo matching the video so that viewers can follow along. I just posted the same thoughts in #1282 but I'll repeat here anyway!
You could submit your own version as a community contribution.
I could create a community "Rubik's Cube" project separate from the website that viewers could develop. I like doing this, but it often becomes difficult to manage.
What do you think?
(I'll also note that I am releasing part 3 tomorrow).
Hi Dan,
The reason behind this pull request is mostly the implementation of the moves and updating the colors. Also you said that you wanted to refactoring the rotation functions so I did that (not saying that this is the best way to do it but..... anyways it's there). So please think about implementing the moves for part 4 so that it will be easier once you try to do the AI (if you intend to use any algorithms of course). And yes I'll try to submit my version on the web.
Thank you
You're amazing.
@shiffman I updated part 3. Please take a look.
This is amazing! Could it be posted as a community contribution and linked from the challenge? Then I could refer to it if / when I continue the challenge.
This is amazing! Could it be posted as a community contribution and linked from the challenge? Then I could refer to it if / when I continue the challenge.
Yes, of course. But please do continue this series. The coding challenge turns out great. I know that the AI part might be difficult but you'll figure it out. You always do.
I'd like to leave this open for a little while pending a new pull request with a link to the code this code or even just a diff? This will be a helpful reminder if/when I return to the project!
Implemented along https://github.com/CodingTrain/website/pull/1373
|
gharchive/pull-request
| 2019-04-17T00:05:23 |
2025-04-01T04:54:51.300400
|
{
"authors": [
"gruselhaus",
"shiffman",
"vladig98"
],
"repo": "CodingTrain/website",
"url": "https://github.com/CodingTrain/website/pull/1282",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1616328365
|
Hbui Modal component not pop up even the showOpen props is true
I recently tried out the Modal component with the passive trigger props showOpen as a true value and the model is not popping up.
it resolved by updating the hbui version
|
gharchive/issue
| 2023-03-09T03:16:57 |
2025-04-01T04:54:51.331731
|
{
"authors": [
"jyooi"
],
"repo": "CoinAlpha/hbui",
"url": "https://github.com/CoinAlpha/hbui/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
215701670
|
OP_RETURN outputs with zero value are rejected
OP_RETURN outputs with zero value are nonstandard and are not accepted to enter the mempool.
‘ERROR: AcceptToMemoryPool : nonstandard transaction: dust’.
Fees are paid by other outputs.
Flood prevention should be done using fee policy (vide the idea of dynamic minimum transaction fees). Enforcing minimum transaction value would reasonably work only for OP_RETURN transactions.
|
gharchive/issue
| 2017-03-21T11:09:00 |
2025-04-01T04:54:51.337760
|
{
"authors": [
"KrzysiekJ",
"blackstat"
],
"repo": "CoinBlack/blackcoin",
"url": "https://github.com/CoinBlack/blackcoin/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1396487273
|
Disconnects Randomly
Can't run for a day straight
After a few hours randomly disconnects.
@DaryKeruita so a big part of the issues was probably related to the streaming models, apparently they are very different on the mainnet, I have only tested them on testnet. I added now some basic reconnection mechanisms found two events which I have found only on mainnet rightnow. And I run the stream and monitor it for errors the next days and see how it plays out. I guess it should work better now. Ping me if you find issues preferably with logs next time.
Okay so I found some other issues, as of rightnow I think while I can reconnect to the stream, probably every subscriptions has to be reapplied, I think it will take some time when I can fix this.
Hi. Is this fixed?
Hi I think it is running quite stable for some time now, so I'd say yes? I mean it still diconnects, but then tries to reconnect, and that can take some time. Sometimes a couple minutes, but then resumes as before. But thats more an issue with opensea not with the lib (I think).
Ping me once you have tested it.
|
gharchive/issue
| 2022-10-04T15:39:02 |
2025-04-01T04:54:51.346799
|
{
"authors": [
"Chweyaa",
"DaryKeruita",
"Dimfred"
],
"repo": "Cojodi/openseapy",
"url": "https://github.com/Cojodi/openseapy/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2019054132
|
Error installing packages
After reading your posts, I'm experimenting with webR in node.js. However, when trying to use your package to install R packages, it raise an error:
$ Rscript ./node_modules/webrtools/r/install.R dplyr
Skipping install of 'webrtools' from a github remote, the SHA1 (063164d4) has not changed since last install.
Use `force = TRUE` to force installation
Error in contrib.url(repos, type) :
trying to use CRAN without setting a mirror
Calls: <Anonymous> ... <Anonymous> -> <Anonymous> -> unique -> contrib.url
Ejecución interrumpida
I'm working on Windows 11 and R 4.3.2.
Let me know if I can help anyhow.
Closed via #2
|
gharchive/issue
| 2023-11-30T16:38:02 |
2025-04-01T04:54:51.355322
|
{
"authors": [
"ColinFay",
"jospueyo"
],
"repo": "ColinFay/webrtools",
"url": "https://github.com/ColinFay/webrtools/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1243893706
|
When adding team members in the project details error occurs if designation of team member not added
Describe the bug
In updating project details , when adding details of the team members if we do not select designation of the team member, and save the form error is displayed on the screen.
Refer screenshot
The error message still exist
The issue has been fixed
|
gharchive/issue
| 2022-05-21T07:01:11 |
2025-04-01T04:54:51.406705
|
{
"authors": [
"deepankar-sajwan"
],
"repo": "ColoredCow/portal",
"url": "https://github.com/ColoredCow/portal/issues/1441",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
309779595
|
Do not crash when no warnings are emitted
Hi there 👋
This PR aims to address the bug mentioned in #7.
Best 🤗
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.
|
gharchive/pull-request
| 2018-03-29T14:34:23 |
2025-04-01T04:54:51.420794
|
{
"authors": [
"CLAassistant",
"maxmellen"
],
"repo": "Comcast/dialyzex",
"url": "https://github.com/Comcast/dialyzex/pull/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1754308251
|
[CI] Add blob unit tests GH action
Test CI
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.
|
gharchive/pull-request
| 2023-06-13T08:16:46 |
2025-04-01T04:54:51.422770
|
{
"authors": [
"CLAassistant",
"barthap"
],
"repo": "CommE2E/comm",
"url": "https://github.com/CommE2E/comm/pull/239",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
2306102438
|
Artifact Function subclass justifications
Issue #251 made me wonder about the many descendants of class Artifact Function and the rationale for including all of them in CCO. I'm not saying they're unnecessary classes, just questioning whether they should be in a mid-level ontology. Consider:
Only two descendants of Artifact Function, Payload Capacity and Sensor Modality Function, have inheres-in subclass restrictions.
I haven't examined most of the class definition annotations closely, but the ones I've seen seldom explicitly mention the class of artifact used in the function.
CCO offers lots of functions to express how an artifact is used, but it does not guide modelers in how to tie functions to artifacts. This is an important design decision with significant consequences for the content of a mid-level ontology. Was this design decision deliberate or organic?
It seems like there should be a roughly one-to-one correspondence of artifacts to their functions in the ontologies. If there are more of one than the other, or significant underlap, then this is worth investigating. Why include a function but not include (at least one) corresponding artifact? Same with artifacts--at least one vehicle-related function should exist, even if there are a number of vehicle subclasses with no more specific functions.
Reflecting the decision to under-axiomatize the ontology to allow users to craft their own data models with less restriction, the subclass restrictions seems to be an oversight and should be deleted to align with the other functions.
CCO offers lots of functions to express how an artifact is used, but it does not guide modelers in how to tie functions to artifacts. This is an important design decision with significant consequences for the content of a mid-level ontology. Was this design decision deliberate or organic?
I'm not sure what you mean here. CCO follows the BFO pattern, that material entities bear functions, and those are realized in processes, and they may be 'used-by' agents in those processes, and further the usage of these artifacts may produce certain cco:effects.
@cameronmore: I don't want to speak for @swartik here, but I think what he means is:
Unlike his proposed definition of 'Life Support Artifact Function', the definitions for subclasses of Artifact Function don't mention subclasses of Material Artifact (and vice versa).
The subclasses of Artifact Function don't have associated axioms linking them to subclasses of Material Artifact (and vice versa).
@swartik this is an interesting issue. My own personal take:
As an artifact with a history, the ontologies developed more in some areas than others. There are terms which we all think are too specific for a mid level ontology (looking at you cco:Flywheel), but they're there, and I personally hope that domain ontologies take over some specific terms for which they may be the better and more authoritative curator.
Regarding the perhaps functional relationship between functions and artifacts, I personally think that the way the terms are defined now allows the ontologies to follow the construction and experimentation of real world artifacts, not the other way around. Every infomercial seems to invent a new artifact which solves an old problem in some unique way. Now, the latest vegetable mincer can bear the same 'Food Slicing Artifact Function' as the other five mincers on the market, while being its own unique artifact (defined, perhaps, in terms of how it performs that function). Functions are realized through the manifestations, effects. Freezers, fridges, laboratory storage fridges, mini-coolers, ice-machinies, ice houses, air conditioners, etc., all share the same or highly similar functions, and I think the current taxonomy handles such variation well by not more directly linking them.
If functions had normative statements in them, references to specific artifacts, then I can imagine users getting discourages when asserting that a cooling function inheres in something that's not a cooling system.
On the other hand, you may say that the functions could be linked up to generic classes, rather than a specific cooling artifact, but just to the generic set of artifacts that cool. This is a good strategy, but I am concerned that it would still bake in too much rigidity into the models and subtract from some flexibility.
Of course, the saying goes 'bend, don't break,' and I can't say whether this flexibility is a universal benefit or if there are steps we can take to shore up the artifact hierarchy or the function hierarchy. I can't speculate much without seeing more domains and their choices re function and artifact.
@cameronmore I wish I could offer wisdom; I tend to think about artifact/function classes one at a time, on an as-needed basis.
I think we've taken this discussion as far as is useful in the issues. I'll close it.
|
gharchive/issue
| 2024-05-20T14:17:02 |
2025-04-01T04:54:51.438536
|
{
"authors": [
"cameronmore",
"gregfowlerphd",
"swartik"
],
"repo": "CommonCoreOntology/CommonCoreOntologies",
"url": "https://github.com/CommonCoreOntology/CommonCoreOntologies/issues/253",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1094024704
|
Please invite me to the Community Organization
Name
Samuel Ayoade
Discord Username (if applicable) E.g John#412
No response
Questions & suggestions?
No response
Welcome to Communitypro @Bruzay we are so pleased to have you join us 🙌🏾🤩
|
gharchive/issue
| 2022-01-05T06:27:44 |
2025-04-01T04:54:51.440826
|
{
"authors": [
"Bruzay",
"Evavic44"
],
"repo": "CommunityPro/support",
"url": "https://github.com/CommunityPro/support/issues/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2311483085
|
Reduce timeout from 30 minutes to 10 minutes in serial tests
Before, we were waiting for 30 minutes for a scan to timeout. 30 minutes
is a long time, and we have some retry logic in the operator to rekick
scans after a timeout. Let's reduce the timeout for tests to see if we
can improve resilience to flaky scans.
/test e2e-aws-serial
Is this ironic?
2024/05/22 23:04:33 waiting until suite test-remove-profile-scan-binding reaches target status 'DONE'. Current status: RUNNING
2024/05/22 23:04:33 waiting until suite test-remove-profile-scan-binding reaches target status 'DONE'. Current status: RUNNING
main_test.go:1766: timed out waiting for the condition
--- FAIL: TestRemoveProfileScan (1800.04s)
|
gharchive/pull-request
| 2024-05-22T21:06:47 |
2025-04-01T04:54:51.459785
|
{
"authors": [
"rhmdnd",
"yuumasato"
],
"repo": "ComplianceAsCode/compliance-operator",
"url": "https://github.com/ComplianceAsCode/compliance-operator/pull/522",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1044821677
|
Changing passcode/biometrics not possible when failed identities exist
Description
When entering the "Update Passcode & Biometrics" flow, a msg pops up: "All identities and accounts must be finalized before passcode can be changed. Please wait, then try again." All my accounts/identities are finalized but some identities failed. First after deleting those identity cards, the user is allowed to proceed. Might be good to tell the user to delete the failed identity cards as well.
Steps to Reproduce
let an identity fail
more > update passcode & biometrics > continue
Expected Result
Msg to user should include to actively delete his failed identities. The sentence about waiting should be reworked.
Actual Result
Msg only talks about finalized and pending accounts/identities. It also tells the user to wait, which doesn't help in case of failed identities.
Versions
Concordium wallet 1.0.14
Android 9
Huawei y6s
Add to message that failed identities must be manually deleted.
|
gharchive/issue
| 2021-11-04T14:26:42 |
2025-04-01T04:54:51.571333
|
{
"authors": [
"concordium-cl"
],
"repo": "Concordium/concordium-reference-wallet-android",
"url": "https://github.com/Concordium/concordium-reference-wallet-android/issues/54",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2330423506
|
Freshly installed app starts in a strange way
To reproduce:
Install new build 1.1.0-qa.5.
Start the app.
Result:
It seems that app stops and starts again.
Expected:
App should just start.
startApp.mp4
I can't reproduce it. Can you provide more details? Although I don't think this is a significant issue.
I added a video. I could try it on another device. There is not much more to add, I just install fresh app (no seed phrase) and start the app.
Hm, okay. I can also see it only on Android 11 for now.
I marked it as won't do since it doesn't reproduce consistently.
|
gharchive/issue
| 2024-06-03T07:49:38 |
2025-04-01T04:54:51.575034
|
{
"authors": [
"Radiokot",
"mh-concordium"
],
"repo": "Concordium/cryptox-android",
"url": "https://github.com/Concordium/cryptox-android/issues/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2099758965
|
🐞 Bug pr 下的 git msg的阶段太短了,
现在是多少阶段?看起来很奇怪
截断
typo 截断~
目前是每个分支名的前20个字符
有些短了,测试一下飞书这边一行可以全部显示大概多少字符
不能光看电脑端,这个卡片要考虑移动端查看
|
gharchive/issue
| 2024-01-25T07:37:59 |
2025-04-01T04:54:51.589851
|
{
"authors": [
"Leizhenpeng",
"freeziyou",
"lloydzhou"
],
"repo": "ConnectAI-E/GitMaya",
"url": "https://github.com/ConnectAI-E/GitMaya/issues/146",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
807177069
|
Exclude github orchestrate private repo
Exclude github orchestrate private repo
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.
|
gharchive/pull-request
| 2021-02-12T11:56:35 |
2025-04-01T04:54:51.615096
|
{
"authors": [
"CLAassistant",
"darioAnongba"
],
"repo": "ConsenSys/doc.common",
"url": "https://github.com/ConsenSys/doc.common/pull/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1509812287
|
Enable snippets
Add extensions to enable Snippets and code highlighting, in order to accommodate https://github.com/ConsenSys/doc.zk-evm/pull/7.
Merging this now since everyone is on break and the bridge content in https://github.com/ConsenSys/doc.zk-evm/pull/7 must be merged by Christmas. This can be updated later if needed.
|
gharchive/pull-request
| 2022-12-23T22:07:29 |
2025-04-01T04:54:51.616802
|
{
"authors": [
"alexandratran"
],
"repo": "ConsenSys/doctools.action-builder",
"url": "https://github.com/ConsenSys/doctools.action-builder/pull/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
459356786
|
POW Sim
Build a protocol that simulates pow algorithms, uses difficulty calculations and includes uncles:
For Uncle creation
Before adding as uncle:
[x] Validate that block received has the same parent as existing block at same height
[x] Check block by height in blockchain and add as uncle if same parent and hasn’t been included and there are less than 2 uncles at that height
[ ] Prevent uncles past height+6 to be added
Refactoring
[x] Remove uncle reference from the node
Mining
[x] Adjust difficulty calculation to include uncles
[x] Validate calculations using real data from main net in a test
[ ] Create reward functions that allocates funds for successfully mining: 1) block + transaction fees 2) an uncle
** Data collection**
[ ] Generate stats for uncles and record them in a separate file (csv)
[ ] Select minimal parameters necessary to feed to RL agent
[ ] Set method that calls agent at decision points
Generate data and store it outside with minimum parameters necessary
#58
|
gharchive/issue
| 2019-06-21T20:16:21 |
2025-04-01T04:54:51.621410
|
{
"authors": [
"vanessabridge"
],
"repo": "ConsenSys/wittgenstein",
"url": "https://github.com/ConsenSys/wittgenstein/issues/59",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
707063132
|
addTimeZone
Admin can select the time zone when they create an announcement, so we can use this time zone to change as UTC string. Only take a four-time zone across U.S. now.
When loading the page, we convert all those time as local time.
I cannot create the new announcement, are we still allowed to create now? Want to test the landing page.
What issue are you running into when trying to create the announcement?
A few observations:
Need to pass in timezone to the Card components in CreatePsa.jsx so that it shows up in the mobile preview and confirmation page.
Timezones are hardcoded as PDT, EDT, etc. What happens when daylight savings ends in November? I think you may want do some research into what external libraries or browser APIs are available to help with this
A few observations:
Need to pass in timezone to the Card components in CreatePsa.jsx so that it shows up in the mobile preview and confirmation page.
Timezones are hardcoded as PDT, EDT, etc. What happens when daylight savings ends in November? I think you may want do some research into what external libraries or browser APIs are available to help with this
Hello @davidmjiang
For the question
I believe I have added timeZone in createPSA file.
To my understanding, as user provides timeZone, javascript could detect the time saving.
Attach a picture to better understand:
The senario is user select 9:00 am to 6:00pm in EST time, which is 3 hours ahead for the PDT time. Since I was in PDT time, so the card will show the time based on my location and also indicate the time zone.
I am trying to understand the picture. Is the EDT time in gray shown for testing purposes and 6:00am-3:00pm is what actually shows up on the card? As for daylight savings, it will change from PDT for example to PST, so will we handle that?
yes, David! the gray is when I create the announcement, I take 9:00 am to 6:00pm EDT. Since I was in PDT time, so the card will show 6:00am to 3:00pm PDT (the card will always show the local time). Oh, I see. after day saving, it should be PST? I did not realize it will change as PST. will add more conditions.
https://stackoverflow.com/questions/11887934/how-to-check-if-dst-daylight-saving-time-is-in-effect-and-if-so-the-offset
add link for better explanation
|
gharchive/pull-request
| 2020-09-23T05:40:31 |
2025-04-01T04:54:51.631445
|
{
"authors": [
"caiyuan1222",
"davidmjiang"
],
"repo": "ContactAssistApp/dashboard",
"url": "https://github.com/ContactAssistApp/dashboard/pull/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1149212151
|
Request to release v0.3.5
I am currently using the Helm chart version of Trow, and when I deploy Trow to AKS and try to pull images from Trow, I'm facing this error:
Failed to pull image "trow/test:latest": rpc error: code = FailedPrecondition desc = failed to pull and unpack image "trow/test:latest": failed commit on ref "layer-sha256:60324950a964e825b7fa78043fbe2330be484170e14f6ae6b7baeb4950f4bc9b": "layer-sha256:60324950a964e825b7fa78043fbe2330be484170e14f6ae6b7baeb4950f4bc9b" failed size validation: 318653 != 318654: failed precondition
I'm thinking this has been already fixed in e9e2a83de4da77962aef0728ec2e34a6e678fc98, which has not been included in any release yet.
Please publish a new release with this commit included.
Sure, I'll take a look later.
Hi, any updates on this?
Hey, this should be done now. Apologies for the delay, I was having some trouble with releases and new machines.
Let me know if there are any issues!
|
gharchive/issue
| 2022-02-24T12:10:32 |
2025-04-01T04:54:51.633874
|
{
"authors": [
"MukeshS-hexaware",
"amouat"
],
"repo": "ContainerSolutions/trow",
"url": "https://github.com/ContainerSolutions/trow/issues/317",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.