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 |
|---|---|---|---|---|---|
909189112 | Add logo in title bar of website
Use the Indian flag logo or some other icon related to voting.
I'll assign you this issue when the contribution period starts from 10th June, then you can start working on this issue.
Sir i want to work on this issue
I would like to work on this , Please Consider assigning me.
I would like to work on this issue sir.
I have raised a pull request. Plz check if that is fine sir!!
@VaishnaviNigam25, @SLPoojitha, @Naman-Joshi-14 since this is an easy issue I cannot assign it to more than one contributor.
Look for any other issue.
This issue is already assigned to someone else.
Look for any other issues.
@shivshankar9 are you working on this.
Apply favicon on all the pages.
Yes i am working
Yes i am working
@shivshankar9, use this logo https://github.com/QAZIMAAZARSHAD/Voters-Registration-Portal/blob/master/Images/logo.png.
| gharchive/issue | 2021-06-02T07:05:54 | 2025-04-01T04:32:59.657669 | {
"authors": [
"Naman-Joshi-14",
"QAZIMAAZARSHAD",
"SLPoojitha",
"VaishnaviNigam25",
"shivshankar9"
],
"repo": "QAZIMAAZARSHAD/Voters-Registration-Portal",
"url": "https://github.com/QAZIMAAZARSHAD/Voters-Registration-Portal/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
353483758 | SR86x lockin: get values of many parameters at once
Adds the possibility to return multiple measured values at the same time, get_values by implementing corresponding visa commands. Also, add data channels, data_channels, which also allow to return 4 values of parameters assigned to them at once.
ToDo:
[x] final testing on device
[x] update example notebook
@QCoDeS/core can someone have a quick look? :)
@jenshnielsen Yes, i did test (modulo some corner cases that i tested before final refactoring, my bad...). that is how the example notebook was updated. once CI passes, i will merge.
| gharchive/pull-request | 2018-08-23T17:39:10 | 2025-04-01T04:32:59.662072 | {
"authors": [
"astafan8"
],
"repo": "QCoDeS/Qcodes",
"url": "https://github.com/QCoDeS/Qcodes/pull/1245",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
935733615 | Fix R&S ZNB setting npts in CW mode
Fixes #3151.
I branched off of v0.26, let me know if you want me to rebase onto master.
@jenshnielsen
@mgunyho Thanks, We can merge master into this branch and then merge so that should be fine. The fix looks good to me. Did you test it on a real instrument ?
Yeah I tested with an instrument. Setting npts() in the example I had in the issue works now. I also quickly skimmed through the driver if the current sweep type should be checked elsewhere, looks like this is the only place.
| gharchive/pull-request | 2021-07-02T12:41:09 | 2025-04-01T04:32:59.663711 | {
"authors": [
"jenshnielsen",
"mgunyho"
],
"repo": "QCoDeS/Qcodes",
"url": "https://github.com/QCoDeS/Qcodes/pull/3168",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1079378782 | fix export to xarray on empty ds
bors merge
bors merge
| gharchive/pull-request | 2021-12-14T06:53:07 | 2025-04-01T04:32:59.664931 | {
"authors": [
"jenshnielsen",
"trevormorgan"
],
"repo": "QCoDeS/Qcodes",
"url": "https://github.com/QCoDeS/Qcodes/pull/3679",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1369883793 | Expose validator settings as properties
I noticed that sometimes the settings of validators are accessed for use, but at the moment they are private attrbiutes, so this PR makes them public properties. For those validators that has their settings as public attributes, setters for the properties are added.
bors merge
bors merge
bors merge
Bors merge
| gharchive/pull-request | 2022-09-12T13:09:24 | 2025-04-01T04:32:59.666385 | {
"authors": [
"astafan8",
"jenshnielsen"
],
"repo": "QCoDeS/Qcodes",
"url": "https://github.com/QCoDeS/Qcodes/pull/4602",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
780578778 | Mac系统docker一键部署后,localhost:81显示异常,没有行情、研究等界面
问题反馈
当您安装/使用QUANTAXIS的时候如果遇到任何问题, 您可以在这里提出,我们会在24小时内给您答复
您使用的QUANTAXIS版本号是什么?
您的系统信息(包括系统版本,系统架构(32/64),内存大小等等)
MacBook Pro
macOS Big Sur
64
8Gb
您的系统环境是什么?
- monodb-通过docker部署
- python3.8-anaconda
- docker(有)
您需要反馈的问题
采用如下方式部署
wget -c https://gitee.com/yutiansut/QUANTAXIS/raw/master/docker/qa-service/docker-compose.yaml docker volume create qamg docker volume create qacode docker-compose up
运行中有报错
qamonitor_1 | /bin/sh: 1: python: not found qaunt_qamonitor_1 exited with code 127
进入localhost:81,登录前后界面如图:
没有行情,研究等界面。和QUANTAXIS 桌面级产品(全平台 WIN/MAC/LINUX)中的截图不一样。
在localhost:8888中,尝试跑http://www.yutiansut.com:3000/topic/5dc5da7dc466af76e9e3bc5d 中的DIF突破DEA回测。可以正常输出结果。但是在localhost:81中没有任何回测结果
感谢您的反馈 如有意见和建议,请在此说明:
您的联系方式(QQ/EMAIL)
xsj1995@126.com
THANKS
by yutiansut
2017.12
新版本界面就长这样,问题解决。
新版本界面就长这样,问题解决。 | gharchive/issue | 2021-01-06T14:08:38 | 2025-04-01T04:32:59.693702 | {
"authors": [
"shijie-xie"
],
"repo": "QUANTAXIS/QUANTAXIS",
"url": "https://github.com/QUANTAXIS/QUANTAXIS/issues/1627",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1410196573 | 🛑 QRYN.DEMO is down
In b17c861, QRYN.DEMO (https://qryn.glitch.me) was down:
HTTP code: 0
Response time: 0 ms
Resolved: QRYN.DEMO is back up in 17ddc76.
| gharchive/issue | 2022-10-15T15:09:45 | 2025-04-01T04:32:59.696323 | {
"authors": [
"lmangani"
],
"repo": "QXIP/uptime",
"url": "https://github.com/QXIP/uptime/issues/84",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2177752545 | 欧静涵+2302580035
#include <stdio.h>
Sum1(int n)//函数使用了一个简单的循环来计算阶乘的累加和。在每次循环中,它更新了阶乘的值并将其加到总和中
{
int p = 1, sum = 0, m;
for (m = 1; m <= n; m++)
{
p *= m;
sum += p;
}
return (sum);
}
Sum2(int n)//函数也使用了循环,但在每次循环中,它重新计算了阶乘的值,而不是像 Sum1 那样简单地更新现有的阶乘值。
{
int sum = 0, p, m, t;
for (m = 1; m <= n; m++)
{
p = 1;
for (t = 1; t <= m; t++)
p *= t;
sum += p;
}
return (sum);
}
fact(int n)//函数是一个递归函数,它通过递归方式计算阶乘。
{
if (n <= 1)
return (1);
else
return (n * fact(n - 1));
}
int main()
{
printf("%d\n", Sum1(5));
printf("%d\n", Sum2(5));
printf("%d\n", fact(5));
return 0;
}
二,课后作业
#include <stdio.h>
struct Student {
int id;
float score;
};
bool compareScores(const Student &a, const Student &b) {
return a.score > b.score;
}
int main() {
int n;
printf("请输入学生人数: ");
scanf("%d", &n);
Student *students = new Student[n];
// 输入学生学号和成绩
for (int i = 0; i < n; ++i) {
printf("请输入第 %d 个学生的学号和成绩: ", i + 1);
scanf("%d %f", &students[i].id, &students[i].score);
}
// 按成绩由高到低排序
for (int i = 0; i < n - 1; ++i) {
for (int j = 0; j < n - i - 1; ++j) {
if (compareScores(students[j], students[j + 1])) {
Student temp = students[j];
students[j] = students[j + 1];
students[j + 1] = temp;
}
}
}
printf("学生的学号和成绩按成绩从高到低排列如下:\n");
for (int i = 0; i < n; ++i) {
printf("学号: %d, 成绩: %.2f\n", students[i].id, students[i].score);
}
float sum = 0;
int failCount = 0;
for (int i = 0; i < n; ++i) {
sum += students[i].score;
if (students[i].score < 60) {
++failCount;
}
}
float averageScore = sum / n;
printf("平均成绩为: %.2f\n", averageScore);
printf("不及格学生人数为: %d\n", failCount);
delete[] students;
return 0;
一、提高题:
Sum1的时间复杂度为
T(N)=O(N);
Sum2的时间复杂度为
T(N)=O(;u);
fact的时间复杂度为
T(N)=O(1);
二,课后作业
#include < stdio.h>
struct Student {
int id;
float score;
};
bool compareScores(const Student &a, const Student &b) {
return a.score > b.score;
}
int main() {
int n;
printf(“请输入学生人数: ”);
扫描f(“%d”, &n);
Student *students = new Student[n];
// 输入学生学号和成绩
for (int i = 0; i < n; ++i) {
printf("请输入第 %d 个学生的学号和成绩: ", i + 1);
scanf("%d %f", &students[i].id, &students[i].score);
}
// 按成绩由高到低排序
for (int i = 0; i < n - 1; ++i) {
for (int j = 0; j < n - i - 1; ++j) {
if (compareScores(students[j], students[j + 1])) {
Student temp = students[j];
students[j] = students[j + 1];
students[j + 1] = temp;
}
}
}
printf("学生的学号和成绩按成绩从高到低排列如下:\n");
for (int i = 0; i < n; ++i) {
printf("学号: %d, 成绩: %.2f\n", students[i].id, students[i].score);
}
float sum = 0;
int failCount = 0;
for (int i = 0; i < n; ++i) {
sum += students[i].score;
if (students[i].score < 60) {
++failCount;
}
}
float averageScore = sum / n;
printf("平均成绩为: %.2f\n", averageScore);
printf("不及格学生人数为: %d\n", failCount);
delete[] students;
return 0;
}
哈哈哈,我就停在这个页面看着你开开关关,这份作业也是copy的,而且我没有指出他的错误,你也跟着复制了
| gharchive/issue | 2024-03-10T14:44:28 | 2025-04-01T04:32:59.713962 | {
"authors": [
"Pescado-jy",
"QZHY-HTX"
],
"repo": "QZHY-HTX/Data-Structure",
"url": "https://github.com/QZHY-HTX/Data-Structure/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
771769606 | 文件都少上传了还是咋地了
文件都少上传了还是咋地了
?我没有明白您的意思你能在描述下什么问题吗?
文件都少上传了还是咋地了
?我没有明白您的意思你能在描述下什么问题吗?
Duplicate of # 打开您的网页想查看一下效果.发现css没加载.
Duplicate of # 打开您的网页想查看一下效果.发现css没加载.
您可以清理下缓存在尝试一下
| gharchive/issue | 2020-12-21T01:24:13 | 2025-04-01T04:32:59.721884 | {
"authors": [
"79zhanghao",
"xiaozhi805157387"
],
"repo": "QiaoBug/hexo-theme-quiet",
"url": "https://github.com/QiaoBug/hexo-theme-quiet/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
467919272 | 能否出一个Docker镜像,方便测试部署?
希望官方出一个docker镜像,方便开发时,快速部署QuickSql
好主意,我们后续迭代会考虑进来,感谢您的宝贵建议
还有一个小建议,文档能不能再丰富一些,尤其jdbc相关的(像java连接远程qsql集群,然后做mysql数据库和Oracle的跨库join)。
同样需要Examples 关于多表join的
https://hub.docker.com/r/francisdu/quicksql 先凑合用
@BBenQi 可以参考这里,我自己做的一个Docker image,有Dockerfile,你可以自己Build一个
@BBenQi 可以参考这里,我自己做的一个Docker image,有Dockerfile,你可以自己Build一个
好的,多谢
| gharchive/issue | 2019-07-15T02:43:51 | 2025-04-01T04:32:59.724665 | {
"authors": [
"BBenQi",
"Functor10",
"francis-du",
"lilyhuli",
"xhmz"
],
"repo": "Qihoo360/Quicksql",
"url": "https://github.com/Qihoo360/Quicksql/issues/57",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1119873807 | Add EULA page after login [UI]
Changes
Added the End User License Agreement page, which is to be seen by our users, after they login with their IBM id.
Closes #267
Implementation details
added route for the view
added the EndUserLicenseAgreementLayout layout component
How to read this PR
please review the route and the layout component
to view locally, comment out the /signin redirect line
build app locally and visit the /eularoute
Screenshots
thanks @techtolentino !
| gharchive/pull-request | 2022-01-31T20:01:44 | 2025-04-01T04:32:59.733705 | {
"authors": [
"Tansito",
"techtolentino"
],
"repo": "Qiskit/platypus",
"url": "https://github.com/Qiskit/platypus/pull/664",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
555890295 | [WIP] Pulse simulator tutorial using Duffing oscillator models
Update Feb 4:
I'm now happy with the current status of the tutorial, and am looking for comments!
Summary
A tutorial demonstrating the PulseSimulator use-case of the user defining their own model, then running pulse simulations on it.
This is a work in progress; comments welcome!
Details and comments
Steps in the tutorial:
A 2 qubit model using a Duffing oscillator model is defined
A calibration routine is run to calibrate a pi pulse on each qubit (ripped from Dave's original example notebook)
Using the calibrated pi pulse, state-dependent CR oscillations are demonstrated (it is shown using the bloch sphere that trajectory of the target qubit changes depending on the state of the driven qubit)
This might be a great fit for the textbook. What do you think, @DanPuzzuoli and @nonhermitian? It seems to work well with the theme of pedagogically presenting something and using qiskit to do it.
I leave it up to you guys to decide. What are the standards for the textbook vs a tutorial; would anything need to be done to adapt it? @zachschoenfeld33 has been thinking about pulse sim textbook stuff as well.
Looks great! This is very useful notebook for hands-on events and lectures.
I have some comments
model description
is there any reason not to use capital J for the coupling constant? it may look like imaginary number, especially for electronic engineers. also there is inconsistency of terms in the model description and the code, eg frequency nu vs oscillator_freqs. they should be unified.
it is better to write full two qubit Hamiltonian after Cell4 because the control channel doesn't appear in the model, but we will use it in the same notebook. also it is better to write relationship of their notations in the model (D, U, M) and pulse channel representations (pulse.DriveChannel, pulse.ControlChannel, pulse.MeasureChannel). I know measurement channel is not actually simulated.
as a simulator tutorial, it may be better to briefly explain how the simulator calculate the dynamics.
pulse part
why you don't show pulse sequence? (ie sched[0].draw()?)
below is not related to the notebook but just from curiosity.
why dt is stored in PulseSystemModel class? it is more natural to be in the qobj configuration.
what is the reason of CR Rabi rate dependency on control qubit state? I guess there is strong IX interaction induced by higher levels and it is interesting to run echo sequence to remove this (this also shows the validity of physical model).
Should provide some kind of definition or introduction to what a duffing osc model is in the first paragraph
2 . This is also a good place to motivate the usage of the model. There is a sentence there listing "duffing model, example 1, example 2". As far as I understand, the model allows you to do the following two examples. You have to specify some kind of model for qubit behavior to start doing any simulations of pulse-level qubit behavior, right? This relationship should be explained right away. What is the relationship between example 1 and 2? Can a reader skip to example 2 if they want, or is example 2 built on example 1?
Duffing system model
Think about swapping how you present the info: if you start with the physics, then the reader has the topic motivation and knows what they are working towards. Then, when you explain that it fits into the simulator as a PulseSystemModel with the convenient duffing_system_model function, they understand why they want that. This also leads you right into the next code block, where duffing_system_model is used.
You could consider waiting to mention and explain PulseSystemModel altogether after the code block. They don't really need to know about it until they have just made one, as extra context.
# time comment over dt should be a little more specific ("timestep" or "sample duration" or "timescale")
Cross-resonance ControlChannel indices
first sentence: the object (I'd wonder, what object?) should be replaced with two_qubit_model
E.g. ... is providing an example of what is stated in the first sentence; should it follow that sentence rather than beginning a new paragraph?
Example 1
Would you mind replacing pulse_lib.X with the parametric pulses? This isn't that important, but I think it could be nice.
I like your qubit_populations_from_memory function! I've been thinking for a while about looking into the results object and adding some utility functions like this to terra
Example 2
## Drive qubit 1 to observe CR oscillations on qubit 0 this is part of example 2, right? It should be a subheader of Ex 2, not the same level (###)
Thanks for the comments!
@nkanazawa1989
model description
is there any reason not to use capital J for the coupling constant? it may look like imaginary number, especially for electronic engineers. also there is inconsistency of terms in the model description and the code, eg frequency nu vs oscillator_freqs. they should be unified.
There is no reason for using j over J 😄 . In the string representation being used behind the scenes it is necessary to use lower case letters for coefficients, and I just carried that over when writing this. If it is standard physics notation I can change it to J (I gather that it is).
For the nu/oscillator_freqs, I think I want to keep it as is. In the simulator code the argument name is already set to oscillator_freqs.
it is better to write full two qubit Hamiltonian after Cell4 because the control channel doesn't appear in the model, but we will use it in the same notebook. also it is better to write relationship of their notations in the model (D, U, M) and pulse channel representations (pulse.DriveChannel, pulse.ControlChannel, pulse.MeasureChannel). I know measurement channel is not actually simulated.
I think I may actually move the Hamiltonian description all the way up to the beginning of the notebook, as per @lcapelluto's comments. I like the idea of motivating the physics in a somewhat self-contained way at the beginning before getting into the code.
I agree that the channel naming/usage could be made more clear, especially in relation to the control channels. I'll try to do this in the next round of changes.
as a simulator tutorial, it may be better to briefly explain how the simulator calculate the dynamics.
I'll try to think of where it is natural to do this.
pulse part
why you don't show pulse sequence? (ie sched[0].draw()?)
👍 I'll add a cell drawing one of the schedules.
below is not related to the notebook but just from curiosity.
why dt is stored in PulseSystemModel class? it is more natural to be in the qobj configuration.
I agree to some extent; though I think in this particular context it is natural. If PulseSystemModel is meant to be the 'simulation/model version' of a real pulse backend, then it does make sense for dt to be stored here, as this is a property of the system as a whole (which includes the control electronics, which do have a fixed sample rate).
what is the reason of CR Rabi rate dependency on control qubit state? I guess there is strong IX interaction induced by higher levels and it is interesting to run echo sequence to remove this (this also shows the validity of physical model).
To be honest I haven't put the time into understanding the physics of the CR driving, so I can't answer that 🤣 . I agree that further exploration of this would be cool in subsequent tutorials (or a more expanded version of this one).
@lcapelluto
Intro comments and ####Duffing system model comment 1
I agree with these three comments; I'll move some pieces (like the Hamiltonian) to the intro, and expand the motivation/description of what's going to happen in the rest of the notebook.
You could consider waiting to mention and explain PulseSystemModel altogether after the code block. They don't really need to know about it until they have just made one, as extra context.
Makes sense.
Could the # time comment over dt be a little more specific? ("timestep" or "sample duration" or "timescale"?)
Is the lone word "time" not enough of an explanation 😆 ?? Will change to "sample duration" or something along these lines.
Cross-resonance ControlChannel indices
first sentence: the object (I'd wonder, what object?) should be replaced with two_qubit_model
👍
E.g. ... is providing an example of what is stated in the first sentence; should it follow that sentence rather than beginning a new paragraph?
👍
Example 1
Would you mind replacing pulse_lib.X with the parametric pulses? This isn't that important, but I think it could be nice.
I'll try this but I'm not sure what will happen. The code in the pulse simulator that interprets pulse schedules is unaware of parametric pulses, so it won't work unless they can be naively interchanged with non-parametric pulses.
I like your qubit_populations_from_memory function! I've been thinking for a while about looking into the results object and adding some utility functions like this to terra
It wasn't originally in a function, but this code (along with most of the notebook) was written by @dcmckayibm :P.
Example 2
## Drive qubit 1 to observe CR oscillations on qubit 0 this is part of example 2, right? It should be a subheader of Ex 2, not the same level (###)
👍
About parametric pulses: yes they will be assembled to sample pulses since the backend doesn't support it... but it's also fine to leave it as is!
offset from max amp?
@lcapelluto @nkanazawa1989
Thanks again for your comments, I've just updated the tutorial and I think the pedagogy has improved. I've tried to address your comments; the biggest change by far is that I've expanded the intro to explain everything in the notebook at a "physics" level, with a brief description of how this will be performed in the code (as a consequence there is less description throughout the notebook).
@lcapelluto - I switched to parametric pulses, and somehow the issue you pointed out with the pi amplitude not aligning visually with the peak was fixed 😄 / 😢 ???
I think it looks good! In terms of the textbook, I had done something very similar to you @DanPuzzuoli. The Rabi expt part is good for the textbook, but we were thinking of waiting until noise models are added so that we can fully replicate the current textbook chapter (including T1, T2, etc).
Love the changes! This tutorial is seriously awesome. Well written, very valuable new resource. :D
Thank you so much @DanPuzzuoli !!
Some last comments and questions:
I know personally that it is a pain to do this for everything, but it's probably worth it to at least link duffing_system_model to the API reference docs. I've been using markdown style [<backtick>text<backtick>](link). Can't find it in the API reference myself :(
Do people need to know about zvode for these docs?
I didn't realize until Ali mentioned in the meeting that the cutoff dimension is the dimension of the qubit state space. (I guess I thought it could be something more abstract, just the number of terms in some expansion to include, some arbitrary accuracy related value, like p in VQE? Idk) This seems obvious now -- I'm not sure if I was being dense or if it would help to clarify.
When you run the power rabi on qubit 1, you don't have to specify the qubit freq. Was this the case for qubit 0, too? Is the situation special for qubit 1?
"The model generating function duffing_system_model, automatically sets up" I think remove the comma in the middle or add one after 'function'
Yes great work @DanPuzzuoli! Few extra comments on the Duffing oscillator tutorial:
Introduction
Section 1. Duffing oscillator model
remove mentions of zvode/Scipy, don't think the user needs to know how things are solved; I like the mention of the frame. Perhaps add a reference to rotating frame/rotating wave approximation? (Agree w/ Lauren’s point 2)
for Duffing model, I'd add the full Hamiltonian, ie H= and then discuss both terms. I'd also add a sum over all qubits at the front so the full system can be specified.
Section 2. pi pulse calibration
mention Bloch sphere in describing pi pulse
say "larger drive amplitude" rather than "larger amplitude"
I'd note IQ plane and level 1 data when saying "the measurement data is fit"
General:
Maybe call meas_sched->meas_acq_sched since you’re doing both?
Note on what drift means (control terms zero)
The measure and acquire commands are the same for individual qubits and the CR. Perhaps define this pulse at the top as a constant for the entire notebook.
Hi Dan, fashionably late I'm also going over your tutorials - they are great and teach me a lot. If any, I'll send you some further thoughts separately.
Latest changes:
Added table of contents, version table, and copyright
Relabelled section numbers
Simplified Rabi experiment section using Ignis functions as suggested by @dcmckayibm
Renamed the tutorial to match numbered naming conventions
I'd like to wrap this up. Are there any other key/necessary changes, or is this good to go? @ajavadia @nonhermitian @dcmckayibm
| gharchive/pull-request | 2020-01-27T23:14:45 | 2025-04-01T04:32:59.752247 | {
"authors": [
"DanPuzzuoli",
"aasfaw",
"haggaila",
"lcapelluto",
"nkanazawa1989",
"zachschoenfeld33"
],
"repo": "Qiskit/qiskit-iqx-tutorials",
"url": "https://github.com/Qiskit/qiskit-iqx-tutorials/pull/868",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1147080905 | Updated construct circuit unit tests for QuantumKernel
Summary
This PR slightly changes the unit tests that test QuantumKernel.construct_circuit(). Closes #149.
Details and comments
Instead of testing the size of the output circuits, these tests check for the number of qubits, feature map operations, optionally if measurement operations are applied and inversibility of the feature maps if only one vector is passed. Should be better than the original tests.
Pull Request Test Coverage Report for Build 1882566329
0 of 0 changed or added relevant lines in 0 files are covered.
3 unchanged lines in 1 file lost coverage.
Overall coverage decreased (-0.09%) to 83.809%
Files with Coverage Reduction
New Missed Lines
%
qiskit_machine_learning/datasets/gaussian.py
3
36.27%
Totals
Change from base Build 1881037786:
-0.09%
Covered Lines:
2847
Relevant Lines:
3397
💛 - Coveralls
| gharchive/pull-request | 2022-02-22T15:53:45 | 2025-04-01T04:32:59.759828 | {
"authors": [
"adekusar-drl",
"coveralls"
],
"repo": "Qiskit/qiskit-machine-learning",
"url": "https://github.com/Qiskit/qiskit-machine-learning/pull/332",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
828598695 | Migrate Tutorials from Qiskit/qiskit-tutorials
Summary
Important: This PR should not be "squashed" otherwise the whole migration commit history will be lost.
Details and comments
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.4 out of 5 committers have signed the CLA.:white_check_mark: manoelmarques:white_check_mark: nonhermitian:white_check_mark: woodsp-ibm:white_check_mark: Cryoris:x: ZoufalcYou have signed the CLA already but the status is still pending? Let us recheck it.
| gharchive/pull-request | 2021-03-11T02:04:06 | 2025-04-01T04:32:59.763589 | {
"authors": [
"CLAassistant",
"manoelmarques"
],
"repo": "Qiskit/qiskit-machine-learning",
"url": "https://github.com/Qiskit/qiskit-machine-learning/pull/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
999541838 | Fix 1Q gate errors in plot_error_map
Summary
The 1Q gate errors in the plot_error_map function where still set to u2. This fixes that, although it is still hardcoded for the IBM sx
Details and comments
Looks like something went screwy with the vm provisioning on the test here, because all the tests suddenly starting taking 10x as long as they did before. Fortunately, the next PR in the mergify queue has just been promoted, so we should be able to re-run this after #7071 has merged by manually merging in main, in order to avoid duplicating CI runs.
| gharchive/pull-request | 2021-09-17T16:43:22 | 2025-04-01T04:32:59.765735 | {
"authors": [
"jakelishman",
"nonhermitian"
],
"repo": "Qiskit/qiskit-terra",
"url": "https://github.com/Qiskit/qiskit-terra/pull/7037",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1140001138 | Categorize content on qiskit metal documentation
Classify the tutorials on the following links using the description table defined on this structure. You can add your summary on a comment below
[ ] Categorize qiskit metal installation page
[ ] Categorize qiskit metal overview tutorials.
[ ] Categorize qiskit metal components tutorials.
[ ] Categorize qiskit metal renderers tutorials.
[ ] Categorize qiskit metal analysis tutorials.
[ ] Categorize qiskit metal quick topics tutorials.
[ ] Categorize qiskit metal qubits tutorials.
[ ] Categorize qiskit metal resonators tutorials.
[ ] Categorize qiskit metal composite bi-partite systems tutorials.
[ ] Categorize qiskit metal qubits couplers tutorials.
[ ] Categorize qiskit metal input-output coupling tutorials.
[ ] Categorize qiskit metal small quantum chips tutorials.
[ ] Categorize qiskit metal design flow tutorials.
[ ] Check the tutorials under the tutorial folder too. Notice that the tutorials shown on qiskit metal tutorials page are under the tut folder on the Github repo. On that repo, we have another tutorials folder with more tutorials, check if they are the same or not and try to figure out why are they on that folder instead of in the one that is built on the page
As the content audit was deprioritized (see https://github.com/Qiskit/qiskit_sphinx_theme/issues/226#issuecomment-1477909804), closing for now.
| gharchive/issue | 2022-02-16T13:08:01 | 2025-04-01T04:32:59.773703 | {
"authors": [
"1ucian0",
"y4izus"
],
"repo": "Qiskit/qiskit",
"url": "https://github.com/Qiskit/qiskit/issues/1429",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
665615792 | Link broken as 3_the_ibmq_account.ipynb does not exist
Informations
Qiskit version: 0.19.6
Python version: N/A
Operating system: N/A
What is the current behavior?
Link for tutorial on managing multiple IBM Quantum account credentials is broken in install.rst
https://github.com/Qiskit/qiskit/blob/master/docs/install.rst
This is the current link in the file which redirects to a missing page:
https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/fundamentals/3_the_ibmq_account.ipynb
Steps to reproduce the problem
Clicking on last link under https://qiskit.org/documentation/install.html#access-ibm-quantum-systems , just above Checking Which Version is Installed.
The file on github is install.rst linked above.
What is the expected behavior?
I have noticed the tutorial was in the legacy_tutorials in the qiskit-tutorials repo (https://github.com/Qiskit/qiskit-tutorials/tree/master/legacy_tutorials/terra) but has been removed on July 16, 2020 with commit
(https://github.com/Qiskit/qiskit-tutorials/commit/53a9fb168d9a4a85cc7c5265cdc6135da1eb184e)
The link should direct to the tutorial
Suggested solutions
I have not been able to find this tutorial in the master branch of the repo, but ideally a new link to the tutorial can be made if the tutorial exists.
IQE documentation also refers to "Updating from previous versions" section, but there is no such section available in the IQE documentation.
Link: https://quantum-computing.ibm.com/docs/cloud/account/ibmq_account
Note: The use of provider instances is the default way of retrieving backends from Qiskit 0.11 onwards - if you have been using earlier versions of Qiskit, check the “Updating from previous versions” section for more detailed instructions on updating and using the different options.
Hi @Vismai-Khanderao and @gunchamalik !! I'm trying to reproduce the bugs you both found but I'm not able to do it. The content is constantly evolving and maybe these bugs disappeared from one version to another. Could you double check if we still have the bugs or if we could close the issue, please??
Thanks for your help!!
| gharchive/issue | 2020-07-25T16:37:31 | 2025-04-01T04:32:59.780996 | {
"authors": [
"Vismai-Khanderao",
"gunchamalik",
"y4izus"
],
"repo": "Qiskit/qiskit",
"url": "https://github.com/Qiskit/qiskit/issues/980",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
469325214 | Fix issue where color-string with incorrectly return a color for properties on Object's prototype like "constructor".
Closes #44.
Reviewed by @tolmasky.
Thanks :) Landed ultimately in 20e55f304252db15e2792e95dabe823232283aa0 after I added a failing test in b7c685fef793467c2aaeadd992b94de9eeaac9c5. Released as 1.7.2.
| gharchive/pull-request | 2019-07-17T16:35:43 | 2025-04-01T04:32:59.782468 | {
"authors": [
"Qix-",
"tolmasky"
],
"repo": "Qix-/color-string",
"url": "https://github.com/Qix-/color-string/pull/45",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2228921754 | Found no new posts (never)
Hello,
As a test, I added some large RSS feeds a few hours ago. However, FeedCord can't find any new posts every time. I've checked the RSS feeds and there are new posts. I don't quite understand what's causing the problem.
Config file:
{
"Instances": [
{
"Id": "Gaming News Channel",
"Username": "Gaming News",
"RssUrls": [
"https://www.bfmtv.com/rss/news-24-7/",
"https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
"https://www.theverge.com/rss/index.xml",
"https://feeds.bbci.co.uk/news/world/rss.xml"
],
"YoutubeUrls": [ "" ],
"DiscordWebhookUrl": "https://discord.com/api/webhooks/12258845053369***/N6H4D-cv8LbOoxGD4y_RAZmR8bg4aUjBnVD3Mpx096MW***",
"RssCheckIntervalMinutes": 3,
"EnableAutoRemove": true,
"Color": 8411391,
"DescriptionLimit": 200,
"Forum": false
}
]
}
Logs:
Number of configurations loaded: 1
Registering Background Service Gaming News Channel
I: Creating new RssCheckerBackgroundService instance for Gaming News Channel
I: Gaming News Channel Created with check interval 3 minutes
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:36:59..
I: Gaming News Channel: Initializing Url Checks..
I: Successfully initialized URL: https://www.bfmtv.com/rss/news-24-7/
I: Successfully initialized URL: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml
I: Successfully initialized URL: https://www.theverge.com/rss/index.xml
I: Successfully initialized URL: https://feeds.bbci.co.uk/news/world/rss.xml
I: No URLs in Youtube feed, skipping...
I: Gaming News Channel: Tested successfully for 4 out of 4 Urls in Configuration File
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:37:04..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:40:04..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:40:09..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:43:09..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:43:14..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:46:14..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:46:19..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:49:19..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:49:25..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:52:25..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:52:30..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:55:30..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:55:36..
I: Gaming News Channel Starting Background Processing at 04/06/2024 00:58:36..
I: Checking if any new posts for https://www.bfmtv.com/rss/news-24-7/...
I: Checking if any new posts for https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml...
I: Checking if any new posts for https://www.theverge.com/rss/index.xml...
I: Checking if any new posts for https://feeds.bbci.co.uk/news/world/rss.xml...
I: Gaming News Channel: Found no new posts. Ending background process..
I: Gaming News Channel Finished Background Processing at 04/06/2024 00:58:42..
After multiple restart last hour, it seems to work !
| gharchive/issue | 2024-04-05T23:02:16 | 2025-04-01T04:32:59.785915 | {
"authors": [
"KatyPurry"
],
"repo": "Qolors/FeedCord",
"url": "https://github.com/Qolors/FeedCord/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1111123716 | WIP: 85 dialyzer warning
Fixes cryptic Dialyzer warnings of the kind "pattern false can never match true", caused by Dialyzer struggling with x = super_result; if is_map(x) do a else b. (Fixes #85 )
By rewriting this to a case-statement, the problem is circumvented.
I am not entirely sure why Dialyzer struggles with this if-statement. The only thing I can think of is that there is a difference of the truthy typing that Elixir uses (where 'nil' and 'false' are both 'falsey' and anything else is truthy) vs what Dialyzer expects here.
NOTE: While it seems like @tomekowal 's example is fixed by this change, the warning of the original issue submitted by @relax2code still persists. So I'll need to dig a little deeper :muscle: .
| gharchive/pull-request | 2022-01-22T00:38:32 | 2025-04-01T04:32:59.795066 | {
"authors": [
"Qqwy"
],
"repo": "Qqwy/elixir-type_check",
"url": "https://github.com/Qqwy/elixir-type_check/pull/92",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2058340747 | is it abandoned? Is master broken?
Hi! I cloned master as of today (2023-12-28) and tried opening with versions 3.2, 3.3.3 and 3.5.2. None of them work, all give the same error:
E 0:00:05.615 emit_signal: Error calling method from signal 'track_pressed': 'WindowDialog::_popup': Method not found..
<C++ Source> core/object.cpp:1260 @ emit_signal()
Anything involving opening a popup doesn't work.
Did I do something awfully wrong?
Hey! Yeah we haven't been able to get much time to devote to the project, so progress is unlikely for a while :sweat_smile:
As for that error, it's probably on our side. Let me check what's going on :thinking:
Judging by this,
https://github.com/QuadCubedStudios/GoDAW/blob/fa79a42bd5d96f6c7c45d90adb6bf8784b6b484e/Main.tscn#L188
I'm going to hazard a guess and say _popup doesn't exist for some reason. Can you try reconnecting that signal?
I tried that, and then I get:
E 0:00:02.713 emit_signal: Error calling method from signal 'track_pressed': 'WindowDialog::popup': Cannot convert argument 1 from String to Rect2..
<C++ Source> core/object.cpp:1242 @ emit_signal()
so I guess there is some fixing to do to make it run. If that's the case, wouldn't it be best to spend the effort porting to Godot 4?
I could give it a shot, but since I can't run on Godot 3, I don't know what is the correct behaviour for things so I don't know what to fix.
You don't happen to have a binary release anywhere, do you?
Agreed, if/when we get some time I'm open to implementing it in 4.x instead :)
Tbf there's not a whole lot actually implemented, at most there's some code for writing instruments and a basic GDScript-based song scripting system. We don't have much logic implemented for drawing songs on a UI from what I remember :sweat_smile:
| gharchive/issue | 2023-12-28T11:46:29 | 2025-04-01T04:32:59.841111 | {
"authors": [
"Technohacker",
"fbcosentino"
],
"repo": "QuadCubedStudios/GoDAW",
"url": "https://github.com/QuadCubedStudios/GoDAW/issues/61",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1943567428 | TEST1
ERROR TEST 1
ERROR
| gharchive/issue | 2023-10-14T21:38:23 | 2025-04-01T04:32:59.842243 | {
"authors": [
"Spokerz3"
],
"repo": "Quadratic-Labs/VerkleTries_Besu",
"url": "https://github.com/Quadratic-Labs/VerkleTries_Besu/issues/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
793550818 | permissions for sub-directories created in shared directory
Shared directory should be RW for all, which is how the permissions are set.
However, directories created under shared default to RO. This can cause difficulty when trying to collaborate with others.
Actually, the correct permissions within a shared folder should be rw for the group the shared folder belongs to, rw for all would mean folks who don't have access to the folder would get access.
Actually, the correct permissions within a shared folder should be rw for the group the shared folder belongs to, rw for all would mean folks who don't have access to the folder would get access.
This is an old SO post but does describe the behavior needed:
https://superuser.com/questions/277775/ensuring-new-files-in-a-directory-belong-to-the-group
This is an old SO post but does describe the behavior needed:
https://superuser.com/questions/277775/ensuring-new-files-in-a-directory-belong-to-the-group
https://blog.superuser.com/2011/04/22/linux-permissions-demystified/
"SetGID, however, is a whole different ball game. When a directory has the SetGID bit set and a file is created within that directory the group ownership of the file is automatically modified to be the group of the directory."
☝️ can we do this with the nfswrapper qhub is using?
https://blog.superuser.com/2011/04/22/linux-permissions-demystified/
"SetGID, however, is a whole different ball game. When a directory has the SetGID bit set and a file is created within that directory the group ownership of the file is automatically modified to be the group of the directory."
☝️ can we do this with the nfswrapper qhub is using?
Shall we add this to the technical discussion meeting tomorrow? @dharhas @tylerpotts @brl0
Shall we add this to the technical discussion meeting tomorrow? @dharhas @tylerpotts @brl0
This will become easier to implement as soon as we have local testing is implemented.
@tylerpotts @aktech could you point me where the nfs configs are? I've saw some of the groups permissions here and here. I got the idea for the proposed changes using SetGID, but I'm not sure where should I put those changes...
This needs to be modified https://github.com/Quansight/qhub-cloud/blob/f4c30f4f3c4f282cfe0d82a0d90dbeac01cf8e4c/qhub/template/{{ cookiecutter.repo_directory }}/templates/jupyterhub_config.py.j2#L91
Reopening as there are still issues with the write permissions.
Moving to 0.4 release since this issue is partially complete but will need more investigation
@costrouc says this is fixed.
Reopening as there are still issues with the group/users permissions
I am fairly new to QHub, here are my observations
I started with creating a .ipynb file in the shared directory. Which resulted in a permission denied issue.
Later I tried opening an exiting file which threw a JSON exception (unreadable notebook)
I used vscode initially to open and later switched to Jupyter notebook
After a constant struggle I ended up restarting the QHub instance and was able to create a .ipynb file in my home (haven't tried in shared folder post restarting)
Closed as Keycloak will now handle user management which will lesser the related file permissioning issues on QHub
| gharchive/issue | 2021-01-25T16:55:40 | 2025-04-01T04:32:59.861643 | {
"authors": [
"brl0",
"costrouc",
"dharhas",
"laisbsc",
"sayantikabanik",
"tylerpotts",
"viniciusdc"
],
"repo": "Quansight/qhub",
"url": "https://github.com/Quansight/qhub/issues/268",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1743873094 | Improve number reporting in add_categorical_bound_constraint
I'm getting constraint failure messages like
6.288887928086567e-05% (20 out of 31802125)
and
1.0073226238812658% (320350 out of 31802125)
In both cases, using fewer decimal places would be nice I think. At the very least we shouldn't be showing scientific notation + % IMO.
For the counts, I think it would be nice to display them like Python does, ie. 320_350 out of 31_802_125.
Also, are we giving the numbers in % here or in fraction? To me it looks like the distribution and default_bounds argument are in [0, 1] but the reported numbers are in [0, 100]...
The parameters are [0, 1] and the reported numbers are [0, 100]. The reporting issue does not only exist here and we are working on fix, see #89
| gharchive/issue | 2023-06-06T13:25:58 | 2025-04-01T04:32:59.869596 | {
"authors": [
"0xbe7a",
"jonashaag"
],
"repo": "Quantco/datajudge",
"url": "https://github.com/Quantco/datajudge/issues/153",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
334761398 | tools-deps images should have rlwrap installed
Despite being installed, clj is not able to run without rlwrap.
I'm using this image to run tests on a CI and, because clj does not fail when rlwrapis not installed but instead aborts with exit code 0, tests appear to pass erroneously.
You can use clojure instead of clj, which is probably better anyways on CI. (The only thing clj adds is rlwrap for interactive terminals).
rlwrap needs perl, which might add a bit of unnecessary dependencies to the image.
I see... That makes sense.. Thanks for answering.
Cheers,
Henry
| gharchive/issue | 2018-06-22T06:31:16 | 2025-04-01T04:32:59.871808 | {
"authors": [
"ghadishayban",
"hkupty"
],
"repo": "Quantisan/docker-clojure",
"url": "https://github.com/Quantisan/docker-clojure/issues/52",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
161121041 | I have Installed the pods but QMServicesDevelopment Pod not get installed. And When I try to integrate Core classes of Q-municate Project it gives the error "Expected a type" for QB_NULLABLE.
Kindly suggest me the steps how to integrate and what classes to be integrated to use QuickBlox Chat and Video feature in my Project.
Hi @rkumawat
[How to create your QuickBlox account] (http://quickblox.com/developers/5_Minute_Guide#Create_your_QuickBlox_account)
[How to connect Quickblox framework] (http://quickblox.com/developers/IOS-how-to-connect-Quickblox-framework)
Check Chat Sample
[Check Video / Audio sample] (http://quickblox.com/developers/Sample-webrtc-ios)
About your error:
Please add in your pod file:
pod 'QuickBlox'
pod 'QMCVDevelopment', :git => 'git@github.com:QuickBlox/QMChatViewController-ios.git', :branch => 'development'
pod 'QMServicesDevelopment', :git => 'git@github.com:QuickBlox/q-municate-services-ios.git', :branch => 'development'
Hi @rkumawat. Any updates ?
@rkumawat
We haven't hear any updates from you, if you are still experiencing this issue- just reopen it. If you have any other problems, feel free to create a separate issue.
[!] Error installing QMCVDevelopment
[!] /usr/bin/git clone git@github.com:QuickBlox/QMChatViewController-ios.git /var/folders/1j/dds4dz3d4p1fvw2xbfdj4kh00000gq/T/d20160822-10605-irwj1h --template= --single-branch --depth 1 --branch development
Cloning into '/var/folders/1j/dds4dz3d4p1fvw2xbfdj4kh00000gq/T/d20160822-10605-irwj1h'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
[!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.
@Pro100Andrey @Raikerian
[!] Error installing QMCVDevelopment
[!] /usr/bin/git clone git@github.com:QuickBlox/QMChatViewController-ios.git /var/folders/1j/dds4dz3d4p1fvw2xbfdj4kh00000gq/T/d20160822-10605-irwj1h --template= --single-branch --depth 1 --branch development
Cloning into '/var/folders/1j/dds4dz3d4p1fvw2xbfdj4kh00000gq/T/d20160822-10605-irwj1h'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
@VitaliyGuru @Pro100Andrey @Raikerian getting this warning
Hi Kuriakose3! You've successfully authenticated, but GitHub does not provide shell access.
| gharchive/issue | 2016-06-20T05:46:18 | 2025-04-01T04:33:00.033025 | {
"authors": [
"Kuriakose3",
"KuriakosePious",
"Pro100Andrey",
"Raikerian",
"rkumawat"
],
"repo": "QuickBlox/q-municate-ios",
"url": "https://github.com/QuickBlox/q-municate-ios/issues/170",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1906288121 | Chainnext-international middleware with others middlewares
Is your feature request related to a problem? Please describe.
I'd like to chain middlewares in my app but I don't know how to do that with yours.
Describe the solution you'd like
Chainnext-international middleware with others.
Describe alternatives you've considered
This is nice tutorial about chaining middlewares but I cannot make it work with next-international middleware.
https://reacthustle.com/blog/how-to-chain-multiple-middleware-functions-in-nextjs
I cannot make it work with next-international middleware
Could you describe a bit more the problem here? Similar to the linked article, next-international's middleware accepts a NextRequest and returns a NextResponse, which follows the signature of NextMiddleware.
Alright, I figured it out. I don't think it was actually related to your package, my bad.
For anyone wondering this is how I did it:
export const withI18n: MiddlewareFactory = (next: NextMiddleware) => {
return async (request: NextRequest, _next: NextFetchEvent) => {
await next(request, _next);
return I18nMiddleware(request);
};
};
Alright, I figured it out. I don't think it was actually related to your package, my bad.
For anyone wondering this is how I did it (following the tutorial above):
export const withI18n: MiddlewareFactory = (next: NextMiddleware) => {
return async (request: NextRequest, _next: NextFetchEvent) => {
await next(request, _next);
return I18nMiddleware(request);
};
};
Hello @sshmaxime
What is the purpose of the await next(request, _next); line?
await next(request, _next); drops responses from other middlewares and this solution doesn't seem perfect.
Here is a simple example following the article:
import { NextMiddleware, NextRequest, NextResponse, NextFetchEvent } from "next/server";
import { createI18nMiddleware } from "next-international/middleware";
export const withHeaders = (next: NextMiddleware) => {
return async (request: NextRequest, _next: NextFetchEvent) => {
const res = await next(request, _next);
if (res) {
res.headers.set("x-test-values", "foo");
}
return res;
};
};
const I18nMiddleware = createI18nMiddleware({
locales: ["en", "ja"],
defaultLocale: "en"
});
const withI18n = (next: NextMiddleware) => {
return async (request: NextRequest, _next: NextFetchEvent) => {
await next(request, _next);
return I18nMiddleware(request);
};
};
export async function middleware(request: NextRequest, event: NextFetchEvent) {
const defaultMiddleware: NextMiddleware = () => NextResponse.next();
return await withI18n(withHeaders(defaultMiddleware))(request, event);
}
Here withI18n drops response headers attached by another middleware.
@QuiiBz It is my understanding that this is next-international side problem it prevents to implement higher-order function to chain middlewares.
I have noticed an additional issue. The internal implementation of I18nMiddleware hardcodes NextResponse.next();, which prevents the addition of request headers as explained in Next.js documentation on setting headers.
This issue should be reopened.
Hey @Tatamo
Thank you a lot for your feedback.
At the moment I'm not experiencing anything that's really stressing me out about this (I don't play with headers).
But I've already seen a few other issues mentioning problems at this level.
Could you open a new issue with a small repo or just a small snippet of code that allows to reproduce the problem?
I think I have a code quite similar to the one you written in your current snippet.
I just cheated by putting the i18n middleware at the very end of the chain.
And in the case of my use of another middleware (Next Auth), I haven't yet had too many unpleasant surprises.
But I feel it could explode in my project too, so I'd be interested in a dedicated issue.
Hello @gustaveWPM. Thank you for your suggestion.
After reviewing the issue, I realized that the problems with request headers and response headers can be considered separately. Particularly, the issue with request headers seems hard to avoid.
I have created a new issue focusing specifically on the request header problem #341 .
On the other hand, as you mentioned, the response headers issue can be work-arounded by changing the order of middleware chaining.
(Replace withI18n(withHeaders(defaultMiddleware)) -> withHeaders(withI18n(defaultMiddleware)))
However, if similar implementations are present in other middlewares from different libraries... 😢
Hello @gustaveWPM. Thank you for your suggestion. After reviewing the issue, I realized that the problems with request headers and response headers can be considered separately. Particularly, the issue with request headers seems hard to avoid.
I have created a new issue focusing specifically on the request header problem #341 .
On the other hand, as you mentioned, the response headers issue can be work-arounded by changing the order of middleware chaining. (Replace withI18n(withHeaders(defaultMiddleware)) -> withHeaders(withI18n(defaultMiddleware))) However, if similar implementations are present in other middlewares from different libraries... 😢
Yes, I'm aware that my answer is not adequate. :/
Especially as it seems to me that headers should be able to be used outside the scope of middleware, i.e. even in server components.
I hope the issue will be reviewed soon.
| gharchive/issue | 2023-09-21T07:21:00 | 2025-04-01T04:33:00.049529 | {
"authors": [
"QuiiBz",
"Tatamo",
"gustaveWPM",
"sshmaxime"
],
"repo": "QuiiBz/next-international",
"url": "https://github.com/QuiiBz/next-international/issues/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1803555407 | App Router: Support for removing default locale from URL
This library is excellent! I'd love to recreate the default functionality of the pages router, where the default locale isn't included in the URL, so e.g. "/about" is en-US, and "/en-GB/about" is en-GB or another locale. Is that possible with the middleware?
Thanks! This isn't currently possible because we're using the locale parameter from the URL to detect which locale to use on both the server and client. It might be possible to support it using a combination of cookies and custom headers.
Just being curious, why do you prefer URLs without the default locale included in the URL?
Yep, that makes sense. It's entirely cosmetic, but we want this for https://watershed.com (which uses next-international right now), since that's the setup we've had with the pages router. Since we only localize to UK English, and not all of our content is localized, it feels overbearing to make localization a part of every URL around the world when there's only one partial variant for one country.
Since only the default locale wouldn't have a locale in the pathname, could you continue using the same URL param solution but return the default locale if there isn't one? Then use rewrites from e.g. /blog to /en-US/blog?
Got it working (/ working as /en or /fr) by adding a rewrite:
And avoiding running the middleware on the root (note the .* which becomes .+):
Let me know if this technique also works for you, and I'll update the README to mention it.
Hi @lachlanjc, were you able to achieve what you wanted or do we still need to explore another way to support this use-case?
hey @QuiiBz, i have seen this in a tutorial from a vercel insider and it removes all the locales from the url:
import { NextRequest, NextResponse } from 'next/server'
import { match } from '@formatjs/intl-localematcher';
import Negotiator from 'negotiator';
let locales = ['en', 'es'];
export let defaultLocale = 'en';
function getLocale(request: Request): string {
const headers = new Headers(request.headers)
const acceptLanguage = headers.get("accept-language")
if (acceptLanguage) {
headers.set('accept-language', acceptLanguage.replaceAll("_", "-"))
}
const headersObject = Object.fromEntries(headers.entries());
const languages = new Negotiator({ headers: headersObject }).languages();
return match(languages, locales, defaultLocale);
}
export function middleware(request: NextRequest) {
let locale = getLocale(request) ?? defaultLocale
const pathname = request.nextUrl.pathname
const newUrl = new URL(`/${locale}${pathname}`, request.nextUrl);
// e.g. incoming request is /products
// The new URL is now /en/products
return NextResponse.rewrite(newUrl)
}
export const config = {
matcher: [
// Skip all internal paths (_next)
'/((?!_next|api|favicon.ico).*)',
// Optional: only run on root (/) URL
// '/'
],
}
Hope that helps.
@ttiras I tried something similar to this but it can't work because of the current version's use of usePathname to get the local layout segment. usePathname doesn't return the 'rewritten' url path.
I ended up just forking the repo and replacing that call with useParams to push out a project.
@QuiiBz what do you think about the approach in the commit?
@EdmundKorley I think this is a totally acceptable change to land in next-international directly. Would you like to send a PR?
Hey @EdmundKorley, thanks for trying and finding a solution.
@QuiiBz, I wanted to emphasize that this feature could be a highly valuable addition to the project, thank you.
I mostly agree with what you said, @ttiras. To provide a bit more context, the [locale] param is used to retrieve the user's locale on the client. On the server, we no longer use [locale], but instead an X-Next-Locale header or Next-Locale cookie that is set by the middleware. I believe we could refactor the client part to remove the dependency on [locale] and instead retrieve the user's locale using the Next-Locale cookie.
Thanks for the context @ttiras. I'll work on a PR to allows users to opt-in functionality that rewrites urls with no locale prefix to be prefixed with the default locale.
I'm just waiting for this PR to land before triggering a new release, which will include #83
Released in 0.8.0!
| gharchive/issue | 2023-07-13T18:29:17 | 2025-04-01T04:33:00.060095 | {
"authors": [
"EdmundKorley",
"QuiiBz",
"lachlanjc",
"ttiras"
],
"repo": "QuiiBz/next-international",
"url": "https://github.com/QuiiBz/next-international/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1249013943 | Chat and some other network-related mappings
Mostly chat and network-related mappings, with some extra stuff I mapped along the way. I didn't map the signing part of the new chat system, so if anyone wants to map it go ahead
I'd say to open an issue about the inconsistency, or just pr a fix to change all of them to dataPack. I suspect there are many places with both dataPack and datapack
| gharchive/pull-request | 2022-05-26T02:31:54 | 2025-04-01T04:33:00.061956 | {
"authors": [
"ByMartrixx"
],
"repo": "QuiltMC/quilt-mappings",
"url": "https://github.com/QuiltMC/quilt-mappings/pull/188",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
371818676 | iOS9.0 setGk_navBarBackgroundAlpha 无效
- (void)setGk_navBarBackgroundAlpha:(CGFloat)gk_navBarBackgroundAlpha {
_gk_navBarBackgroundAlpha = gk_navBarBackgroundAlpha;
[self.subviews enumerateObjectsUsingBlock:^(__kindof UIView * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
if (GKDeviceVersion >= 10.0 && [obj isKindOfClass:NSClassFromString(@"_UIBarBackground")]) {
dispatch_async(dispatch_get_main_queue(), ^{
obj.alpha = gk_navBarBackgroundAlpha;
});
} else if ([obj isKindOfClass:NSClassFromString(@"_UINavigationBarBackground")]) {
dispatch_async(dispatch_get_main_queue(), ^{
obj.alpha = gk_navBarBackgroundAlpha;
});
}
}];
self.clipsToBounds = gk_navBarBackgroundAlpha == 0.0;
}
10.0之前都要通过_UINavigationBarBackground来修改。
多谢提醒,问题已修复。
| gharchive/issue | 2018-10-19T06:06:39 | 2025-04-01T04:33:00.063231 | {
"authors": [
"QuintGao",
"lancelot9527"
],
"repo": "QuintGao/GKNavigationBarViewController",
"url": "https://github.com/QuintGao/GKNavigationBarViewController/issues/11",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
339848021 | -purge-tags does not check if delete is enabled
When running
docker exec -t registry-ui /opt/docker-registry-ui -purge-tags
there is no obvious feedback indicating that it did not delete anything if the registry does not have delete enabled. Since delete is disabled by default in docker registries, I would expect some feedback, and preferrably some fail-fast mechanism. This is a big time waster. Running this process takes about 40 minutes on my registry, multiply that by 2 since ppl probably dry-run this first.
Same actually goes for the web UI, there is no indication of the failure in the UI, only that the tag did no disappear.
Btw, thanks for excellent job otherwise 👍
I agree, however I am not sure there is a way to fast-fail with delete as we don't know what to try to delete until process things first. May be I should describe in README that delete option to be enabled on registry.
https://github.com/Quiq/docker-registry-ui#schedule-a-cron-task-for-purging-tags
A big improvement to document it.
Two ideas on failing faster:
a. You can stop the batch delete process on the first failed delete with 405 response, which is what DR responds with if I remember correctly.
b. For fastest possible validation, you can push some small image, like alpine, with a UUID tag, and try to delete it again. Probably easiest to implement a specific command line option to do this, "verify-delete-enabled" or something.
You are welcome to make a PR with this feature :)
| gharchive/issue | 2018-07-10T13:41:53 | 2025-04-01T04:33:00.066931 | {
"authors": [
"roman-vynar",
"stefaneg"
],
"repo": "Quiq/registry-ui",
"url": "https://github.com/Quiq/registry-ui/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
870828401 | categories: update category list to support same set as the classifer
Description
Update the list of categories to support the recently added ones that will be used when the classifier joins the party.
I specified as much icons as I could and tried to be consistent with translatable strings already defined in place_category_name.js to ease the translation process.
With the current implementation all categories with an icon appear in the ServicePanel.
And that's currently the only use case for these icons, so I think that they should be removed/commented from the new categories.
@amatissart
And that's currently the only use case for these icons
They are also used in the suggest dropdown, when it's not defined a generic icon is used.
With icon
Without
@remi-dupre the generic icons are enough for now and I agree in this PR we should remove the icon fields. (BTW, an icon without a color definition has less interest, because it will default to gray and won't respect the color scheme of the map.)
More generally it seems to me we should soon discuss how to share more efficiently these types/icons/colors/translations configs. For now there is a lot of duplication across projects. It would be great to have a single source of truth for that.
With the current implementation all categories with an icon appear in the ServicePanel.
How did I manage to miss that :scream:
I indeed only checked it was updating the suggest dropdown, I'll remove this right away!
| gharchive/pull-request | 2021-04-29T09:50:08 | 2025-04-01T04:33:00.098284 | {
"authors": [
"amatissart",
"bbecquet",
"remi-dupre"
],
"repo": "Qwant/erdapfel",
"url": "https://github.com/Qwant/erdapfel/pull/1074",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2567717918 | +![TODAY~v𝚒ral]* Georgie Cooper Lea𝚔ed Video Original Full On Social Media
+![NOW~v𝚒ral]* Georgie Cooper Lea𝚔ed Video Original Full On Social Media
20 seconds ago - Georgie Cooper 2024 video Lea𝚔ed Viral the internet by storm and amazed viewers on various social media platforms. Georgie Cooper 2024 Lea𝚔ed Video Viral On Social Media.Georgie Cooper 2024 Lea𝚔ed Video Viral On Social Media.Georgie Cooper 2024 Lea𝚔ed Video Viral On Social Media.
[🔴📺📱 Cl𝚒ck Here To link 👉👉 (Full Georgie Cooper 2024 Video1)
🔴📺📱 Cl𝚒ck Here To link 👉👉[ (Full Georgie Cooper 2024 Video2)]
[🔴📺📱 Cl𝚒ck Here To link 👉👉 (Full Georgie Cooper 2024 Video1)
🔴📺📱 Cl𝚒ck Here To link 👉👉[ (Full Georgie Cooper 2024 Video2)]
Georgie Cooper 2024 Lea𝚔ed Video Viral On Social Media 2024.Georgie Cooper 2024 Lea𝚔ed Video Viral On Social Media 2024.
The recurrent theme of Lea𝚔ed tapes and the subsequent fallout serves as a reminder of the fragility of reputation in the digital era. As the lines between private and public life continue to blur, celebrities like Prison Officer find themselves at the mercy of internet chatter, where a rumor can ignite a firestorm of speculation and judgment.
In the ever-evolving landscape of celebrity culture, the Ishowspeedscandal underscores the relentless pursuit of sensationalism, a pursuit that often comes at the expense of truth and dignity. As we navigate the complexities of the digital age, the line between entertainment and exploitation remains perilously thin.
As the situation unfolds, the truth remains shrouded in mystery, leaving the public to ponder the authenticity of the rumors. In a world where fame and infamy are two sides of the same coin, the saga of Ishowspeed is a testament to the power of social media to shape narratives and challenge the boundaries of privacy and consent.
The viral video of Georgie Cooper 2024 Nude Lea𝚔 emerging online has amassed tremendous views across fan accounts and social media sites with one video clip. The viral video circulating recently shows Georgie Cooper 2024 Nude Lea𝚔 in an unexpected and hilarious moment while in public running errands.
Numerous fans have rushed to watch the viral video and share the clip among followers featuring Georgie Cooper 2024 Nude Lea𝚔 caught in an amusing and awkward situation. While surprising, the authentic and candid video showing Georgie Cooper 2024 Nude Lea𝚔 handling a real life blooper so genuinely has earned praise from viewers. Nevertheless, fans watch the current viral video of Georgie Cooper 2024 Nude Lea𝚔 that emerged online with delight and clamor for what the celebrity icon’s reaction to the widely spread viral video will be.
The fan video showing Georgie Cooper 2024 Nude Lea𝚔 first emerged on Twitter on Monday, posted by an amused fan who claimed to have captured the silly incident on their phone camera while out and about. The viral clip of Georgie Cooper 2024 Nude Lea𝚔 had garnered over 2 million views by Tuesday morning as more users on Instagram, Facebook and YouTube began uploading and sharing the embarrassing yet entertaining video.
Georgie Cooper 2024 Nude Lea𝚔 Georgie Cooper Lea𝚔 video
Georgie Cooper 2024 Nude Lea𝚔 Lea𝚔ed pictures
Georgie Cooper 2024 Nude Lea𝚔 explicit content Lea𝚔
Georgie Cooper account breach
Georgie Cooper data hack
Georgie Cooper 2024 Nude Lea𝚔 personal information exposed
Desi Xvideos Pakistani Sexy
Campinos Xxx 2014 Kajal
Jerk Videos Ass Xxnx
Georgie Cooper 2024 Lea𝚔ed Video
XnX VIRAL Georgie Cooper Noodles Viral Video L𝚎aked on X Twitter
latest Lea𝚔ed Video Viral On Social Media
Georgie Cooper Me Lea𝚔ed Com
Scoop Big Xnxx Celebrity
Latest News, Photos, Videos on Lea𝚔ed Video
Outdoor Desi Village The
Latest Videos of Lea𝚔ed Videos
Xnx VIRAL Georgie Cooper Noodles Lea𝚔ed Video Trending
Viral Lea𝚔ed Video, Aakhir Woh Larki Kon Thi
Blue Flims 2024 Lea𝚔ed
Trending Lea𝚔ed Videos Viral
Georgie Cooper
Viral Georgie Cooper Lea𝚔ed Video Trending ON X Twitter
18+ viral mms Lea𝚔ed video telegram links
XXX Telegram LINK!! Georgie Cooper Lea𝚔ed Video Viral Trending ON Twitter
Here's x.n.x Georgie Cooper 2024 Nude Lea𝚔ed 2024 Video Viral On Soc𝚒al Med𝚒a Tw𝚒tter.
Georgie Cooper download
Georgie Cooper twitter
Viral video link website
Telegram viral video link 2024
Telegram viral link download
Viral video link download
retredsfe
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
▶️
➤►
➤►
▶️
➤►### 📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
➤►
▶️
➤►
➤►
▶️ ### 📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
➤►
➤►
▶️
➤►
▶️
➤►
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
▶️
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
▶️
➤►
➤►
▶️
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
▶️
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
➤►
➤►
▶️
➤►
➤►
▶️
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
▶️
➤►
➤►
▶️
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
➤►
▶️
➤►
➤►
▶️
▶️
➤►
▶️
➤►
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 𝗙𝘂𝗹𝗹 𝗛𝗗 ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 1920x 𝗙𝘂𝗹𝗹 𝗛𝗗▶️
▶️
➤►
➤►
▶️
➤►
▶️
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
➤►
➤►
▶️
xzcsdfe
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
VVF 2
⬆
⬆
⬆
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 HD Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HD HOT ONLINE ▶️
⬆
⬆
⬆
✅▶️ 𝗥𝗲𝗮𝗹𝗹𝘆 𝗔𝗺𝗮𝘇𝗶𝗻𝗴 ️𝗬𝗼𝘂 𝗖𝗮𝗻 𝗧𝗿𝘆 𝗧𝗵𝗶𝘀 ◀️✅✅
**[[📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 Viral 𝗩𝗶𝗱𝗲𝗼 PLAY NOW ▶️
📺📱 🔴 ➤►𝗪𝗔𝗧𝗖𝗛👉 𝗙𝘂𝗹𝗹 𝗩𝗶𝗱𝗲𝗼 HOT ONLINE ▶️
⬆
⬆
⬆
⬆
⬆
⬆
cvcv
| gharchive/issue | 2024-10-05T07:40:16 | 2025-04-01T04:33:00.208195 | {
"authors": [
"castonclare",
"fansifansi2",
"jakiatxt"
],
"repo": "QwenLM/Qwen2-VL",
"url": "https://github.com/QwenLM/Qwen2-VL/issues/313",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1092894290 | Changing loadouts during dropship intro drops you earlier than expect
Reproduced this on the current master branch, not sure if its also present on 1.3.0. All you need to do is change loadouts while in the crow dropship and this happens:
https://user-images.githubusercontent.com/16687318/147991336-75e09c38-1521-444a-8616-997946da489b.mp4
respawn actually mentioned this is as a bug in the loadouts code but i assumed it wasn't an issue as of tf2, guess i shouldn't've done that lmao
i can probably just delay loadout changes until intro is over to make this work, i imagine this is what they do ingame
I looked into this earlier - it's to do with the WaittillAnimEnd function being skipped on loadout change and going straight to the jump anim. Changing loadouts also "resets" a lot of other shit so it's probably worth fixing it at the source.
I looked into this earlier - it's to do with the WaittillAnimEnd function being skipped on loadout change and going straight to the jump anim. Changing loadouts also "resets" a lot of other shit so it's probably worth fixing it at the source.
i'm relatively certain the animation actually does end because changing loadouts sets your model, so WaittillAnimEnd should actually be skipped
SetLoadoutGracePeriodEnabled( false ) - may be the solution here, although not a nice one
the solution i'm going with is delaying loadout changes until after the dropship intro's firstpersonsequence is complete, since this is specifically an issue with anims resetting or something similar on a model change, will see if i can get it working soon
that's exactly what that function does lol - ill test it now
what i mean specifically is not just disabling loadout grace period entirely, but rather just queue up any requests to set loadouts for grace period, then waiting for intro to finish to set them
Fixed with https://github.com/R2Northstar/NorthstarMods/commit/36c08fa5f800e3fdff4690417ce756c20e6ec8f5
| gharchive/issue | 2022-01-03T23:30:09 | 2025-04-01T04:33:00.231601 | {
"authors": [
"BobTheBob9",
"abarichello",
"hummusbird"
],
"repo": "R2Northstar/NorthstarMods",
"url": "https://github.com/R2Northstar/NorthstarMods/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1911771987 | Implementation for canInsert()
canInsert() covers Atom-on-Atom, Atom-on-Cut,
Cut-on-Atom and Cut-on-Cut collision checking.
Does not cover a case for if the incoming node enters a cut level one layer deeper yet.
insert() now throws an error if canInsert() returns false.
Comment changes were for clarity.
Does not close issue #45 since it does not handle real nested AEGs, converting to draft
@RyanR712 Overall very good, i'm looking forward to seeing how it runs against unit tests.
| gharchive/pull-request | 2023-09-25T15:31:59 | 2025-04-01T04:33:00.246730 | {
"authors": [
"James-Oswald",
"RyanR712"
],
"repo": "RAIRLab/Peirce-My-Heart",
"url": "https://github.com/RAIRLab/Peirce-My-Heart/pull/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
772452286 | In-tree ASIC/FPGA synthesis+techmap for test benches
This would be helpful for high-level isolated gate-level tests outside openlane or other open source PDK flows.
Examples: https://github.com/YosysHQ/yosys/tree/master/examples/osu035
We would likely need to use open_pdks to get the liberty files for ABC using Skywater.
Uncertainties:
Powered Verilog
EDIF to verilog (netgen?)
GL synth/TB is possible for ASIC. Same for FPGA?
Prebuilt liberty files?
Slight prerequisite for this is #42 such that we have self-checking test benches.
Waiting pays:
https://github.com/efabless/skywater-pdk-libs-sky130_fd_sc_hd
| gharchive/issue | 2020-12-21T20:47:41 | 2025-04-01T04:33:00.250552 | {
"authors": [
"sjkelly"
],
"repo": "RAPcores/rapcores",
"url": "https://github.com/RAPcores/rapcores/issues/114",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
921229508 | Compute SMILES from InChi
InChi can be used to compute SMILES. This needs to be investigated and implemented.
@xtracko do you know anything more about this? Can you provide any help?
This could be done with the CDK (likely faster) or with Bacting: https://bioclipse.github.io/bioclipse.scripting/chem.html#the-inchi-manager
Both solutions would add a good bit of Java dependencies, tho.
BTW, converting an InChI back into SMILES is not ideal. Better to use the InChI to look up a SMILES.
Yes, we can use rdkit.Chem.inchi.MolFromInchi to get the molecule and then rdkit.Chem.MolToSmiles to get its canonical SMILES.
@xtrojak we want both!
| gharchive/issue | 2021-06-15T10:05:52 | 2025-04-01T04:33:00.262011 | {
"authors": [
"egonw",
"hechth",
"xtrojak"
],
"repo": "RECETOX/MSMetaEnhancer",
"url": "https://github.com/RECETOX/MSMetaEnhancer/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1580055387 | some lines in sidebar workspace overlap
Some lines for functions in workspace, global environment in the sidebar overlap and are not displayed correctly.
Do you still experience this with latest vscode? I cannot reproduce it with the latest vscode (1.75.1)
Do you still experience this with latest vscode? I cannot reproduce it with the latest vscode (1.75.1)
Hi, I am not sure what's happening, but after 1.75.1 update, I no longer see anything in the Global Environment, even when I run exactly the same code as before.
| gharchive/issue | 2023-02-10T17:15:56 | 2025-04-01T04:33:00.303476 | {
"authors": [
"otichy",
"renkun-ken"
],
"repo": "REditorSupport/vscode-R",
"url": "https://github.com/REditorSupport/vscode-R/issues/1300",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1553065322 | Avoid repeated state transition validation
This PR fixes https://github.com/RGB-WG/rgb-core/issues/122 by adding a memory index.
The fix may be improved, but we decided to do the minimal possible fix that doesn't break APIs or change the code logic too much.
I don't think much more effort is needed here since there is already https://github.com/RGB-WG/rgb-core/issues/123 which purpose is to make a much bigger improvement and that will happen when breaking changes will be possible.
This is for sure an improvement (and I am going to merge it), but it seems this is not a solution addressing problem from #122
It seems this code avoids repeated validation that state transition is a part of the anchor - but not the validation that the bitcoin transaction commits to the anchor (which what takes an electrum call).
@dr-orlovsky Are you sure about this? Looking at the code the only call to electrum I see is here, in validate_graph_node, which is being called only here, in validate_branch, inside the if clause where I added the new memory index.
Some calls that check the anchor against the bundle are still repeated but those should not use electrum, so I think we can address those as part of https://github.com/RGB-WG/rgb-core/issues/123.
Oh right, I visually missed the call to validate_graph_node focusing on anchor.convolve one, thinking it was the call optimized. Than you are right!
| gharchive/pull-request | 2023-01-23T13:07:39 | 2025-04-01T04:33:00.308969 | {
"authors": [
"dr-orlovsky",
"zoedberg"
],
"repo": "RGB-WG/rgb-core",
"url": "https://github.com/RGB-WG/rgb-core/pull/128",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
338706174 | Rh icon update
Add ALL the icons!
I think the resulting rh-icon.compiled.js file is too big. It's coming in at 594 KB. I think we should look at breaking this down into sets of icons that we deliver. What do you think?
Agreed. Let's discuss how to properly break it up.
Should we close this PR?
Closing for now.
| gharchive/pull-request | 2018-07-05T19:56:50 | 2025-04-01T04:33:00.324866 | {
"authors": [
"kylebuch8",
"markcaron",
"mwcz"
],
"repo": "RHElements/rhelements",
"url": "https://github.com/RHElements/rhelements/pull/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1899241409 | Backwards-compatible modifications to support #54
Support #54 but with backwards compatibility. Applications that don't use to_prepare will no longer have their configuration updated by Scimitar's defaults via its own to_prepare block.
Self-review of diff provoked a few minor changes; now all looks good; CI green on all phases. Merging; will release this version to RubyGems soon after.
| gharchive/pull-request | 2023-09-16T01:10:01 | 2025-04-01T04:33:00.440161 | {
"authors": [
"pond"
],
"repo": "RIPAGlobal/scimitar",
"url": "https://github.com/RIPAGlobal/scimitar/pull/63",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2137529953 | 🛑 Activated Male is down
In bb21218, Activated Male (http://activatedmale.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Activated Male is back up in fc1e67b after 17 minutes.
| gharchive/issue | 2024-02-15T22:07:09 | 2025-04-01T04:33:00.442455 | {
"authors": [
"RJVCA"
],
"repo": "RJVCA/uptime",
"url": "https://github.com/RJVCA/uptime/issues/728",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1941189154 | 🛑 CEOTR Home Page loads is down
In a5439d4, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 2e02355 after 2 minutes.
| gharchive/issue | 2023-10-13T04:02:33 | 2025-04-01T04:33:00.452510 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/10110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1943663401 | 🛑 Sensor Tracker login is down
In 0d4ff58, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in eac8ed8 after .
| gharchive/issue | 2023-10-15T02:44:07 | 2025-04-01T04:33:00.454760 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/10663",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1946661573 | 🛑 Sensor Tracker login is down
In 02049ce, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 3c198f2 after 1 minute.
| gharchive/issue | 2023-10-17T06:41:07 | 2025-04-01T04:33:00.457071 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/11274",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1878995157 | 🛑 Sensor Tracker login is down
In 40b9202, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in f410596 after .
| gharchive/issue | 2023-09-03T08:39:24 | 2025-04-01T04:33:00.459387 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/11749",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1952775946 | 🛑 CEOTR Home Page loads is down
In b9bb5f1, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 499e188 after 2 minutes.
| gharchive/issue | 2023-10-19T17:47:56 | 2025-04-01T04:33:00.461652 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/11950",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1955376612 | 🛑 CEOTR Home Page loads is down
In 0456123, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 0c34207 after 2 minutes.
| gharchive/issue | 2023-10-21T07:49:40 | 2025-04-01T04:33:00.464118 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/12396",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1966717514 | 🛑 CEOTR Home Page loads is down
In 4c28290, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 1e23493 after 2 minutes.
| gharchive/issue | 2023-10-28T19:40:55 | 2025-04-01T04:33:00.466666 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/14511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1971444842 | 🛑 CEOTR Home Page loads is down
In 8faf263, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in c981290 after 2 minutes.
| gharchive/issue | 2023-10-31T23:41:03 | 2025-04-01T04:33:00.468976 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/15374",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1988889394 | 🛑 Sensor Tracker login is down
In 6122742, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in ced4043 after 1 minute.
| gharchive/issue | 2023-11-11T10:49:52 | 2025-04-01T04:33:00.471265 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/18062",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1988912801 | 🛑 CEOTR Home Page loads is down
In 740edc8, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 964f960 after 2 minutes.
| gharchive/issue | 2023-11-11T11:52:01 | 2025-04-01T04:33:00.473572 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/18075",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2014734262 | 🛑 Sensor Tracker login is down
In d580371, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in b49f088 after 1 minute.
| gharchive/issue | 2023-11-28T15:39:14 | 2025-04-01T04:33:00.476060 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/22119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1827210264 | 🛑 CEOTR Home Page loads is down
In 84fee7e, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in cb82102.
| gharchive/issue | 2023-07-28T23:35:42 | 2025-04-01T04:33:00.478292 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/3253",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1902094949 | 🛑 CEOTR Home Page loads is down
In d6ff15e, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 53356d1 after 2 minutes.
| gharchive/issue | 2023-09-19T02:29:28 | 2025-04-01T04:33:00.480554 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/3356",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1906810000 | 🛑 Sensor Tracker login is down
In caa9a31, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 0abae0b after 13 days, 22 hours, 37 minutes.
| gharchive/issue | 2023-09-21T11:58:49 | 2025-04-01T04:33:00.482859 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/4034",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1832361159 | 🛑 CEOTR Home Page loads is down
In c08d4c5, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 184c444.
| gharchive/issue | 2023-08-02T03:26:49 | 2025-04-01T04:33:00.485149 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/4195",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1910109926 | 🛑 CEOTR Home Page loads is down
In 24c74b2, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 462242b after 2 minutes.
| gharchive/issue | 2023-09-24T05:40:32 | 2025-04-01T04:33:00.487615 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/4811",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1910525798 | 🛑 CEOTR Home Page loads is down
In c6780be, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in d6f1656 after 2 minutes.
| gharchive/issue | 2023-09-25T02:09:05 | 2025-04-01T04:33:00.489902 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/5065",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1914774065 | 🛑 Sensor Tracker login is down
In 18fe36c, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 965f073 after .
| gharchive/issue | 2023-09-27T06:15:56 | 2025-04-01T04:33:00.492197 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/5655",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1842360620 | 🛑 CEOTR Home Page loads is down
In e5ea433, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 0980ee5.
| gharchive/issue | 2023-08-09T02:39:07 | 2025-04-01T04:33:00.494539 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/5814",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1918883109 | 🛑 Sensor Tracker login is down
In dca897d, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 8d87400 after .
| gharchive/issue | 2023-09-29T09:01:42 | 2025-04-01T04:33:00.496833 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/6246",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1923016358 | 🛑 Sensor Tracker login is down
In f62f0fd, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 6914847 after .
| gharchive/issue | 2023-10-02T23:53:49 | 2025-04-01T04:33:00.499340 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/7300",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1934580226 | 🛑 CEOTR Home Page loads is down
In bc6a7bd, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 0b9e9ec after 2 minutes.
| gharchive/issue | 2023-10-10T07:18:13 | 2025-04-01T04:33:00.501640 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/9317",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1867870125 | 🛑 CEOTR Home Page loads is down
In 48bd543, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 5de90f0 after 42 days, 15 hours, 41 minutes.
| gharchive/issue | 2023-08-26T02:50:09 | 2025-04-01T04:33:00.503949 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/9822",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2678658598 | Fix Shove going on cooldown on a "miss" + other shove fix
About the PR
Fix Tackling going on cooldown when it doesn't connect with anything according to the server, letting you try again if you get a misprediction. Also fixes the tackle success message not being unpredicted like the tackle attempt message.
Technical details
If tackle fails, ready the NextAttack immediately.
The adjusted popup is the same code as #4703.
Media
Demonstration (tackle is being spam clicked in demonstration)
https://github.com/user-attachments/assets/710235c9-a703-4e91-8ba6-2ecc8fac9987
Requirements
[X] I have read and am following the Pull Request and Changelog Guidelines.
[X] I have added media to this PR or it does not require an ingame showcase.
Breaking changes
Changelog
:cl:
fix: Tackling no longer goes on cooldown if it fails to connect on the server.
fix: Fixed the tackle success popup not being unpredicted like the tackle attempt message.
thank you so much
| gharchive/pull-request | 2024-11-21T09:13:38 | 2025-04-01T04:33:00.510140 | {
"authors": [
"Kadeo64",
"Rainbeon"
],
"repo": "RMC-14/RMC-14",
"url": "https://github.com/RMC-14/RMC-14/pull/4899",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2740878637 | Switch camouflage system from replacing entities to use GenericVisualizer instead
About the PR
Switching the camouflage system to use GenericVisualizer instead of deleting and replacing entities
Why / Balance
it'd fix a lot of bugs that could be caused by deleting and replacing, and it'd also reduce the amount of prototypes that'd need to be made.
Technical details
N/A for now (draft pr)
Media
Requirements
[x] I have read and am following the Pull Request and Changelog Guidelines.
[x] I have added media to this PR or it does not require an ingame showcase.
Breaking changes
Changelog
i cannot for the life of me figure out how to change a damn sprite. it is genuinely easier to just spawn a new entity and delete the old one.
| gharchive/pull-request | 2024-12-15T20:38:39 | 2025-04-01T04:33:00.514006 | {
"authors": [
"MACMAN2003"
],
"repo": "RMC-14/RMC-14",
"url": "https://github.com/RMC-14/RMC-14/pull/5154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1713621405 | Multiple variable definition errors if rocprofiler.h is included in multiple C files
The HSA_VEN_AMD_AQLPROFILE_LEGACY_PM4_PACKET_SIZE is defined in an header file (hsa_ven_amd_aqlprofile.h) instead of a C file. The header is then included in rocprofiler.h and causes multiple definition errors at compile time when the rocprofiler header is included in more than one C file.
A possible fix for this problem could be to define the variable as static in the header file or to declare it extern in the header and define it another C file.
@ammarwa any update on this? Thanks
This is a reproducer
issue-114.tar.gz
@gcongiu Thanks for the reproducer! I was able to reproduce the issue on ROCm-6.2. Since this issue is a duplicate of https://github.com/ROCm/ROCR-Runtime/issues/121, we will be closing this issue and track it there. Thanks!
@mardom1 The correct usage of the header file would be that instead of '#include <rocprofiler.h>', use '#include <v2/rocprofiler.h>' instead.
Please refer to the documentation for the API here:
https://github.com/ROCm/rocprofiler?tab=readme-ov-file#rocprofiler-v1
Along with the example here:
ROCProfilerV2 API — rocprofiler 2.0.0 Documentation (amd.com)
Apologies for the confusion. Hope this helps!
| gharchive/issue | 2023-05-17T10:45:49 | 2025-04-01T04:33:00.523917 | {
"authors": [
"gcongiu",
"tcgu-amd"
],
"repo": "ROCm-Developer-Tools/rocprofiler",
"url": "https://github.com/ROCm-Developer-Tools/rocprofiler/issues/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2286100712 | Add cache for Onnxruntime Compiled Programs
Add support to save and load pre compiled MIGraphX graph to From the MIGraphX EP to speed up time to inference.
[x] Save our precompiled graphs
[x] Load in precompiled graphs
We do a similar sort of thing for int8 and the calibration table cache for our static calibration functionality
Can leverage the MIGraphX API for this. Got changes into Onnxruntime draft PR need to test before I flip to full PR and be a squeaky wheel. Target for 6.2
| gharchive/issue | 2024-05-08T17:33:45 | 2025-04-01T04:33:00.525589 | {
"authors": [
"TedThemistokleous"
],
"repo": "ROCm/AMDMIGraphX",
"url": "https://github.com/ROCm/AMDMIGraphX/issues/3056",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2217647541 | [Issue]: Cannot port with https://rocmdocs.amd.com/projects/HIP/en/latest/user_guide/hip_porting_guide.html
Problem Description
Cannot port with https://rocmdocs.amd.com/projects/HIP/en/latest/user_guide/hip_porting_guide.html.
hipXXX scripts don't work.
/usr/bin/hipexamine-perl.sh: line 13: /opt/rocm-6.0.2/bin/../../libexec/hipify/findcode.sh: No such file or directory
If I fix this and run hipexamine-perl.sh --help, it still outputs a mess
Unknown option: and
Unknown option: not
Unknown option: a
Unknown option: and
Unknown option: or
...........
Operating System
Ubuntu 20.04.6 LTS (Focal Fossa)
CPU
Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
GPU
AMD Instinct MI210
ROCm Version
ROCm 6.0.0
ROCm Component
No response
Steps to Reproduce
Run a container from https://hub.docker.com/r/rocm/dev-ubuntu-20.04
Run amdgpu-install to install ROCm
Run hipexamine-perl.sh --help
/usr/bin/hipexamine-perl.sh: line 13: /opt/rocm-6.0.2/bin/../../libexec/hipify/findcode.sh: No such file or directory
If I fix this and run hipexamine-perl.sh --help, it still outputs a mess
Unknown option: and
Unknown option: not
Unknown option: a
Unknown option: and
Unknown option: or
...........
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
ROCk module is loaded
HSA System Attributes
Runtime Version: 1.1
System Timestamp Freq.: 1000.000000MHz
Sig. Max Wait Duration: 18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count)
Machine Model: LARGE
System Endianness: LITTLE
Mwaitx: DISABLED
DMAbuf Support: NO
==========
HSA Agents
Agent 1
Name: Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
Uuid: CPU-XX
Marketing Name: Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
Vendor Name: CPU
Feature: None specified
Profile: FULL_PROFILE
Float Round Mode: NEAR
Max Queue Number: 0(0x0)
Queue Min Size: 0(0x0)
Queue Max Size: 0(0x0)
Queue Type: MULTI
Node: 0
Device Type: CPU
Cache Info:
L1: 32768(0x8000) KB
Chip ID: 0(0x0)
ASIC Revision: 0(0x0)
Cacheline Size: 64(0x40)
Max Clock Freq. (MHz): 3100
BDFID: 0
Internal Node ID: 0
Compute Unit: 96
SIMDs per CU: 0
Shader Engines: 0
Shader Arrs. per Eng.: 0
WatchPts on Addr. Ranges:1
Features: None
Pool Info:
Pool 1
Segment: GLOBAL; FLAGS: FINE GRAINED
Size: 527833668(0x1f761a44) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
Pool 2
Segment: GLOBAL; FLAGS: KERNARG, FINE GRAINED
Size: 527833668(0x1f761a44) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
Pool 3
Segment: GLOBAL; FLAGS: COARSE GRAINED
Size: 527833668(0x1f761a44) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Alignment: 4KB
Accessible by all: TRUE
ISA Info:
Agent 2
Name: gfx90a
Uuid: GPU-339c2827415fda95
Marketing Name: AMD Instinct MI210
Vendor Name: AMD
Feature: KERNEL_DISPATCH
Profile: BASE_PROFILE
Float Round Mode: NEAR
Max Queue Number: 128(0x80)
Queue Min Size: 64(0x40)
Queue Max Size: 131072(0x20000)
Queue Type: MULTI
Node: 1
Device Type: GPU
Cache Info:
L1: 16(0x10) KB
L2: 8192(0x2000) KB
Chip ID: 29711(0x740f)
ASIC Revision: 1(0x1)
Cacheline Size: 64(0x40)
Max Clock Freq. (MHz): 1700
BDFID: 24576
Internal Node ID: 1
Compute Unit: 104
SIMDs per CU: 4
Shader Engines: 8
Shader Arrs. per Eng.: 1
WatchPts on Addr. Ranges:4
Coherent Host Access: FALSE
Features: KERNEL_DISPATCH
Fast F16 Operation: TRUE
Wavefront Size: 64(0x40)
Workgroup Max Size: 1024(0x400)
Workgroup Max Size per Dimension:
x 1024(0x400)
y 1024(0x400)
z 1024(0x400)
Max Waves Per CU: 32(0x20)
Max Work-item Per CU: 2048(0x800)
Grid Max Size: 4294967295(0xffffffff)
Grid Max Size per Dimension:
x 4294967295(0xffffffff)
y 4294967295(0xffffffff)
z 4294967295(0xffffffff)
Max fbarriers/Workgrp: 32
Packet Processor uCode:: 55
SDMA engine uCode:: 8
IOMMU Support:: None
Pool Info:
Pool 1
Segment: GLOBAL; FLAGS: COARSE GRAINED
Size: 67092480(0x3ffc000) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Alignment: 4KB
Accessible by all: FALSE
Pool 2
Segment: GLOBAL; FLAGS: EXTENDED FINE GRAINED
Size: 67092480(0x3ffc000) KB
Allocatable: TRUE
Alloc Granule: 4KB
Alloc Alignment: 4KB
Accessible by all: FALSE
Pool 3
Segment: GROUP
Size: 64(0x40) KB
Allocatable: FALSE
Alloc Granule: 0KB
Alloc Alignment: 0KB
Accessible by all: FALSE
ISA Info:
ISA 1
Name: amdgcn-amd-amdhsa--gfx90a:sramecc+:xnack-
Machine Models: HSA_MACHINE_MODEL_LARGE
Profiles: HSA_PROFILE_BASE
Default Rounding Mode: NEAR
Default Rounding Mode: NEAR
Fast f16: TRUE
Workgroup Max Size: 1024(0x400)
Workgroup Max Size per Dimension:
x 1024(0x400)
y 1024(0x400)
z 1024(0x400)
Grid Max Size: 4294967295(0xffffffff)
Grid Max Size per Dimension:
x 4294967295(0xffffffff)
y 4294967295(0xffffffff)
z 4294967295(0xffffffff)
FBarrier Max Size: 32
*** Done ***
Additional Information
No response
Hi @CrimsonDump, could you try running hipexamine-perl.sh from the ROCm 22.04 Ubuntu container found here? Please note that this docker image comes with ROCm 6.2.1 pre-installed and you should be able to run the command once the container is launched. I was able to run the script following #usage : hipexamine-perl.sh DIRNAME with it detecting the files in my current directory with cuda code inside them.
root@2bb6819efef0:~# hipexamine-perl.sh
[HIPIFY] info: file './cuda-samples/Samples/0_Introduction/vectorAdd/vectorAdd.cu' statistics:
CONVERTED refs count: 37
TOTAL lines of code: 210
WARNINGS: 0
[HIPIFY] info: CONVERTED refs by names:
I did also see the same error you reported when trying the --help command though I'm not sure that's a legitimate flag. Will double check and confirm.
| gharchive/issue | 2024-04-01T06:43:11 | 2025-04-01T04:33:00.553325 | {
"authors": [
"CrimsonDump",
"harkgill-amd"
],
"repo": "ROCm/HIP",
"url": "https://github.com/ROCm/HIP/issues/3437",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1468550578 | Test onnx zoo
Pushing this into repo before test runs.
Is this still needed? I was thinking the code here was merged via a different PR
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (f76f3f9) 91.40% compared to head (e41cc7f) 91.40%.
:exclamation: Current head e41cc7f differs from pull request most recent head 2478e39. Consider uploading reports for the commit 2478e39 to get more accurate results
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## develop #1479 +/- ##
========================================
Coverage 91.40% 91.40%
========================================
Files 456 456
Lines 17227 17227
========================================
Hits 15746 15746
Misses 1481 1481
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For revisit later
| gharchive/pull-request | 2022-11-29T18:55:48 | 2025-04-01T04:33:00.561421 | {
"authors": [
"TedThemistokleous",
"causten",
"codecov-commenter"
],
"repo": "ROCmSoftwarePlatform/AMDMIGraphX",
"url": "https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/pull/1479",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1289981862 | [Doc][NFC] Convert rst docs to md format
Simple conversion from rst to md. Current mardkown files are left untouched.
Closes #1610
No objections provided that the generated documentation looks good ;)
@v01dXYZ Sorry this commit has to be reverted due to the following issue:
myst v0.15.1: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['dollarmath'], dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], url_schemes=['http', 'https', 'mailto', 'ftp'], heading_anchors=None, heading_slug_func=None, html_meta=[], footnote_transition=True, substitutions=[], sub_delimiters=['{', '}'], words_per_minute=200)
building [mo]: targets for 0 po files that are out of date
building [latex]: all documents
updating environment: 0 added, 17 changed, 0 removed
reading sources... [ 5%] activation
Exception occurred:
File "/usr/local/lib/python3.8/site-packages/myst_parser/docutils_renderer.py", line 968, in run_directive
if issubclass(directive_class, Include):
TypeError: issubclass() arg 1 must be a class
The full traceback has been saved in /tmp/sphinx-err-8cl8v9tu.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make[3]: *** [doc/CMakeFiles/sphinx-LATEX.dir/build.make:58: doc/CMakeFiles/sphinx-LATEX] Error 2
make[2]: *** [CMakeFiles/Makefile2:1553: doc/CMakeFiles/sphinx-LATEX.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:1314: doc/CMakeFiles/doc.dir/rule] Error 2
make: *** [Makefile:314: doc] Error 2
| gharchive/pull-request | 2022-06-30T11:17:08 | 2025-04-01T04:33:00.563644 | {
"authors": [
"atamazov",
"junliume",
"v01dXYZ"
],
"repo": "ROCmSoftwarePlatform/MIOpen",
"url": "https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1612",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1700461282 | F8 related changes for naive convolution solver and tests [1/5]
This PR contains new rocBLAS API changes that support F8 type
Will be replaced by this PR
https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2251
| gharchive/pull-request | 2023-05-08T15:19:38 | 2025-04-01T04:33:00.565130 | {
"authors": [
"xinlipn"
],
"repo": "ROCmSoftwarePlatform/MIOpen",
"url": "https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2134",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
656645455 | Adding hipLaunchKernel to the list of APIs traced via roctracer
Starting with ROCm 3.6, it seems that hip-runtime is also using the hipLaunchKernel API to launch kernels, and hence we need to add it to the list of APIs being traced by roctracer.
Another change in this commit is to remove the "RocmTracerEventType::MemcpyH2D:" events from the list of APIs for which we do not expect HCC_OPS domain activity records. (because we seem to be getting them after the switch to hipclang-VDI runtime in ROCm 3.5)
Can one of the admins verify this patch?
one test times out in rocm
//tensorflow/python/keras/distribute:saved_model_save_load_test TIMEOUT in 3 out of 3 in 915.0s
http://ml-ci.amd.com:21096/job/develop-upstream-unit-tests/job/tensorflow-upstream-unit-tests/2076
jenkins : retest rocm please
| gharchive/pull-request | 2020-07-14T14:13:22 | 2025-04-01T04:33:00.575859 | {
"authors": [
"ROCm-Apps-Test",
"deven-amd"
],
"repo": "ROCmSoftwarePlatform/tensorflow-upstream",
"url": "https://github.com/ROCmSoftwarePlatform/tensorflow-upstream/pull/1042",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
111423439 | use wcjs-prebuilt?
I made a branch that uses wcjs-prebuilt, should we merge this to master?
It can also be used alternatively by linking to the prebuilt branch instead of the master branch from package.json.
@Ivshti is this the correct way of implementing wcjs-prebuilt?
@RSATom can you think of any reason why it shouldn't be merged?
@luigiplr are you eating pizza right now?
I just afraid I could not keep .node files up-to-date, since for example Electron releases out too frequently.
Maybe the best solution could be merge wcjs-prebuilt to main repo, and use regular build as failback
@Ivshti, @luigiplr how much work such merge could require?
@RSATom I think not a lot
But it's okay for electron, because we only have to re-build when chromium major version is bumped, which means every 3-4 (or even more) major electron releases. E.g. there's need for recompile between 0.29 and 0.30, because it changes chromium's major, but no need to re-compile between 0.26 - 0.30 because they all have the same chromium major.
@RSATom - I think your concern is not that relevant.
@Ivshti, But do wcjs-prebuilt use only major version on binary download?
@RSATom no. But you can override electron version passed to wcjs-prebuilt to something compatible of what you are using
If you remember, I had made separate electron runtime names electron44 and electron45 to fix this issue. Luigi's latest improvements wiped that out, but we can return it
I think we need more generic solution
btw, another solution could be trigger CI build by watching new releases on https://github.com/mafintosh/electron-prebuilt
But don't sure how to do it yet
I think better solution will be remove direct dependency from wcjs. I did it already in https://github.com/RSATom/webgl-video-renderer, but it has a little bit changed api
@jaruba I... Might be. :neutral_face:
@RSATom should not be to hard to setup a ci task to "watch" the github releases of the electron repo.
@luigiplr, yes, but excluding direct dependency is still good idea, since some time later we will have wcjs with gstreamer, and I want use same renderer for both wcjs and wcjs-gs (that's why I did webgl-video-renderer)
Ahhh cant wait for gStreamer variant of wcjs :dancer:
It's very possible it will be only for linux...
It's very possible it will be only for linux...
I just think libvlc is better alternative on Windows.
| gharchive/issue | 2015-10-14T15:29:09 | 2025-04-01T04:33:00.620918 | {
"authors": [
"Ivshti",
"RSATom",
"jaruba",
"luigiplr"
],
"repo": "RSATom/wcjs-renderer",
"url": "https://github.com/RSATom/wcjs-renderer/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
358267329 | Facebook - Not All Pages Are Working.
Maybe some other people experiencing the same issues with Facebook [Public Pages] :
By opening some Facebook - Public Pages the Rss Bridge works perfectly, and with others it is showing a notification : "You must log in first."
Not working : https://www.facebook.com/mySocialFeeds
Is working : https://www.facebook.com/Bl0ndegirlss/
I found some nice detail. A few weeks ago I had to restrict my page [mySocialFeeds] for viewers only older than 21 years. Probably that's the reason why it is blocked. Logically too. But some others which are not age restricted are not working too.
Hopefully someone is able to help solving it. Of course I will do my best too to find solutions.
That's just the way facebook works, when I try to view the page in my browser, I am asked to login first.
Any plans to make auto auth or facebook session cookies stick to bridge?
There are no such plans. Indeed, it would mean that the host of the instance could potentially gain access to your Facebook account
It's not a big deal on self hosted instance, I guess.
that would actually be a good feature for ppl who hosted their own instance.
| gharchive/issue | 2018-09-08T05:49:58 | 2025-04-01T04:33:00.635446 | {
"authors": [
"MrCoding",
"StayPirate",
"artur-shaik",
"teromene"
],
"repo": "RSS-Bridge/rss-bridge",
"url": "https://github.com/RSS-Bridge/rss-bridge/issues/810",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
1059496698 | [DuckDuckGoBridge] Fix bridge
Fixes bridge not returning search results. Closes #2334
gj!
| gharchive/pull-request | 2021-11-21T21:53:22 | 2025-04-01T04:33:00.636598 | {
"authors": [
"VerifiedJoseph",
"em92"
],
"repo": "RSS-Bridge/rss-bridge",
"url": "https://github.com/RSS-Bridge/rss-bridge/pull/2335",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
1371839585 | fix: theguardian
This is not a complete fix. The html is somewhat unpredictable. But does pull in article body.
I just saw you PR after I opened https://github.com/RSS-Bridge/rss-bridge/pull/3072 :D
In my PR I fixed the missing caption . Maybe this PR should be merged for the general cleanup then mine to fix the caption ?
| gharchive/pull-request | 2022-09-13T18:19:46 | 2025-04-01T04:33:00.637929 | {
"authors": [
"corenting",
"dvikan"
],
"repo": "RSS-Bridge/rss-bridge",
"url": "https://github.com/RSS-Bridge/rss-bridge/pull/3034",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
1859710924 | [TwitterBridge] Add support for OAuth authorization.
[TwitterClient]
Add OAuth authorization header.
Add new endpoint for user tweet.
Use GraphQL API instead of search for user tweet.
User, List Timeline and Search now using OAuth header.
[TwitterBridge]
Make some changes.
NOTE: This latest change requires you to get the guest account to generate OAuth headers in order to use the bridge. Detail about how to get it is on zedeus/nitter#issuecomment-1681199357. After that, put it on the TwitterClient file and you will be good to go. Also it's not recommended to use one guest account for larger instance, i saw nitter use a lot of guest accounts over there to handle large requests.
as i understand it, just a few days ago the twitter bridge broke? is that correct? pls give summary update
as i understand it, just a few days ago the twitter bridge broke? is that correct? pls give summary update
yes, it broke again. Some endpoint no longer with guest token so I have to find a better way. Luckily, there are people at nitter find out how to get it working with guest account. You can see how to generate it at the link on the top. Also it's not feasible for larger instance to implement this with single guest account, nitter have to use a lot of guest account to make it work for larger userbase.
sorry your pr confuses me a bit.
are you trying to preserve the old method? (which is broken)
are you trying to preserve the old method? (which is broken)
What do you mean about old method? Do you refer to guest token or graphql api?
think i mean the graphql api urls changing
think i mean the graphql api urls changing
I change the graphql api for fetchTimeline function to make it work with OAuth authorization. The consumer key i use to make OAuth is from Android and the old graphql api is from the web so it will not work with OAuth i created.
I can confirm that this is working.
However is it possible to add the tokens to config.ini.php instead as otherwise if TwitterClient.php if updated things may break.
| gharchive/pull-request | 2023-08-21T16:14:39 | 2025-04-01T04:33:00.643329 | {
"authors": [
"csisoap",
"dvikan",
"thomas-333"
],
"repo": "RSS-Bridge/rss-bridge",
"url": "https://github.com/RSS-Bridge/rss-bridge/pull/3628",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
2104562564 | 吞字严重!!
试了几个开源项目,这个项目整体效果很好,训练合成速度很快,但是有一个非常严重的问题,吞字严重,非常不可控,希望作者能在这方面再帮改进一下,非常有潜力!!!
加字或吞字比较严重,我现在是多换几个语音测试,有时候换了语音就好了,实在不行,就删除临时文件再测试,不知道哪里的问题
同感,吞字,加字很频繁。
遇到了同样的问题,我试了一下把GPT模型的代数减少会好点,SoVITS模型的代数对这个貌似没有什么影响。
I'm having the same issue, but reducing the epoch of the GPT model can make it perform better in my computer, and it seems that the epoch of the SoVITS model doesn't contribute to this problem.
@fenggwsx 您好,我今天遇到了这个问题,而且我适用xtts 时也发现这个问题,请问您大概知道这个原因吗?
我发现输入的文字一有回车换行,推理结果就是截取引导词的后面几个字插进来。
昨天在作者群里,作者说新版稍有改善这个问题
很棒的项目,仅zero-shot就已经效果很好,小问题很多,最致命的就是这个吞字和重复的问题,而且这些问题和提供的text内容有关系,是可以复现的。希望能尽快优化
很棒的项目,仅zero-shot就已经效果很好,小问题很多,最致命的就是这个吞字和重复的问题,而且这些问题和提供的text内容有关系,是可以复现的。希望能尽快优化
确实有重复问题有些严重,我fine-tune了几个模型都遇到这个问题
看了控制台的信息,按切出来的片段做语音合成是没问题的题。切出来的的片段就已经漏字了,是不是切片模块有问题?
切片筛选的时候筛选掉啊 发件人: gzp20182108 ***@***.***>日期: 星期二, 2024年2月6日 20:57收件人: RVC-Boss/GPT-SoVITS ***@***.***>抄送: Subscribed ***@***.***>主题: Re: [RVC-Boss/GPT-SoVITS] 吞字严重!! (Issue #273)看了控制台的信息,按切出来的片段做语音合成是没问题的题。切出来的的片段就已经漏字了,是不是切片模块有问题?—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
"切片筛选的时候筛选掉啊”
ASR打标过程没问题, 合成音频的时候有个切片,“不切”、“50字一切”, 这个过程容易漏字
那解决了没?
…
________________________________ 发件人: gzp20182108 @.> 发送时间: Wednesday, February 7, 2024 12:34:51 AM 收件人: RVC-Boss/GPT-SoVITS @.> 抄送: Stanley-baby @.>; Comment @.> 主题: Re: [RVC-Boss/GPT-SoVITS] 吞字严重!! (Issue #273) "切片筛选的时候筛选掉啊” ASR打标过程没问题, 合成音频的时候有个切片,“不切”、“50字一切”, 这个过程容易漏字 ― Reply to this email directly, view it on GitHub<#273 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AN5RXK6IDL6KHVHP5VBLFVLYSJLSXAVCNFSM6AAAAABCOW6B5WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZQGI3TOOBSGA. You are receiving this because you commented.Message ID: @.***>
没有,先反馈一下问题
昨天在作者群里,作者说新版稍有改善这个问题
可以拉我进作者群吗?谢谢。
期待尽快解决哦。
| gharchive/issue | 2024-01-29T03:26:04 | 2025-04-01T04:33:00.672607 | {
"authors": [
"Jeru2023",
"Stanley-baby",
"angenet",
"fenggwsx",
"gzp20182108",
"jasonzhang761213",
"ltbjwzttzz",
"narci2018",
"panxin801",
"sixyang",
"wangfeng35",
"yangjianchun"
],
"repo": "RVC-Boss/GPT-SoVITS",
"url": "https://github.com/RVC-Boss/GPT-SoVITS/issues/273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1068341981 | Encountered a problem while running
When I configured the environment, then an error occurred.
"File './test/scene_obs_test_ir.py', line 372, in
copyGridToArrayInt(target=sl_arf, source=sl_flags)
NameError: name 'copyGridToArrayInt' is not defined."
How can I resolve this problem?
this may be relevant: https://github.com/RachelCmy/den2vel/issues/2#issuecomment-903137006
Thank you for your reply, but after I followed the above steps again, the error also occurred.
| gharchive/issue | 2021-12-01T12:20:46 | 2025-04-01T04:33:00.684895 | {
"authors": [
"OliverLai",
"RachelCmy"
],
"repo": "RachelCmy/den2vel",
"url": "https://github.com/RachelCmy/den2vel/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
227516573 | RAC-5031 - Conversion and testing of CIT Skupack tests
Reworked skupack_tests.py to better handle post/put/patch.
Created skupack_node_updates.py to test sku attachement and de-attachment
flake8 corrections
@jimturnquist @hohene @johren
test this please
BUILD RackHD #265 : FAILURE
test this please
test this please
BUILD RackHD #321 : FAILURE
| gharchive/pull-request | 2017-05-09T22:28:13 | 2025-04-01T04:33:00.687972 | {
"authors": [
"JenkinsRHD",
"hohene",
"larry-dean"
],
"repo": "RackHD/RackHD",
"url": "https://github.com/RackHD/RackHD/pull/745",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
126685667 | Add sysnlinux bootloader support
undionly.kpxe from ipxe is not the original gPXE's undionly.kkpxe file which has been validated for installing ESXi on multiple platforms, correct it here. This will fix the chainload failure issue when installing ESXi OS
related PR:
https://github.com/RackHD/RackHD/pull/70
https://github.com/RackHD/on-http/pull/91
:+1:
:+1
@benbp https://github.com/RackHD/on-tasks/pulls has been merged, I'm not sure why travis-ci still use 1:6.6p1-2ubuntu2.3 which lead to failure when re-building ?
@andrewhou because my PR got reverted temporarily for the 1.1 release effort.
@benbp I saw that only https://github.com/RackHD/on-tasks/pull/109 was reverted, https://github.com/RackHD/on-imagebuilder/pull/19 is still there. when https://github.com/RackHD/on-tasks/pull/109 could be back? otherwise this PR travisCI cannot pass and cannot have a building, @heckj mentioned this PR in slack that need this PR to do a packer build.
@heckj @benbp is this PR even valid anymore? It looks like ben made a change in a different PR that fixes the build issue.
@benbp @heckj @anhou so it was brought up in scrum that you may want to rebase this PR to get our fix~
@DavidjohnBlodgett yes this PR is still valid.
I just tried the packer build, and my error has been resolved - so not sure we need this any longer... At least, I don't have a dependency on it...
@heckj isn't this a feature for syslinux though? Don't we need that?
yeah, we totally do
@benbp the travisCI pass after adding installing e2fslibs-dev package for syslinux and also need to base on the PR of resolving dependences https://github.com/RackHD/on-imagebuilder/pull/24.
I'll merge this PR
| gharchive/pull-request | 2016-01-14T16:04:47 | 2025-04-01T04:33:00.694593 | {
"authors": [
"DavidjohnBlodgett",
"anhou",
"benbp",
"heckj",
"yyscamper"
],
"repo": "RackHD/on-imagebuilder",
"url": "https://github.com/RackHD/on-imagebuilder/pull/17",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2495983532 | specs: Add option to print memory usage
Also synced all the specs with upstream.
Implements #398.
Okay, I have split the commits as requested.
| gharchive/pull-request | 2024-08-30T02:11:08 | 2025-04-01T04:33:00.784451 | {
"authors": [
"hankertrix"
],
"repo": "Rahix/avr-hal",
"url": "https://github.com/Rahix/avr-hal/pull/575",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2127967790 | Missing entities...wanted
Since my wallbox was updated, I no longer have access to the 31 previously available entities and now only have access to 5 entities. I've tried everything, even going back to a previous HA installation where everything was functional, but I can't get more than these 5 entities.
Wallbox software version: 1.7.17
HA: Core 2024.2.1
Supervisor 2024.01.1
Operating System 11.5
Frontend 20240207.1
Check your device what is sendind on https. Newer firmware versions have a bad json on response. Other topic is the wifi conection on trydan sometimes fail an need to restart, for this is nice to have the https answere you are gatting. Please post it here
In my case I have the following response to GET /RealTimeData:
{
"ID": "MyID123",
"ChargeState": 1,
"ReadyState": 1,
"ChargePower": 0,
"ChargeEnergy": 0,
"SlaveError": 0,
"ChargeTime": 2551,
"HousePower": 363.03,
"FVPower": 0,
"BatteryPower": 0,
"Paused": 0,
"Locked": 0,
"Timer": 0,
"Intensity": 6,
"Dynamic": 1,
"MinIntensity": 6,
"MaxIntensity": 32,
"PauseDynamic": 0,
"FirmwareVersion": "1.7.23",
"DynamicPowerMode": 0,
"ContractedPower": 5000
}
Do I have to query to other URI?
How can I configure the car battery and car consumption? There is no settings on the Integration page.
On the setup of the integration you can set the Kw/h of comsumtion of your car. That will tell the integration how to calculate Kw/h -> Km of charge. In my case, my car compsumption is 20.8Kw/h
| gharchive/issue | 2024-02-09T23:15:16 | 2025-04-01T04:33:00.828878 | {
"authors": [
"Rain1971",
"bmss21",
"xkill"
],
"repo": "Rain1971/V2C_trydant",
"url": "https://github.com/Rain1971/V2C_trydant/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1036734065 | admin_password
Debian Bullseye running Nginx, FPM-PHP7.4 and Rainloop all from packages from the Debian repository.
Rainloop: 1.12.1-2
Requiremen add to virtual server:
fastcgi_param PHP_VALUE open_basedir="/usr/share/rainloop/:/var/lib/rainloop/:/etc/rainloop/";
Admin password issue:
/etc/rainloop/application.ini
stanza: [security]
setting: admin_password
it is useless. Why? See below.
even when: allow_admin_panel = On
(Default in Debian: Off, see Readme in /usr.share/doc/rainloop)
https://github.com/RainLoop/rainloop-webmail/blob/master/rainloop/v/0.0.0/app/libraries/RainLoop/Config/Application.php
function SetPassword
It uses, if it can, PASSWORD_DEFAULT which is coming from: https://www.php.net/manual/en/function.password-hash.php
Potential problem: as specified the default can change over time
Currently equal to:
PASSWORD_BCRYPT - Use the CRYPT_BLOWFISH algorithm to create the hash. This will produce a standard crypt() compatible hash using the "$2y$" identifier. The result will always be a 60 character string, or false on failure.
It sets a password hashed with md5 which is old and weak. And is even deprecated by Rainloop. But not here to remain compatibility. Maybe deprecate sub PHP 5.5 support just because of this?
Note: there is no check on false after calling password-hash
function ValidatePassword
password is checked using three methods:
default as defined in code, NOT read from INI-file. This is problematic.
legacy MD5 depending of hash length to maintain compatibility with PHP < 5.5.0
password_verify function --> available since PHP 5.5.0 : https://www.php.net/manual/en/function.password-verify.php
also see password-hash function as documented above.
function defaultValues
hard coded admin password, which is useless as it is never used/read from this file
How does this work in practice?
When the user changes the admin password in the INI file, say from '12345' to 'admin12345', (s)he is safer and following instruction not to bind Rainloop to the internet using the default password. Not: that new password is still weak, but at least not the default.
Result: error -102 auth error
Looking this up in documentation: not found.
What probably goes on under the hood:
The new set admin password is compared to the default '12345' password which is in code (line 121).
This is obviously not a match resulting in an auth error.
Worth testing?
in terminal: php -r 'echo password_hash("admin12345", PASSWORD_DEFAULT).PHP_EOL;'
This will give a hash of the supplied password. Use that in the INI-file. Will probably fail due to method 1 in function ValidatePassword.
Desired solution:
Read the INI file setting and use (the hash of) the admin_password as defined there instead of '12345' in function ValidatePassword
When the user changes the admin password in the INI file, say from '12345' to 'admin12345',
You do not that do that.
You save it like admin_password = "$2y$10$Base64EncodedHashCreatedByBcryptOrArgon2"
| gharchive/issue | 2021-10-26T20:57:16 | 2025-04-01T04:33:00.838502 | {
"authors": [
"olaf7",
"the-djmaze"
],
"repo": "RainLoop/rainloop-webmail",
"url": "https://github.com/RainLoop/rainloop-webmail/issues/2131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2305598803 | 🛑 RSOS服务控制面板 is down
In dbed5c4, RSOS服务控制面板 (https://$US_SITE) was down:
HTTP code: 530
Response time: 250 ms
Resolved: RSOS服务控制面板 is back up in 91e166b after 11 minutes.
| gharchive/issue | 2024-05-20T09:54:37 | 2025-04-01T04:33:00.841033 | {
"authors": [
"RainThings"
],
"repo": "RainThings/uptime",
"url": "https://github.com/RainThings/uptime/issues/1499",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2694765136 | 🛑 RSOS服务控制面板 is down
In 51ee539, RSOS服务控制面板 (https://$US_SITE) was down:
HTTP code: 530
Response time: 292 ms
Resolved: RSOS服务控制面板 is back up in 30129c2 after 23 minutes.
| gharchive/issue | 2024-11-26T13:53:35 | 2025-04-01T04:33:00.843301 | {
"authors": [
"RainThings"
],
"repo": "RainThings/uptime",
"url": "https://github.com/RainThings/uptime/issues/2505",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1382501197 | 🛑 HK区服 is down
In 3e791f4, HK区服 (https://$HK_SERVER) was down:
HTTP code: 0
Response time: 0 ms
Resolved: HK区服 is back up in d751bae.
| gharchive/issue | 2022-09-22T13:57:02 | 2025-04-01T04:33:00.845696 | {
"authors": [
"RainThings"
],
"repo": "RainThings/uptime",
"url": "https://github.com/RainThings/uptime/issues/521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
56851254 | Fall back on CFBundleName
Another small one :)
According to the documentation, CFBundleDisplayName is optional; only to be used if you are localizing your bundle (which is obviously a good idea to do).
https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-110725
If you do not intend to localize your bundle, do not include this key in your Info.plist file. Inclusion of this key does not affect the display of the bundle name but does incur a performance penalty to search for localized versions of this key.
CFBundleDisplayName does not appear to come as a default key with new projects, whereas CFBundleName does.
Wonder why Travis isn't building this guy ...
This builds fine for me. I think Travis is confused. Just going to merge this.
| gharchive/pull-request | 2015-02-06T18:49:52 | 2025-04-01T04:33:00.977034 | {
"authors": [
"cmds4410",
"mgorbach"
],
"repo": "Raizlabs/RZVinyl",
"url": "https://github.com/Raizlabs/RZVinyl/pull/44",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2315061565 | [Bug] Implement email validation
Description
The user can submit the contact form with any email extensions , so that it would be an trouble. If we don't validate the mail it will leads to decrease in trust of the user about the website and it will lead to data leakage. So that I can do that validation and I request you to assign me this issue.
Screenshots
Checklist
[X] I have checked the existing issues.
[X] I follow Contributing Guidelines of this project.
[X] I am a GSSOC'24 contributor.
[ ] I am a IWOC'24 contributor.
[ ] I am a JWOC'24 contributor.
[ ] I am a SWOC'24 contributor.
Code of Conduct
[X] I agree to follow this project's "Code of Conduct".
Since Netlify manages the form submission, so how will you validate the email @GnanariddhikaRavikumar
Do you want to be assigned @GnanariddhikaRavikumar
Yes @Rakesh9100 .
Go ahead @GnanariddhikaRavikumar
Status of your PR @GnanariddhikaRavikumar
Working on it will update you soon @Rakesh9100
I resolved this issue and raised the PR @Rakesh9100
| gharchive/issue | 2024-05-24T10:35:54 | 2025-04-01T04:33:00.985677 | {
"authors": [
"GnanariddhikaRavikumar",
"Rakesh9100"
],
"repo": "Rakesh9100/CalcDiverse",
"url": "https://github.com/Rakesh9100/CalcDiverse/issues/836",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2106215579 | Adding an About Us Page
Fixes Issue🛠️
Closes # 488
Description👨💻
While going across the website, I noticed that the About Us page was missing. So
I decided to add an About Us page into the website.
Type of change📄
[] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
How this has been tested✅
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 commented my code, particularly in hard-to-understand areas
[X] I have added demonstration in the form of GIF/video file
[X] I am an Open Source Contributor
Screenshots/GIF📷
@Rakesh9100 Kindly update the status of my PR
@Rakesh9100 kindly review my PR
@Rakesh9100 sir kindly update the status of the PR ,and let me know if it is ok or not . It has already been more than 3 days for the pull request.
Pls work on these changes:
About Page looks so clumsy and congested, pls enhance and design the UI.
Include the navbar and footer sane as homepage.
Don't delete the paragraph of the main page.
@Soumya6Tiwari
@Rakesh9100 ok I shall make the amendments
Status of your changes @Soumya6Tiwari
@Rakesh9100 you can reassign it to someone else
| gharchive/pull-request | 2024-01-29T18:59:51 | 2025-04-01T04:33:00.991884 | {
"authors": [
"Rakesh9100",
"Soumya6Tiwari"
],
"repo": "Rakesh9100/CalcDiverse",
"url": "https://github.com/Rakesh9100/CalcDiverse/pull/513",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2320371446 | Contact redesign
Fixes Issue🛠️
[Style] Enhance the Contact form #718
Closes #718
Description👨💻
i redesign and update contact form css to look good and suit with theme
Type of change📄
redesign contact form
update style
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
How this has been tested✅
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 commented my code, particularly in hard-to-understand areas
[x] I have added demonstration in the form of GIF/video file
[x] I am an Open Source Contributor
Screenshots/GIF📷
@Rakesh9100
please check this and merge it
@Rakesh9100
please response
i completed contact form
please merge it and add level label
Congrats on getting your PR merged to the repo under GSSOC 2k24 🥳 @dhruv8433
@Rakesh9100
Thank you :)
| gharchive/pull-request | 2024-05-28T07:47:25 | 2025-04-01T04:33:00.997992 | {
"authors": [
"Rakesh9100",
"dhruv8433"
],
"repo": "Rakesh9100/CalcDiverse",
"url": "https://github.com/Rakesh9100/CalcDiverse/pull/935",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
723441170 | Support concurrency
So I did a bit of investigation for https://github.com/Raku/Pod-To-HTML/issues/63...
It seems find-headings is unsafe, so made it into a method and protected with monitor. ??? Problem is gone.
It seems Template::Mustache triggers some rakudo/moar(?) issue as well, as it refused to compile some pages (usually 5 plus-minus a couple from the whole documentation, always different ones) with a bogus error (self being null). So created a special loop catching issues doing some retries. It fixed the problem I saw. By the way, Cro::WebApp tested had no issues like this one and was on average 2.5x to 5x times faster, but to use it we need a smooth API at hand.
Did some crunching with 24 threads rendering whole documentation 100 times in a row. In three crunch sessions saw a moarvm bug once, which is, I suspect, known and so very obscure we probably don't want to deal with it here (I saw it reported in different places).
Otherwise, it became a lot more stable unless you really stresstest it, so I believe the ticket can be closed.
I am thinking about reverting this PR, unless you give me a very good reason to do so. We don't know if it really addresses what it says it does, since it does not add new tests to the test set. And, on the other hand, it's built on top of another PR that is apparently causing some issues.
I am thinking about reverting this PR, unless you give me a very good reason to do so
A (IMO) good reason not to revert it just now: reverting needs a time and a place. In general, it is not a solution. Some issues were solved by this PR but it introduced regressions.
A real solution: increase test coverage and fix regressions.
Result: you fixed old bugs and regressions are dealt with.
A temporary solution: revert.
Result: you get old bugs back.
AFAIK, we do not update docs automatically. Website is not broken right now. Website was not updated very often anyway. Is it impossible to wait until tomorrow for me to deal with regressions? We update website manually when possible, but it is absolutely very desperate to do it right now? We are not pressured to do a revert and can provide a real solution instead of messing with history. I don't get it.
There was no good reason to merge it anyway, since it was not proved (by a test) it solved what it was supposed to solve.
Don't worry about docs now, I got a configuration that works but we really need to work out the issues in this module, starting with the very meager test suite.
There was no good reason to merge it anyway, since it was not proved (by a test) it solved what it was supposed to solve.
Tests do not prove there are no bugs at all. Especially it is very true for concurrency issues and this PR deals with a couple of those.
Just get someone to review the code. This PR uses common, proven techniques of dealing with concurrency issues.
This PR does result in an observable improvement in stresstesting I did, you can reproduce it if you want. Run the gist in the related ticket for 100 times using a lot of threads and see errors. Apply those patches and see how it renders without errors.
But such heavy stresstesting is not suitable for most users. Not everyone would want to render docs for 100 or for 1000 times using 24 or more threads. Possibly we can go with xt/ directory with such a test, but this is not in any case a reason to reject PR that does improve stability.
I'm not rejecting it, it's already approved, and I did approve and merged it. xt tests are good enough, though.
Also, tests are not written for your code specifically. They are written to defend your code. If you don't write a test for this code proving that there are no errors, someone might come up in the future, wipe out this "monitor" thing and get back to the former error. So, please try and add these xt tests to the repo when you are done with the rest of the issues.
Tests are going to protect your code also when you refactor the code for #80, which you will probably need to do, since #86 is critical.
| gharchive/pull-request | 2020-10-16T18:29:57 | 2025-04-01T04:33:01.013783 | {
"authors": [
"Altai-man",
"JJ"
],
"repo": "Raku/Pod-To-HTML",
"url": "https://github.com/Raku/Pod-To-HTML/pull/83",
"license": "Artistic-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
199361146 | Create a contributing.md
Create a contributing.md for folks interested in contributing (thanks for the idea Kanji!)
done in 5b4b422
| gharchive/issue | 2017-01-07T13:14:55 | 2025-04-01T04:33:01.015492 | {
"authors": [
"RamblingCookieMonster"
],
"repo": "RamblingCookieMonster/PSSlack",
"url": "https://github.com/RamblingCookieMonster/PSSlack/issues/27",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2677220207 | fix: set highlights as default
Setting the highlight as default allows color schemes to override them without depending on order of loading
I wasn't aware of that property! Thank you for adding that 🙏
:tada: This PR is included in version 1.4.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2024-11-20T21:25:40 | 2025-04-01T04:33:01.027258 | {
"authors": [
"Ramilito",
"Saghen"
],
"repo": "Ramilito/kubectl.nvim",
"url": "https://github.com/Ramilito/kubectl.nvim/pull/509",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
258936457 | Question that is not really related to the product, but why using extensions?
Hi Developers in Ramotion,
I was reading the example code included, and noticed that you are using extensions a lot. For example in DemoTableViewController, every methods are written as extensions.
Is there any reason/benefit why you are writing it this way?
BR
AnChin
I wanna know as well..
Swift 1 did not have pragma marks, which made extensions become the standard for code organization at the time.
The guidelines do not enforce this anymore, but it's still widely used.
https://swift.org/documentation/api-design-guidelines/
it's just coding style, read this article https://www.natashatherobot.com/using-swift-extensions/
... and it's more readable
| gharchive/issue | 2017-09-19T19:26:47 | 2025-04-01T04:33:01.031852 | {
"authors": [
"Laptopmini",
"RayanSaeed",
"biogerm",
"ober01"
],
"repo": "Ramotion/expanding-collection",
"url": "https://github.com/Ramotion/expanding-collection/issues/65",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1344241868 | Does not icloud sync on iPad Pro
No articles on iPad Pro. Deinstall / install no change. Icloud is ON. Works perfect on iPhone and Mac though.
Regards
Mick
Is it syncing? Sometimes iCloud syncing can take hours, especially on a new device or on a device where you haven’t used NetNewsWire in a while.
The iPad is syncing. NetNews also syncs the feeds but not a single feed content. Even not after days or weeks.
Same issue on my iPad Air. No syncing after hours or even days. Seems like there is a bug on iPads.
Is the status bar actually completing on your iPad? If not you may need to turn off the display lock and leave NetNewsWire running in the foreground until it completes. As @brentsimmons mentioned it can literally take hours to complete if you haven't synced in a long time.
Before bed, turn off the display lock. Start NetNewsWire and leave it on the screen. In the morning it will have synced again.
After that, as long as you sync regularly, you won't have this problem.
Thanks for your answer. No, status bar isn't completing. It's stuck on first step. I'll try your tip now.
Don't know why, but it actually works now on my iPad Air. Thanks for helping me.
iCloud sync technically isn't broken, but the user experience can be so bad that we consider it broken. We understand how to the user it looks like nothing is happening during the sync, even when it actually is.
I'm going to close this out because this is a pretty well known issue that we are actively working on a solution for. #3566 is the issue we are tracking it with. The title says something about initial sync, but it is the same problem that can happen if you haven't synced in a while.
| gharchive/issue | 2022-08-19T10:16:03 | 2025-04-01T04:33:01.036191 | {
"authors": [
"brentsimmons",
"hansonis",
"vincode-io",
"zoulhh"
],
"repo": "Ranchero-Software/NetNewsWire",
"url": "https://github.com/Ranchero-Software/NetNewsWire/issues/3656",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1597281681 | Relative links in Atom don’t work; turn into file: URLs (possible security issue?)
Specifics
In an Atom feed, when an entry’s link to the article’s web page is a site-relative URL (starts with /, like <link href=“/some/path/“/>), NNW misinterprets this as a filesystem path and in its GUI makes the article title link to the corresponding file: URL. As a result nothing happens when the title is clicked. (See below for an example.)
Security
I’ve learned to be very nervous about anything where untrusted content can produce file URLs. I could create a feed that would make clicking an article link launch an arbitrary app or document on the user’s machine — for example, using <link href=“/Applications/TextEdit.app/“/> would probably launch TextEdit. (I haven’t tried it.)
I don’t know if that’s dangerous on its own, but I’ve read about several real-world attacks that first download a dangerous file to a known location and then exploit a separate bug to open it. (Yeah, there’s GateKeeper, but there have been several vulnerabilities found in that lately too…)
Details
The feed in question is one generated by some code I’m currently working on. It’s passed the W3C feed verifier, so I tried subscribing in NNW and got the behavior above.
I don’t want to attach the feed itself because it links to some stuff I’m not ready to make public yet, but an expurgated summary is like:
<?xml version="1.0" encoding="utf-8"?>
<id>XXXXX</id>
<feed xmlns="http://www.w3.org/2005/Atom">
<link href=“/path/to/site/"/>
<entry>
<id>XXXXX</id>
<link href=“/path/to/site/path/to/page/"/>
Assuming the feed was downloaded from https://my.host/path/to/site/atom.xml, The expectation is that in NNW the article title would link to https://my.host/path/to/site/path/to/page/.
Note that the links are site-relative; I did this bc generating the feed is independent of uploading it to a specific host and I didn’t want to hardcode the hostname at this point.
It’s been a long time since I worked on a feed reader 👴🏻, but my recollection was that site-relative URLs are OK and are interpreted relative to the feed’s URL. Apparently not! I can fix my feed pretty easily; the only reason I’m filing a bug report is because the way NNW turns this into a file: URL is kinda scary.
Config
NNW 6.1 (6106)
macOS 13.2.1
MBP 16” 2021 (Apple M1 Pro CPU, 16GB RAM)
Thanks, Jens — we’ll look into this asap.
I was able to reproduce the file URL bug pretty easily with Atom. Haven’t checked with other formats yet.
Some preliminary good news: when I tried /Applications/TextEdit.app and similar, nothing appeared to happen on clicking the links, and the following appeared in the console, which suggests that WebKit is dealing with these to a certain extent.
2023-02-23 22:47:25.821361-0800 NetNewsWire[4975:144997] [Loading] 0x11a0704f0 - [PID=4983] WebProcessProxy::checkURLReceivedFromWebProcess: Received an unexpected URL from the web process
2023-02-23 22:47:25.821433-0800 NetNewsWire[4975:144997] [Process] 0x155907018 - [pageProxyID=7, webPageID=8, PID=4983] WebPageProxy::Ignoring request to load this main resource because it is outside the sandbox
App sandbox FTW!
When I went to update my code, I remembered about the xml:base attribute, which establishes a base URL for all <link> elements in & inside the element it’s attached to. So I added one to the feed element:
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://MY.SITE/">
This didn’t change NWW’s behavior, though. It’d be nice to fix that. And I’ll change my feed to emit absolute URLs.
Seems to be related to #3662 as well. I would love to see this fixed because I use Hugo without a baseURL (so that that the same site works on different hosts) and the RSS feeds it generates are therefore all broken with NetNewsWire.
| gharchive/issue | 2023-02-23T17:47:46 | 2025-04-01T04:33:01.043579 | {
"authors": [
"brentsimmons",
"snej",
"timj"
],
"repo": "Ranchero-Software/NetNewsWire",
"url": "https://github.com/Ranchero-Software/NetNewsWire/issues/3878",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
423665608 | Custom Action Factory for Dynamically Created Class like UtterAction
Rasa Core version: master
Python version: 3.6
Operating system (windows, osx, ...): osx, linux
Issue:
I'm dynamically building all files (domain.yml, nlu.md, and stories.md) off of the data stored in a database.
I'm in need of action that gets build dynamically just like UtterAction.
Basically, all it does is the same thing (calling 3rd party webhook with different params).
To do so in the least invasive way, I found that allowing a user to specify custom action_factory.
Currently, action_factory can be read from domain.yml but choices are only local or remote.
I like to propose changes like this
Content of domain file :
action_factory: path_to_your_action_factory_function
rasa_core.actions.factories.action_factory_by_name to be
import importlib
def action_factory_by_name(name):
if name == "local" or name is None: # this is the default factory
return local_action_factory
elif name == "remote":
return remote_action_factory
try:
mod_name, func_name = name.rsplit('.', 1)
mod = importlib.import_module(mod_name)
func = getattr(mod, func_name)
return func
except Exception as e:
raise Exception("Unknown executor name '{}'.\n{}".format(name, e))
basically, the diff is just try block.
currently, I'm monkey patching this and hope that this change is (a) lease invasive enough and (b) others might find it useful enough.
Please let me know if approved, I will be more than happy to make PR.
I have the same problem as Naoko. I want to handle all actions in a generic way using only one Python class.
Has the contribution she offered been accepted?
Has this issue been solved somehow?
Is there another way to achieve my goal?
i want to interpret it with the live database connection
| gharchive/issue | 2018-07-11T00:25:15 | 2025-04-01T04:33:01.158596 | {
"authors": [
"Jesjf",
"kalimuthu123",
"naoko"
],
"repo": "RasaHQ/rasa",
"url": "https://github.com/RasaHQ/rasa/issues/2313",
"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.