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 |
---|---|---|---|---|---|
1179337692 | Iris API param not rendering
📚 Documentation
Whilst reviewing the dsocs for another task I noticed there are a few occurrences of :param: that is not rendering correctly due to alignment and maybe other syntax issues.
https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/fileformats/pp.html?highlight=%3Aparam%3A#iris.fileformats.pp.save
https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/fileformats/nimrod_load_rules.html?highlight=%3Aparam%3A#iris.fileformats.nimrod_load_rules.run
https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/fileformats/dot.html?highlight=%3Aparam%3A#iris.fileformats.dot.save
There maybe other occurrences too, not dug any further.
I didn't even know that was supposed to be possible! Would be great if it worked 🙂
It definitely does work in many places.
For example : https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/coords.html#iris.coords.CellMethod.method
which comes from : https://github.com/SciTools/iris/blob/main/lib/iris/coords.py#L2974-L2975
However, I'm seeing that some other things are not so happy..
Sphinx seems to have started putting two of these on one line sometimes. #4660
Which may or not be related..
The consistent thing between those examples is that they are formatted like
Args:
* something - description
which is probably a few too many steps away from what napoleon expects. I would try:
removing the * list markers
removing the indentation
replacing the - with :
I have a branch primed to fix this issue but ideally want to use my read the docs test space to render them for all to see, thish is being used for another PR atm. Will create the PR next week sometime.
Related to https://github.com/SciTools/iris/issues/3840.
Fixed by https://github.com/SciTools/iris/issues/3840.
| gharchive/issue | 2022-03-24T10:52:07 | 2025-04-01T06:37:31.936587 | {
"authors": [
"bsherratt",
"pp-mo",
"tkknight",
"trexfeathers"
],
"repo": "SciTools/iris",
"url": "https://github.com/SciTools/iris/issues/4657",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
150899771 | Remove obsolete import of iris.fileformats.dot
This explicit import should not be needed - the import is intended to be deferred.
Can't argue with that !
| gharchive/pull-request | 2016-04-25T15:29:36 | 2025-04-01T06:37:31.938297 | {
"authors": [
"pp-mo",
"rhattersley"
],
"repo": "SciTools/iris",
"url": "https://github.com/SciTools/iris/pull/1984",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
702084577 | whatsnew - branded section icons
🚀 Pull Request
Description
This PR adds icon branding to the whatsnew section headers.
Some of the icons align with those already chosen for the associated issues icon templates.
If and when #3850 is merged, I'll align the Announcements section appropriately.
To help reviewers, the rendered readthedocs changes of this PR are available:
latest whatsnew.
Contribution categories
Consult Iris pull request check list
Nice, we seem to have converted to the 'fun logo pack', which I am fully in favour of!
@trexfeathers Superb! Thanks :+1:
| gharchive/pull-request | 2020-09-15T16:36:52 | 2025-04-01T06:37:31.941831 | {
"authors": [
"bjlittle",
"trexfeathers"
],
"repo": "SciTools/iris",
"url": "https://github.com/SciTools/iris/pull/3851",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2421170890 | msiafterburner@4.6.5: Fix install
Closes #13579
[x] I have read the Contributing Guide.
/verify
| gharchive/pull-request | 2024-07-21T02:00:15 | 2025-04-01T06:37:31.953710 | {
"authors": [
"moeshin"
],
"repo": "ScoopInstaller/Extras",
"url": "https://github.com/ScoopInstaller/Extras/pull/13671",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2630427192 | abricotine@1.1.4: Fix homepage, add EOL note
Fixes homepage
Closes #14346
[x] I have read the Contributing Guide.
/verify
| gharchive/pull-request | 2024-11-02T12:17:36 | 2025-04-01T06:37:31.955412 | {
"authors": [
"Gitoffthelawn",
"aliesbelik"
],
"repo": "ScoopInstaller/Extras",
"url": "https://github.com/ScoopInstaller/Extras/pull/14347",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1576526567 | systeminformer-nightly: Enhance pre_uninstall script
Relates to https://github.com/ScoopInstaller/Versions/pull/885#issuecomment-1418137949
[x] I have read the Contributing Guide.
/verify
| gharchive/pull-request | 2023-02-08T17:28:22 | 2025-04-01T06:37:31.966532 | {
"authors": [
"Zliced13"
],
"repo": "ScoopInstaller/Versions",
"url": "https://github.com/ScoopInstaller/Versions/pull/992",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1942356240 | Crash on Fabric 1.20.1 for 1.4.4
The game crashes at the main menu in 1.20.1 (because music starts playing instantly). Version 1.4.3 worked fine, as does 1.4.4 on 1.20.2.
Mods:
Fabric API 0.90.0+1.20.1
Now Playing 1.4.4
crash-2023-10-13_19.20.38-client.txt
Sorry, looks like I mistagged that version. Use 1.4.3 for 1.20.1 and 1.4.4 for 1.20.2.
| gharchive/issue | 2023-10-13T17:32:11 | 2025-04-01T06:37:31.969829 | {
"authors": [
"Dantevg",
"Scotsguy"
],
"repo": "Scotsguy/now-playing",
"url": "https://github.com/Scotsguy/now-playing/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
412982885 | 577 - Refactor to remove ProfileProvider
Description
Previous work was put in place to mark the ProfileProvider as deprecated and to get round to removing it. This goes as close as we currently can to removing it by replacing it with a much simpler CurrentProfileCache. This is now set at data generation stage and is only consumed once in HierarchalFieldFixStrategy.
I subsequently tried to remove this dependency too but the change was too large and risky to do (see PR #624
Changes
Replaced ProfileProvider with CurrentProfileCache.
Adjusted field fix strategies to use CurrentProfileCache or ProfileFields where appropriate.
Issue
Resolves #577
This change appears to simply move the problem back one stage. It certainly removes the Guice imports in code but I'm not sure it provides any material change.
On the face of it the change should be focused around removing the profile dependency from the FixFieldStrategy or something to this effect. This would then allow for a complete change.
Also, the tree is a representation of the profile, albeit an unsymmetrical adaptation. There should still be sufficient information here to support analysis of the profile (by way of its tree representation) to provide the order of fields to fix.
| gharchive/pull-request | 2019-02-21T15:29:13 | 2025-04-01T06:37:31.972726 | {
"authors": [
"MattCline-SL",
"sl-slaing"
],
"repo": "ScottLogic/datahelix",
"url": "https://github.com/ScottLogic/datahelix/pull/622",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
963160674 | Signal Plot: Is vertical orientation possible?
This issue will explore feasibility of creating vertical signal plots. The signal plot type is one of the most complex, with many features that would have to be refactored (e.g., color by density) making this task very challenging. An alternative option is to create a new VerticalSignal plot type with minimal features.
Discussed in https://github.com/ScottPlot/ScottPlot/discussions/1184
Originally posted by gigios August 5, 2021
First of all I apologize if the question has already been asked, but I have not found it 😊
I'm investigating the functionality of the library to be able to draw a graph with thousands of values (signal).
My problem is that I need to show 10 charts with the sample rate in the Y axis and values in X.
Exists a simple way to do this with the Signal plot?
What I need is similar to this photo
I need to replicate a similar visualization in my wpf app with the possibility to scroll all the signals in vertical and, if there are more than 10 charts, scroll also in horizontal (but the scroll I think is not a problem).
A possible solution could be rotate the Wpf Plot Control of 90 degree, but in this way I need also to rotate the Axis labels.
Thanks for any suggestion.
I have added, in the discussion, a first test of a possible workaround in the Wpf application, where it's very easy to rotate controls. I have only some troubles on place the axis labels in the correct position, but this is probably a my problem because it's the first time I'm using the 'ScottPlot' 😊
With the WPF workaround (LayoutTransform\RotateTransform in xaml) and the last version of the ScottPlot I'm able to 'simulate' a vertical orientation for the signal plot 👍
Now there is only a small problem related the position of the axis label because are too close to the chart. This probably depends how the rotation is applied to the label text.
This is the WpfSample, where I have rotated the control in the xaml (90 degree) and also the Axis Y2.
Rotated ScottPlot Control
<DockPanel>
<DockPanel.LayoutTransform>
<RotateTransform
CenterX="0.5"
CenterY="0.5"
Angle="90"/>
</DockPanel.LayoutTransform>
<ScottPlot:WpfPlot Name="WpfPlot1"/>
</DockPanel>
public MainWindow()
{
InitializeComponent();
WpfPlot1.Plot.AddSignal(ScottPlot.DataGen.Sin(51));
WpfPlot1.Plot.AddSignal(ScottPlot.DataGen.Cos(51));
// hide original vertical axis
WpfPlot1.Plot.YAxis.Ticks(false);
WpfPlot1.Plot.YAxis.Label("Title");
// vertical axis (when rotated)
WpfPlot1.Plot.XAxis.Ticks(true);
WpfPlot1.Plot.XAxis.TickLabelStyle(rotation: 90);
// horizontal axis (when rotated)
WpfPlot1.Plot.YAxis2.Ticks(true);
WpfPlot1.Plot.YAxis2.TickLabelStyle(rotation: 90);
WpfPlot1.Render();
}
Perfect, thanks.
Do you think to release a new nuget update in a short time? Otherwise I will try to use directly the source code to do my additional tests 👍
Perfect, thanks.
Sure thing! I'm happy with the outcome here.
Do you think to release a new nuget update in a short time?
I'll make a NuGet release after I finish #1242 which I anticipate completing today or tomorrow 👍
> // horizontal axis (when rotated)
> WpfPlot1.Plot.YAxis2.Ticks(true);
> WpfPlot1.Plot.YAxis2.TickLabelStyle(rotation: 90);
Its great that teh tick labels can be rotated, but unfortunately this leaves the title for YAxis2 (the new horizontal axis) upside down. Is there any means to rotate the axis titles?
My rotated implementation (left) compared with standard implementation (right):
Is there any means to rotate the axis titles?
Thanks for this question! Currently no, but it seems like an oversight. I created #1754 to address this deficiency and anticipate I can add this features in the next few days. I'll post updates on that issue page 👍
| gharchive/issue | 2021-08-07T05:37:08 | 2025-04-01T06:37:31.982775 | {
"authors": [
"gigios",
"swharden",
"zeticabrian"
],
"repo": "ScottPlot/ScottPlot",
"url": "https://github.com/ScottPlot/ScottPlot/issues/1194",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2114103318 | Legend cannot display Chinese(图例无法显示中文字符)
Issue: (Describe the bug here)
Legend cannot display Chinese(图例无法显示中文字符)
ScottPlot Version: (What NuGet package are you using?)
5.0.21
Code Sample: See http://scottplot.net/faq/repro/ for tips about creating reproducible code samples
data_point list_PV { get; set; }
data_point list_OV { get; set; }
data_point list_SP { get; set; }
List<Scatter> scatters { get; set; }
public Form1()
{
InitializeComponent();
labels = new List<Label>();
Initialize();
}
void Initialize()
{
scatters=new List<Scatter>();
list_PV = new data_point(1000);
list_OV= new data_point(1000);
list_SP= new data_point(1000);
var x = formsPlot1.Plot.Add.Scatter(list_OV.Times, list_OV.DATA,new ScottPlot.Color(255,0,0));
var www = Encoding.Default.GetBytes("杨");
var str= Encoding.UTF8.GetString( Encoding.Convert(Encoding.Default, Encoding.UTF8, www));
x.Label = str;
scatters.Add(x);
var y = formsPlot1.Plot.Add.Scatter(list_PV.Times, list_PV.DATA, new ScottPlot.Color(0, 0, 255));
y.Label = "反 馈 值";
scatters.Add(y);
var z = formsPlot1.Plot.Add.Scatter(list_SP.Times, list_SP.DATA, new ScottPlot.Color(0, 255, 0));
z.Label = "设 定 值";
scatters.Add(y);
formsPlot1.Plot.Axes.DateTimeTicksBottom();
formsPlot1.Plot.ShowLegend(Alignment.UpperLeft);
}
public class data_point
{
public double[] DATA { get; set; }
public DateTime[] Times { get; set; }
public int num { get; set; }
public data_point(int len)
{
DATA = new double[len];
Times = new DateTime[len];
num = 0;
for (int i = 0; i < len; i++)
{
DATA[i] = 0;
Times[i]= DateTime.Now;
}
}
public void Add(double data)
{
if (num == DATA.Length-1)
{
DATA[num]= data;
Times[num]= DateTime.Now;
num=0;
}
else
{
DATA[num] = data;
Times[num] = DateTime.Now;
num++;
}
}
}
It seems that you need manually set Font.Name for Legend to fix it.
I'm using the first solution:
formsPlot1.Plot.Legend.Font.Name = SKFontManager.Default.MatchCharacter('汉').FamilyName;
or you don't want to call SKFontManager directly:
formsPlot1.Plot.Legend.Font.Name = Fonts.Detect("汉");
谢谢,问题解决了
Thank you, the problem has been resolved
| gharchive/issue | 2024-02-02T05:32:27 | 2025-04-01T06:37:31.988060 | {
"authors": [
"Milkitic",
"Yangjunfengx"
],
"repo": "ScottPlot/ScottPlot",
"url": "https://github.com/ScottPlot/ScottPlot/issues/3333",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
423542609 | Update and Change Calendar data
Dear
I want to update calendar data real time with script.
My data if change I could not update calendar data.
thanks
I apologize for the long silence! Can you provide an example of your code?
Like this heatmap-variant more than others because months are shown separately and it has a nice set of customization options.
But I have the same problem. Script:
function refresh()
{
$('<my selector>').each( function() {
/*$('#act' + $(this).html()).html('');*/
$.ajax({
url: '<script returning JSON>.php',
type: 'GET',
data: {
year: $(this).html(),
<name1>: $('input[name=<inputname1>]').val(),
<name2>: $('input[name=<inputname2>]').val(),
},
dataType: 'json',
success: function(result) {
$('#act' + result.year).CalendarHeatmap(result.data, {
lastMonth: 12,
lastYear: result.year,
/* more cosmetic options */
});
}
});
});
}
$(function() {
refresh();
});
At page load, the heatmaps are rendered. There's a form with two input fields that also invoke 'refresh()' at the onchange event. I can see the Ajax calls returning the expected data, but the heatmaps aren't refreshed with the changed data sets. If I then reload the page (preserving form values), the updated heatmaps are rendered as yet.
If I enable the commented-out html('') call to clear the divs, the heatmaps are removed at onchange, but no new ones are rendered.
Could this be caused by the main "this.calendarHeatmap();" call being invoked only from the plugin's "init:" method?
Btw, in step 6 here, the tiles option with its values could be documented.
Thank you for the detailed description of the issue. I will try to update the plugin ASAP.
Regarding the link you have provided. I think the issue is that this service is not updating the Readme file. Please find everything documented including the tiles here.
That was encouraging to read -- any progress?
Even if my use of the heatmap plugin is only in a private, non-vital application, I'd love it if refreshing works as expected.
Hey mate - also was wondering about how to achieve updating of control with a different dataset. Do you have a workaround to achieve this ?
Thanks in advance
I found some time to work on the plugin and the functions to update the dates (data) and the options are available with the latest release (v.1.2.0) now.
I updated my application just now, and updateDates does the job. Thanks a lot!
I'm glad it is working for you now.
| gharchive/issue | 2019-03-21T01:45:58 | 2025-04-01T06:37:32.104512 | {
"authors": [
"SeBassTian23",
"Xymph",
"excel-vba-course",
"nouranianfar"
],
"repo": "SeBassTian23/CalendarHeatmap",
"url": "https://github.com/SeBassTian23/CalendarHeatmap/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
112346502 | increased debug verbosity and adding node templates in optimizer output
The information of cloud resources was not included in the output information of the optimizer, only the names of the cloud resources.
This PR adds such information to the ADPs created by the optimizer.
lgtm
| gharchive/pull-request | 2015-10-20T11:26:20 | 2025-04-01T06:37:32.105737 | {
"authors": [
"andreaturli",
"perezp"
],
"repo": "SeaCloudsEU/SeaCloudsPlatform",
"url": "https://github.com/SeaCloudsEU/SeaCloudsPlatform/pull/130",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
121544879 | Feature/group management
Groups are expected by Deployer as a topology_template's child.
@szenzaro @MicheleGuerriero please take a look to this commit. Probably, we could expect groups as a topology_template's child.
Current coverage is 32.17%
Merging #188 into master will increase coverage by +0.07% as of 8cb6bdf
@@ master #188 diff @@
======================================
Files 319 319
Stmts 11676 11676
Branches 1472 1472
Methods 0 0
======================================
+ Hit 3749 3757 +8
+ Partial 387 384 -3
+ Missed 7540 7535 -5
Review entire Coverage Diff as of 8cb6bdf
Powered by Codecov. Updated on successful CI builds.
+1 for me
@kiuby88 : This branch has conflicts. Could you resolve this?
@rosogon sorry for the late response.
Rebased
I think this PR will make the monitoring-dam-generator-core module to not work since it changes the format of the input and my ADP parser will fail. If it is needed to be compliant with the TOSCA specification I can fix my parser, but I have some doubts this doesn't affect only me. @kiuby88 can you please help me in clarify how to handle this point?
@MicheleGuerriero We can talk on monday and I can make clear this change. I agree with you that this might not affect only you.
I would keep the PR open until we solve these issues.
@kiuby88
Stop using just Strings!
@kiuby88 please refactor
public static String generateDam(String adp, String monitorGenURL, String monitorGenPort, String slaGenURL) {
into something Object Oriented like
public DAM generateDAM(ADP adp)
where ADP is probably just a4c's Topology and DAM is Topology + Policies, I think.
Do you think it is feasible?
@kiuby88 I'm doing something similar like @andreaturli proposes with SeaCloudsApplicationData.java (in https://github.com/adriannieto/SeaCloudsPlatform/blob/feature/move-orchestration-from-js-to-java/dashboard/src/main/java/eu/seaclouds/platform/dashboard/model/SeaCloudsApplicationData.java just in case you want to take a look), I agree with @andreaturli but @szenzaro must agree on this, because maybe it will involve a lot of changes.
@MicheleGuerriero , I did not know that your component used groups. I am sorry.
I have moved groups migration to generateDam method.
Of course, it is a TEMPORAL solution.
I have solved issues 198 and 199 on this PR as a temporal solution. These issues should be fixed from AAM generation.
@szenzaro , could you take a look?
We (UPI) agree on the updates by @kiuby88
Thanks a lot @jacopogiallo and @andreaturli
| gharchive/pull-request | 2015-12-10T18:06:30 | 2025-04-01T06:37:32.115671 | {
"authors": [
"MicheleGuerriero",
"adriannieto",
"andreaturli",
"codecov-io",
"jacopogiallo",
"kiuby88",
"perezp",
"rosogon",
"szenzaro"
],
"repo": "SeaCloudsEU/SeaCloudsPlatform",
"url": "https://github.com/SeaCloudsEU/SeaCloudsPlatform/pull/188",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1244643679 | 有关GIT游戏论坛的问题
[url]https://bbs.gityx.com/forum.php?mod=viewthread&tid=566&highlight=evolve[/url]
这个帖子的内容还能发出来吗,因为已经无法回复了
控制台输入 下方内容后 回车
debug(exportGame);exportGame();undebug(exportGame);
然后触发断点后输入 下方内容并回车
game = t;
然后按F8 或者 蓝色小箭头 继续游戏。
提供一个自动满资源脚本:
autoMaxResource = setInterval(()=>{
for(var k in game.resource){
if(game.resource[k].max>0)game.resource[k].amount = game.resource[k].max;
}
},100)
//如果要暂停请执行下面的脚本 去掉开头的 //
//clearInterval(autoMaxResource)
[url]https://bbs.gityx.com/forum.php?mod=viewthread&tid=566&highlight=evolve[/url] 这个帖子的内容还能发出来吗,因为已经无法回复了
emmm 为什么会在这里问这个。。。
因为论坛已经不能回复了,哈哈哈哈
还有个问题,必须得等触发断点后才能输入后面的内容么.
| gharchive/issue | 2022-05-23T06:24:55 | 2025-04-01T06:37:32.119718 | {
"authors": [
"pjy612",
"sherlockHlb"
],
"repo": "SeaLoong/BLRHH",
"url": "https://github.com/SeaLoong/BLRHH/issues/167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1034228612 | Option unwrap in CLI
Making a new issue since #153 got repurposed. With the --verbose flag introduced there, this is the output I'm getting:
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery::executor::real] SELECT "table_name", "user_defined_type_schema", "user_defined_type_name" FROM "information_schema"."tables" WHERE "table_schema" = $1 AND "table_type" = $2, Values([String(Some("public")), String(Some("BASE TABLE"))])
[2021-10-23T16:43:23Z INFO sqlx::query] /* SQLx ping */; rows: 0, elapsed: 140.301µs
[2021-10-23T16:43:23Z INFO sqlx::query] SELECT "table_name", "user_defined_type_schema", "user_defined_type_name" …; rows: 1, elapsed: 4.604ms
SELECT
"table_name",
"user_defined_type_schema",
"user_defined_type_name"
FROM
"information_schema"."tables"
WHERE
"table_schema" = $1
AND "table_type" = $2
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] TableQueryResult { table_name: "people", user_defined_type_schema: None, user_defined_type_name: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] TableInfo { name: "people", of_type: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery::executor::real] SELECT "column_name", "data_type", "column_default", "generation_expression", "is_nullable", "is_identity", "numeric_precision", "numeric_precision_radix", "numeric_scale", "character_maximum_length", "character_octet_length", "datetime_precision", "interval_type", "interval_precision" FROM "information_schema"."columns" WHERE "table_schema" = $1 AND "table_name" = $2, Values([String(Some("public")), String(Some("people"))])
[2021-10-23T16:43:23Z INFO sqlx::query] /* SQLx ping */; rows: 0, elapsed: 208.231µs
[2021-10-23T16:43:23Z INFO sqlx::query] SELECT "column_name", "data_type", "column_default", …; rows: 8, elapsed: 15.731ms
SELECT
"column_name",
"data_type",
"column_default",
"generation_expression",
"is_nullable",
"is_identity",
"numeric_precision",
"numeric_precision_radix",
"numeric_scale",
"character_maximum_length",
"character_octet_length",
"datetime_precision",
"interval_type",
"interval_precision"
FROM
"information_schema"."columns"
WHERE
"table_schema" = $1
AND "table_name" = $2
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "id", column_type: "integer", column_default: Some("nextval('people_id_seq'::regclass)"), column_generated: None, is_nullable: "NO", is_identity: "NO", numeric_precision: Some(32), numeric_precision_radix: Some(2), numeric_scale: Some(0), character_maximum_length: None, character_octet_length: None, datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "id", col_type: Integer, default: Some(ColumnExpression("nextval('people_id_seq'::regclass)")), generated: None, not_null: Some(NotNull), is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "wmbid", column_type: "character varying", column_default: None, column_generated: None, is_nullable: "YES", is_identity: "NO", numeric_precision: None, numeric_precision_radix: None, numeric_scale: None, character_maximum_length: Some(16), character_octet_length: Some(64), datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "wmbid", col_type: Varchar(StringAttr { length: Some(16) }), default: None, generated: None, not_null: None, is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "snowflake", column_type: "bigint", column_default: None, column_generated: None, is_nullable: "YES", is_identity: "NO", numeric_precision: Some(64), numeric_precision_radix: Some(2), numeric_scale: Some(0), character_maximum_length: None, character_octet_length: None, datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "snowflake", col_type: BigInt, default: None, generated: None, not_null: None, is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "active", column_type: "boolean", column_default: None, column_generated: None, is_nullable: "NO", is_identity: "NO", numeric_precision: None, numeric_precision_radix: None, numeric_scale: None, character_maximum_length: None, character_octet_length: None, datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "active", col_type: Boolean, default: None, generated: None, not_null: Some(NotNull), is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "data", column_type: "jsonb", column_default: None, column_generated: None, is_nullable: "YES", is_identity: "NO", numeric_precision: None, numeric_precision_radix: None, numeric_scale: None, character_maximum_length: None, character_octet_length: None, datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "data", col_type: Unknown("jsonb"), default: None, generated: None, not_null: None, is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "version", column_type: "integer", column_default: None, column_generated: None, is_nullable: "NO", is_identity: "NO", numeric_precision: Some(32), numeric_precision_radix: Some(2), numeric_scale: Some(0), character_maximum_length: None, character_octet_length: None, datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "version", col_type: Integer, default: None, generated: None, not_null: Some(NotNull), is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "apikey", column_type: "character varying", column_default: None, column_generated: None, is_nullable: "YES", is_identity: "NO", numeric_precision: None, numeric_precision_radix: None, numeric_scale: None, character_maximum_length: Some(25), character_octet_length: Some(100), datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "apikey", col_type: Varchar(StringAttr { length: Some(25) }), default: None, generated: None, not_null: None, is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnQueryResult { column_name: "discorddata", column_type: "jsonb", column_default: None, column_generated: None, is_nullable: "YES", is_identity: "NO", numeric_precision: None, numeric_precision_radix: None, numeric_scale: None, character_maximum_length: None, character_octet_length: None, datetime_precision: None, interval_type: None, interval_precision: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] ColumnInfo { name: "discorddata", col_type: Unknown("jsonb"), default: None, generated: None, not_null: None, is_identity: false }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery::executor::real] SELECT "table_constraints"."constraint_schema", "table_constraints"."constraint_name", "table_constraints"."table_schema", "table_constraints"."table_name", "table_constraints"."constraint_type", "table_constraints"."is_deferrable", "table_constraints"."initially_deferred", "check_constraints"."check_clause", "key_column_usage"."column_name", "key_column_usage"."ordinal_position", "key_column_usage"."position_in_unique_constraint", "referential_constraints_subquery"."unique_constraint_schema", "referential_constraints_subquery"."unique_constraint_name", "referential_constraints_subquery"."match_option", "referential_constraints_subquery"."update_rule", "referential_constraints_subquery"."delete_rule", "referential_constraints_subquery"."table_name", "referential_constraints_subquery"."column_name" FROM "information_schema"."table_constraints" LEFT JOIN "information_schema"."check_constraints" ON "table_constraints"."constraint_name" = "check_constraints"."constraint_name" LEFT JOIN "information_schema"."key_column_usage" ON "table_constraints"."constraint_name" = "key_column_usage"."constraint_name" LEFT JOIN (SELECT "referential_constraints"."constraint_name", "referential_constraints"."unique_constraint_schema", "referential_constraints"."unique_constraint_name", "referential_constraints"."match_option", "referential_constraints"."update_rule", "referential_constraints"."delete_rule", "key_column_usage"."table_name", "key_column_usage"."column_name" FROM "information_schema"."referential_constraints" LEFT JOIN "information_schema"."key_column_usage" ON "referential_constraints"."unique_constraint_name" = "key_column_usage"."constraint_name") AS "referential_constraints_subquery" ON "table_constraints"."constraint_name" = "referential_constraints_subquery"."constraint_name" WHERE "table_constraints"."table_schema" = $1 AND "table_constraints"."table_name" = $2 ORDER BY "table_constraints"."constraint_name" ASC, "key_column_usage"."ordinal_position" ASC, "referential_constraints_subquery"."unique_constraint_name" ASC, "referential_constraints_subquery"."constraint_name" ASC, Values([String(Some("public")), String(Some("people"))])
[2021-10-23T16:43:23Z INFO sqlx::query] /* SQLx ping */; rows: 0, elapsed: 490.332µs
[2021-10-23T16:43:23Z INFO sqlx::query] /* SQLx ping */; rows: 0, elapsed: 188.771µs
[2021-10-23T16:43:23Z INFO sqlx::query] SELECT "table_constraints"."constraint_schema", "table_constraints"."constraint_name", "table_constraints"."table_schema", …; rows: 4, elapsed: 11.477ms
SELECT
"table_constraints"."constraint_schema",
"table_constraints"."constraint_name",
"table_constraints"."table_schema",
"table_constraints"."table_name",
"table_constraints"."constraint_type",
"table_constraints"."is_deferrable",
"table_constraints"."initially_deferred",
"check_constraints"."check_clause",
"key_column_usage"."column_name",
"key_column_usage"."ordinal_position",
"key_column_usage"."position_in_unique_constraint",
"referential_constraints_subquery"."unique_constraint_schema",
"referential_constraints_subquery"."unique_constraint_name",
"referential_constraints_subquery"."match_option",
"referential_constraints_subquery"."update_rule",
"referential_constraints_subquery"."delete_rule",
"referential_constraints_subquery"."table_name",
"referential_constraints_subquery"."column_name"
FROM
"information_schema"."table_constraints"
LEFT JOIN "information_schema"."check_constraints" ON "table_constraints"."constraint_name" = "check_constraints"."constraint_name"
LEFT JOIN "information_schema"."key_column_usage" ON "table_constraints"."constraint_name" = "key_column_usage"."constraint_name"
LEFT JOIN (
SELECT
"referential_constraints"."constraint_name",
"referential_constraints"."unique_constraint_schema",
"referential_constraints"."unique_constraint_name",
"referential_constraints"."match_option",
"referential_constraints"."update_rule",
"referential_constraints"."delete_rule",
"key_column_usage"."table_name",
"key_column_usage"."column_name"
FROM
"information_schema"."referential_constraints"
LEFT JOIN "information_schema"."key_column_usage" ON "referential_constraints"."unique_constraint_name" = "key_column_usage"."constraint_name"
) AS "referential_constraints_subquery" ON "table_constraints"."constraint_name" = "referential_constraints_subquery"."constraint_name"
WHERE
"table_constraints"."table_schema" = $1
AND "table_constraints"."table_name" = $2
ORDER BY
"table_constraints"."constraint_name" ASC,
"key_column_usage"."ordinal_position" ASC,
"referential_constraints_subquery"."unique_constraint_name" ASC,
"referential_constraints_subquery"."constraint_name" ASC
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] TableConstraintsQueryResult { constraint_schema: "public", constraint_name: "2200_16389_1_not_null", table_schema: "public", table_name: "people", constraint_type: "CHECK", is_deferrable: "NO", initially_deferred: "NO", check_clause: None, column_name: None, ordinal_position: None, position_in_unique_constraint: None, unique_constraint_schema: None, unique_constraint_name: None, match_option: None, update_rule: None, delete_rule: None, referential_key_table_name: None, referential_key_column_name: None }
[2021-10-23T16:43:23Z INFO sqlx::query] /* SQLx ping */; rows: 0, elapsed: 142.150µs
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] TableConstraintsQueryResult { constraint_schema: "public", constraint_name: "2200_16389_4_not_null", table_schema: "public", table_name: "people", constraint_type: "CHECK", is_deferrable: "NO", initially_deferred: "NO", check_clause: None, column_name: None, ordinal_position: None, position_in_unique_constraint: None, unique_constraint_schema: None, unique_constraint_name: None, match_option: None, update_rule: None, delete_rule: None, referential_key_table_name: None, referential_key_column_name: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] TableConstraintsQueryResult { constraint_schema: "public", constraint_name: "2200_16389_6_not_null", table_schema: "public", table_name: "people", constraint_type: "CHECK", is_deferrable: "NO", initially_deferred: "NO", check_clause: None, column_name: None, ordinal_position: None, position_in_unique_constraint: None, unique_constraint_schema: None, unique_constraint_name: None, match_option: None, update_rule: None, delete_rule: None, referential_key_table_name: None, referential_key_column_name: None }
[2021-10-23T16:43:23Z DEBUG sea_schema::postgres::discovery] TableConstraintsQueryResult { constraint_schema: "public", constraint_name: "people_pkey", table_schema: "public", table_name: "people", constraint_type: "PRIMARY KEY", is_deferrable: "NO", initially_deferred: "NO", check_clause: None, column_name: Some("id"), ordinal_position: Some(1), position_in_unique_constraint: None, unique_constraint_schema: None, unique_constraint_name: None, match_option: None, update_rule: None, delete_rule: None, referential_key_table_name: None, referential_key_column_name: None }
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/fenhl/.cargo/registry/src/github.com-1ecc6299db9ec823/sea-schema-0.2.9/src/postgres/parser/table_constraints.rs:39:47
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Please reopen if you still have problems
| gharchive/issue | 2021-10-23T18:38:33 | 2025-04-01T06:37:32.128101 | {
"authors": [
"fenhl",
"tyt2y3"
],
"repo": "SeaQL/sea-orm",
"url": "https://github.com/SeaQL/sea-orm/issues/270",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
897016407 | EOS-19656: Notify M0_NC_FAILED for motr configuration objects on server node failure
Description
Jira - EOS-19656
On server node failure notification, Hare needs to report M0_NC_FAILED for the corresponding motr configuration objects, viz: node, enclosure (post EOS-17599), controller, and drives to all the Motr processes including s3servers.
Solution
In broadcast_ha_states(), added a check for process failures.
fetch node from the failed process fid
fetch fids of all configuration objects
fetch node fid
fetch enclosure fid
fetch controller fid
append all states (fid: status) to HaNoteStruct notes
which is further notified to motr processes.
Note: how to be sure that process failure is due to node failure?
We don't need to. Logically node failure and process failure will have the same effect.
If the node fails devices are not accessible, or even if the process fails we lose access to devices. Without ioservice, we cannot access the devices on that node so they are effectively failed.
@Shreya-18 Can you please re-phrase your first two commits (or probably squash them if they don't have a historical value per se)?
@Shreya-18 Can you please re-phrase your first two commits (or probably squash them if they don't have a historical value per se)?
Done, and rebased too
@Shreya-18 , @knekrasov , please resolve the comments if addressed to satisfaction.
@Shreya-18 , we need to make following changes,
diff --git a/hax/hax/handler.py b/hax/hax/handler.py
index d79a9ce..b5815f1 100644
--- a/hax/hax/handler.py
+++ b/hax/hax/handler.py
@@ -98,8 +98,6 @@ class ConsumerThread(StoppableThread):
# notifications, it may cause delay in cleanup
# activities.
continue
- else:
- current_status = ServiceHealth.STOPPED
if current_status == ServiceHealth.UNKNOWN:
# We got service status as UNKNOWN, that means hax was
# notified about process failure but hax couldn't
diff --git a/hax/hax/motr/__init__.py b/hax/hax/motr/__init__.py
index e6b7b33..ec58740 100644
--- a/hax/hax/motr/__init__.py
+++ b/hax/hax/motr/__init__.py
@@ -277,18 +277,13 @@ class Motr:
continue
note = HaNoteStruct(st.fid.to_c(), ha_obj_state(st))
notes.append(note)
- notify_node = False
if (st.fid.container == ObjT.PROCESS.value and
st.status == ServiceHealth.STOPPED):
notify_devices = False
# For process failure, we report failure for the corresponding
# node (enclosure) and CVGs.
- notify_node = True
notes += self._generate_sub_services(note, self.consul_util,
notify_devices)
- if notify_node:
- notes += self.notify_node_failure(note)
-
if not notes:
return []
message_ids: List[MessageId] = self._ffi.ha_broadcast(
@@ -368,6 +363,7 @@ class Motr:
service_notes = [HaNoteStruct(no_id=x.fid.to_c(), no_state=new_state)
for x in service_list]
if notify_devices:
+ service_notes += self.notify_node_failure(note)
service_notes += self._generate_sub_disks(note, service_list, cns)
return service_notes
ctrl, node and enclosure failure notifications need to be sent in case the process status is FAILED.
And there's another change which was prohibiting FAILED status to be escalated. I have included both the changes in the patch.
Will post the details of degraded IO steps.
@Shreya-18 , we need to make following changes,
ctrl, node and enclosure failure notifications need to be sent in case the process status is FAILED.
And there's another change which was prohibiting FAILED status to be escalated. I have included both the changes in the patch.
Will post the details of degraded IO steps.
@mssawant I have a question
when a node goes down, what should be the service health of the failed node's processes -- stopped or failed?
My observations are when I reboot a node, we get notifications of the process's health as STOPPED.
@Shreya-18 , we need to make following changes,
diff --git a/hax/hax/handler.py b/hax/hax/handler.py
index d79a9ce..b5815f1 100644
--- a/hax/hax/handler.py
+++ b/hax/hax/handler.py
@@ -98,8 +98,6 @@ class ConsumerThread(StoppableThread):
# notifications, it may cause delay in cleanup
# activities.
continue
- else:
- current_status = ServiceHealth.STOPPED
if current_status == ServiceHealth.UNKNOWN:
# We got service status as UNKNOWN, that means hax was
# notified about process failure but hax couldn't
diff --git a/hax/hax/motr/__init__.py b/hax/hax/motr/__init__.py
index e6b7b33..ec58740 100644
--- a/hax/hax/motr/__init__.py
+++ b/hax/hax/motr/__init__.py
@@ -277,18 +277,13 @@ class Motr:
continue
note = HaNoteStruct(st.fid.to_c(), ha_obj_state(st))
notes.append(note)
- notify_node = False
if (st.fid.container == ObjT.PROCESS.value and
st.status == ServiceHealth.STOPPED):
notify_devices = False
# For process failure, we report failure for the corresponding
# node (enclosure) and CVGs.
- notify_node = True
notes += self._generate_sub_services(note, self.consul_util,
notify_devices)
- if notify_node:
- notes += self.notify_node_failure(note)
-
if not notes:
return []
message_ids: List[MessageId] = self._ffi.ha_broadcast(
@@ -368,6 +363,7 @@ class Motr:
service_notes = [HaNoteStruct(no_id=x.fid.to_c(), no_state=new_state)
for x in service_list]
if notify_devices:
+ service_notes += self.notify_node_failure(note)
service_notes += self._generate_sub_disks(note, service_list, cns)
return service_notes
Done, updated the patch with changes.
@Shreya-18, the patch looks good, degraded IO was successful with a minor change to cfgen.
[root@ssc-vm-1623:root] m0client -l '10.230.250.51@tcp:12345:4:1' -H '10.230.250.51@tcp:12345:1:1' -p '<0x7000000000000001:0xb6>' -P '<0x7200000000000001:0x25>'
motr[119715]: 9930 ERROR [conf/confc.c:557:m0_confc_init_wait] <! rc=-110 confc=0x7f25a40086d0 confd_addr=10.230.250.53@tcp:12345:2:1
motr[119715]: 9930 ERROR [conf/confc.c:557:m0_confc_init_wait] <! rc=-110 confc=0x7f25a4009e50 confd_addr=10.230.250.48@tcp:12345:2:1
motr[119715]: 9a80 WARN [conf/rconfc.c:2419:rconfc_quorum_is_possible] No chance left to reach the quorum
motr[119715]: 9bd0 ERROR [conf/rconfc.c:2571:rconfc_version_elected] <! rc=-71 re-election started
m0client >>write 1048680 /root/read_1048680_1 4096 200 50
m0client >>motr[119715]: 1380 ERROR [pool/pool_machine.c:472:spare_usage_arr_update] <7600000000000001:70>: No free spare space slot is found, this pool version is in DUD state; event_index=16 event_state=2
motr[119715]: 1380 ERROR [pool/pool_machine.c:472:spare_usage_arr_update] <7600000000000001:70>: No free spare space slot is found, this pool version is in DUD state; event_index=17 event_state=2
motr[119715]: a890 ERROR [rpc/frmops.c:474:item_done] packet 0x7f25e00540b0, item 0x7f25e0053b40[36] failed with ri_error=-5
motr[119715]: a890 ERROR [rpc/frmops.c:474:item_done] packet 0x7f25e00540b0, item 0x7f25e0053b40[38] failed with ri_error=-5
Help:
touch OBJ_ID
write OBJ_ID SRC_FILE BLOCK_SIZE BLOCK_COUNT BLOCKS_PER_IO UPDATE_FLAG OFFSET
read OBJ_ID DEST_FILE BLOCK_SIZE BLOCK_COUNT BLOCKS_PER_IO
delete OBJ_ID
help
quit
m0client >>read 1048680 /root/read_1048680_node_fail_degraded 4096 200 50
motr[119715]: 16d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 16d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 16d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 16d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 1790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: 1790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: 1a80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f26380ed250 rc=-125
motr[119715]: 1a80 ERROR [io_req_fop.c:210:io_bottom_half] ioo=0x14f5d00 from=10.230.250.48@tcp:12345:2:2 rc=-125 ti_rc=-125 @<4300001100000000:100068>
motr[119715]: 1a80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f26380eb6b0 rc=-125
motr[119715]: 1950 WARN [io_req.c:1484:ioreq_dgmode_read] Process failed parity groups in dgmode/read ioo=0x14f5d00 dgmap_nr=18
motr[119715]: 36d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 36d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 36d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 36d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: 3790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: 3790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: 3a80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f2624047f40 rc=-125
motr[119715]: 3a80 ERROR [io_req_fop.c:210:io_bottom_half] ioo=0x14f5d00 from=10.230.250.48@tcp:12345:2:2 rc=-125 ti_rc=-125 @<4300001100000000:100068>
motr[119715]: 3a80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f2624046660 rc=-125
motr[119715]: 3950 WARN [io_req.c:1484:ioreq_dgmode_read] Process failed parity groups in dgmode/read ioo=0x14f5d00 dgmap_nr=17
motr[119715]: e6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: e6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: e6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: e6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: e790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: e790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: ea80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f261c0612c0 rc=-125
motr[119715]: ea80 ERROR [io_req_fop.c:210:io_bottom_half] ioo=0x14f5d00 from=10.230.250.48@tcp:12345:2:2 rc=-125 ti_rc=-125 @<4300001100000000:100068>
motr[119715]: ea80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f261c05ee30 rc=-125
motr[119715]: e950 WARN [io_req.c:1484:ioreq_dgmode_read] Process failed parity groups in dgmode/read ioo=0x14f5d00 dgmap_nr=18
motr[119715]: c6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: c6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: c6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: c6d0 ERROR [rpc/session.c:578:m0_rpc_session_validate] <! rc=-125 Cancelled session
motr[119715]: c790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: c790 ERROR [rpc/rpc.c:126:m0_rpc__post_locked] <! rc=-125
motr[119715]: ca80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f261405cc30 rc=-125
motr[119715]: ca80 ERROR [io_req_fop.c:210:io_bottom_half] ioo=0x14f5d00 from=10.230.250.48@tcp:12345:2:2 rc=-125 ti_rc=-125 @<4300001000000000:100068>
motr[119715]: ca80 ERROR [io_req_fop.c:161:io_bottom_half] [0x14f5d00] rpc item 0x7f261405b910 rc=-125
motr[119715]: c950 WARN [io_req.c:1484:ioreq_dgmode_read] Process failed parity groups in dgmode/read ioo=0x14f5d00 dgmap_nr=17
m0client >>
[root@ssc-vm-1623:root] ls -l /root/read_1048680_node_fail_degraded
-rw-r--r-- 1 root root 819200 Jun 14 17:40 /root/read_1048680_node_fail_degraded
[root@ssc-vm-1623:root] diff /root/read_1048680_node_fail_degraded /root/read_1048680_1
[root@ssc-vm-1623:root]
| gharchive/pull-request | 2021-05-20T15:51:32 | 2025-04-01T06:37:32.139965 | {
"authors": [
"Shreya-18",
"knekrasov",
"mssawant"
],
"repo": "Seagate/cortx-hare",
"url": "https://github.com/Seagate/cortx-hare/pull/1622",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1483034503 | FindRootsWithin not always returning correct results
Hi @SeanJxie
I found that FindRootsWithin doesn't always return the correct roots.
Here is an example of a polynomial i used:
x^21 - 86400x +86399=0
When I used FindRootsWithin(1,100) I get the following roots: [14.912790 1.000000] : (14.912790 is not a valid root)
When I used FindRootsWithin(0,100) I got the following roots: [1.000000 1.687851] - which are correct.
When I used FindRootsWithin(-100,100) I got the following roots: [-14.765139 1.000000 1.687851] of which -14.765139 is not a valid root.
Hello @MartinSimangoDaemn
Thank you for pointing this bug out. It has been fixed as a result of the Polygo rewrite.
p := NewPolyFromString("x^21 - 86400x + 86399")
s := NewSolverDefault()
fmt.Println(s.FindRootsWithin(p, 1, 100))
fmt.Println(s.FindRootsWithin(p, 0, 100))
fmt.Println(s.FindRootsWithin(p, -100, 100))
Now, you can also find all roots at once:
fmt.Println(s.FindRoots(p))
Cheers,
Sean
| gharchive/issue | 2022-12-07T22:51:55 | 2025-04-01T06:37:32.149915 | {
"authors": [
"MartinSimangoDaemn",
"SeanJxie"
],
"repo": "SeanJxie/polygo",
"url": "https://github.com/SeanJxie/polygo/issues/8",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1422736827 | 🛑 IPFS Gateway 1/2 is down
In 87e670f, IPFS Gateway 1/2 (https://ipfs.seanstaffiery.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: IPFS Gateway 1/2 is back up in 760705b.
| gharchive/issue | 2022-10-25T16:16:12 | 2025-04-01T06:37:32.152467 | {
"authors": [
"SeanStaffiery"
],
"repo": "SeanStaffiery/status.seanstaffiery.com",
"url": "https://github.com/SeanStaffiery/status.seanstaffiery.com/issues/684",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2301135981 | nsc-events-nextjs_6_341_unit-test-for-event-detail-page
This is the Unit test for Event-detail Page
Issue: #341
I have an error with this part and still not figure out yet.
Not all the tests passed. I did a bit of research to see what the issue here might be and to my knowledge i think to resolve this issue, you need to mock the Next.js router in your test. This can be achieved using jest.mock to create a mock implementation of the useRouter hook. Other classmates might have better solutions to help fix the issue
@kaimanasse15 Did you try @MuhammadNSC's advice?
@kaimanasse15 Did you try @MuhammadNSC's advice?
It doesn't work for me. I think I need someone else to follow this. Thanks, @brinkbrink
It's still failing were you able to try other resources for this?
Closing due to inactivity. Reopen if needed.
| gharchive/pull-request | 2024-05-16T19:01:52 | 2025-04-01T06:37:32.158490 | {
"authors": [
"MaddasaHatter",
"MuhammadNSC",
"brinkbrink",
"kaimanasse15",
"taylorpapke"
],
"repo": "SeattleColleges/nsc-events-nextjs",
"url": "https://github.com/SeattleColleges/nsc-events-nextjs/pull/344",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2313759968 | nsc-events-nextjs_7_295_arrow_icons
(Help is needed on this User Story/Work in progress)
Relates to #293
[ ] Add arrow icons to the left and right side of the event.
When the right arrow is clicked, the event being displayed switches to the next one. If there are no more events, the right arrow should disappear.
When the left arrow is clicked, the event being displayed switches to the previous one. If there are no more previous events, the left arrow should disappear.
I need to hand off this User Story to another capable developer. This is beyond my scope of knowledge, so any assistance is greatly appreciated. Thank you.
Hello i think this will be a great imporvement for the UI on the app. I agree that the left arrow should disappear if there are no previous events, and the right arrow should do the same if there are no more upcoming events. The changes should be made in the page.tsx file.
I noticed that clicking the arrows doesn't change the event being displayed yet, so that part still needs fixing. On the plus side, the date format issue is sorted, and dates now show up correctly without the timestamp, Good Job. This improvement makes the event details page look much better.
For more info on navigation features in React I found this link : https://reactrouter.com/en/main/components/navigate
Looks good. I'm able to see the dates in the proper format mm-dd-yyyy format without the timestamp. I'm also able to see the arrow on the event-detail page but when I click the arrow it doesn't change the event. I can pick up where you left off on this user story/issue
Thank you, Robel!
There are conflicts with the main branch.
So far it looks good the function is there and I can really see a difference in usability with these additions. keep up the good work. I did notice though there may be some merge conflicts.
The arrows looks good but I am not able to create an event but I think some data is conflicinting and not your error.
| gharchive/pull-request | 2024-05-23T20:18:29 | 2025-04-01T06:37:32.163689 | {
"authors": [
"Diego-Cano",
"MaddasaHatter",
"brinkbrink",
"kaimanasse15",
"nwm516",
"tinpham5614"
],
"repo": "SeattleColleges/nsc-events-nextjs",
"url": "https://github.com/SeattleColleges/nsc-events-nextjs/pull/364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1223843071 | Add Simple Pill enclosure stl files
💊💊💊
LGTM. I don't personally have a setup to verify/print these designs. But I have no issue adding these to the repo. @SeedSigner thoughts?
I am extremely grateful for @blackcoffeexbt for making this PR and for his very high quality design. My only question is on the installation location for the camera. Have any modifications been made to widen the front-to-back spacing for the stock camera board? I have printed the simple pill and done a couple of builds, and each time I have had to use a dremel to shave down the camera board to be able to install it. Having assembled hundreds of SeedSigners, I feel as though the current open pill has hit the sweet spot for this front-to-back clearance. The camera board doesn't necessarily have to snap in tightly, as it will generally be held in place by the Pi Zero. I wish there wasn't so much variance in the sizing of those camera boards, but feel like we should accommodate for it without users needing to potentially try to modify their camera board. Open to your thoughts @blackcoffeexbt and thank you again for being willing to contribute this design, a lot of people are going to get a ton of use and enjoyment out of it.
I just completed a test print and the fit is perfect. Immensely appreciate @blackcoffeexbt for open sourcing this design.
| gharchive/pull-request | 2022-05-03T08:58:48 | 2025-04-01T06:37:32.218722 | {
"authors": [
"SeedSigner",
"blackcoffeexbt",
"newtonick"
],
"repo": "SeedSigner/seedsigner",
"url": "https://github.com/SeedSigner/seedsigner/pull/201",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1731165638 | opener::open does not fail at all, even when e.g. file is missing on Linux
Fedora 38 + Gnome (Wayland)
Repro:
> xdg-open foo.sav
gio: file:///home/tibordp/foo.sav: Error when getting information for file “/home/tibordp/foo.sav”: No such file or directory
> echo $?
4
> cat repro.rs
#!/usr/bin/env rust-script
//! ```cargo
//! [dependencies]
//! opener = "0.6.1"
//! ```
fn main() {
const FILE: &str = "foo.sav";
opener::open(FILE).unwrap();
println!("{} opened successfully!", FILE);
}
> ./repro.rs
foo.sav opened successfully!
> echo $?
0
When the system xdg-open fails, as in this case, we fall back to our internal xdg-open script:
https://github.com/Seeker14491/opener/blob/ff6e2599f1360332dac2b87877f9e1694ad654c3/opener/src/linux_and_more.rs#L52-L58
It seems the internal xdg-open erroneously succeeds in this case, so no error is reported. To fix this, maybe we shouldn't be using the fallback in the case where the system xdg-open exists.
Tried with the bundled xdg-open and it fails as expected
tibordp@mnemosyne:~ $ ./bundled-xdg-open.sh foo.sav
gio: file:///home/tibordp/foo.sav: Error when getting information for file “/home/tibordp/foo.sav”: No such file or directory
tibordp@mnemosyne:~ $ echo $?
4
The way I'm seeing is the problem is that the library just checks if the spawning fails, but does not actually check the exit code of the spawned process.
https://github.com/Seeker14491/opener/blob/master/opener/src/linux_and_more.rs#L69-L98
Ah, you're right, though that is intentional. The issue is that we don't want to block on the open() call, so we don't wait to check the exit code.
Interesting - is there a reason the crate waits on Mac then? At least on my system, xdg-open exits once the file has been opened and does not wait for the process to terminate.
Yes, on Mac the system-provided open command is used, which doesn't block (unless you pass in the -W flag which waits for the program to exit). On Linux, we can't say in general whether xdg-open will or will not block. In the past, this crate actually did wait for xdg-open's status code so we could detect failure, but we encountered the issue of the command blocking in some environments, so it was changed.
| gharchive/issue | 2023-05-29T19:34:56 | 2025-04-01T06:37:32.226213 | {
"authors": [
"Seeker14491",
"tibordp"
],
"repo": "Seeker14491/opener",
"url": "https://github.com/Seeker14491/opener/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
357300336 | Creating a Semi-Standalone EmailHandler that derives from EventProcessor (Part 2)
Closes #367 .
Continuation of the previous PR that has since been pulled down because I changed its name.
At the moment it runs, but the actual MapInstance/DataHelper-EmailHandler interaction is not there yet.
Remaining things to do:
Parse EmailSend correctly in slashCommands. It seems to send the name of the recipient instead of the db_id which does complicate things a bit...
EmailRead and EmailDelete should be alright, since you'd just need the email id and the handlers will deal the rest
Create Email column in Database and integrate it with EmailHandler, DbHandler and DbContext
At the moment these are the major things to do. I expect further issues to arise, and then there's the matter of polishing it too.
Just a note here. As emails are sure to be updated less frequently than CharData, maybe we should stick them in their own table linked to char by db_id as pk?
That's the plan from the beginning. The question is how do I make them?
Once the email table is up and running and integrated with the email handler, I'd say we'd be really close to being done here :D
Some questions I have based on my latest commit (And yeah, it's a bit messy and plenty of placeholders but at least it can run):
Getting emails through sender_id and recipient_id would return multiple emails, should I send an entire vector containing all the emails over a single event?
There are two cases where we'd update an email: To mark the email as read, and when the sender character and/or account is deleted.
Should we put two separate events for this (Something like EmailMarkAsReadMessage and EmailUpdateOnCharacterDeleteMessage)?
And should we put m_is_read_by_recipient outside the blob, since sending the entire email data just to mark it as read feels a little cumbersome.
EmailRemove should be okay, since the only case we'd actually delete the email is from the recipient deleting it from his/her inbox.
That's all for now. I am getting confident we'd finish this before 0.6.0 releases :D
Apart from the very tiny suggested changes, the SQL part of this PR looks good to me. :+1:
Should be working fine except for sending email to names where some other character might have a more extended name of the recipient, such as admin2 sending an email to admin, which instead finds the recipient_id of admin2.
And, I think we can send an email to the same character. It was my oversight of not storing newly-created emails to m_stored_email_datas.
Hi eoS! Thank you for tackling the Email system!
I'm getting some errors on this PR though.
Recipient of email doesn't receive email in their inbox
Sender appears to have gotten email in their inbox instead? Read receipt fires immediately
Sender client crashes when clicking on reply
Writing an email to an offline character causes segfault, and the sender's ID is stored in the database for recipient id.
Debug : Email Sent to recipient: EmailGuy1
authserver: /Segs/Projects/CoX/Common/Servers/ClientManager.h:118: SESSION_CLASS& ClientSessionStore<SESSION_CLASS>::session_from_token(uint64_t) [with SESSION_CLASS = MapClientSession; uint64_t = long unsigned int]: Assertion `iter != m_token_to_session.end()' failed.
Thank you eoS! Great PR!
Most of the fixes seemed to work, but I received a segfault when opening an email received while offline.
Debug : Opening Email ID: 1
Debug : Opening Email ID: 5
authserver: /Segs/Projects/CoX/Common/Servers/ClientManager.h:118: SESSION_CLASS& ClientSessionStore<SESSION_CLASS>::session_from_token(uint64_t) [with SESSION_CLASS = MapClientSession; uint64_t = long unsigned int]: Assertion `iter != m_token_to_session.end()' failed.
crashing when session is used here:
void MapInstance::on_email_read_by_recipient(EmailWasReadByRecipientMessage *msg)
{
MapClientSession &map_session(m_session_store.session_from_token(msg->session_token()));
Steps to reproduce:
Create two characters on two separate accounts. Send emails back and forth. All OK.
Log out char-2, create new char (char-3). Send email from char-3 to char-2, so far, all OK.
Log out of char-3, and log in char-2. Select new email to read: segfault =(
Notes
Database looks correct, in terms of sender_id and recipient_id equating to the db_id of the characters
Other issues noted:
As mentioned on discord, sending to multiple recipients doesn't seem to work as intended, but I'm comfortable with leaving that for a future PR.
Also, as you've mentioned before, timestamps aren't working, but can be in a followup PR as well.
| gharchive/pull-request | 2018-09-05T16:07:07 | 2025-04-01T06:37:32.244391 | {
"authors": [
"broxen",
"dracc",
"eos428"
],
"repo": "Segs/Segs",
"url": "https://github.com/Segs/Segs/pull/548",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
374297453 | [fpsconv] fix framerate increasing
PR Type
[ ] Feature
[x] Bug fix
[ ] Docs
Description
Freeing output images caused crashes when increasing the framerate (for example 20 fps to 25 fps)
This PR reworks the free mechanism to properly manage increased fps.
Notes for your reviewer
I also improved debug traces
Yes
On Fri 26 Oct 2018 at 3:22 PM, Antoine R notifications@github.com wrote:
ping @JulienBreux https://github.com/JulienBreux, can I merge this ? 😃
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/Seize/joy4/pull/9#issuecomment-433405371, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AA626hkoG5X1ZnrykJLli0ywk4sqkqWVks5uowyAgaJpZM4X72S5
.
--
[image: photo]
Julien Breux
+33 687 764 228 | https://www.julienbreux.uk
CTO @SeizeTV https://seize.tv?utm_source=email_jbreux
Founder @Trofify https://trofify.io/?utm_source=email_jbreux
http://us.linkedin.com/in/JulienBreux http://twitter.com/JulienBreux
http://github.com/JulienBreux
| gharchive/pull-request | 2018-10-26T09:20:58 | 2025-04-01T06:37:32.251094 | {
"authors": [
"JulienBreux",
"a-rose"
],
"repo": "Seize/joy4",
"url": "https://github.com/Seize/joy4/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2686683165 | 🛑 API is down
In 592edc6, API (https://api.sekai.best/status) was down:
HTTP code: 525
Response time: 811 ms
Resolved: API is back up in e643ab8 after 13 hours, 30 minutes.
| gharchive/issue | 2024-11-23T22:15:14 | 2025-04-01T06:37:32.259236 | {
"authors": [
"dnaroma"
],
"repo": "Sekai-World/uptime-monitor",
"url": "https://github.com/Sekai-World/uptime-monitor/issues/509",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1527537027 | requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Python: 3.10.9
Sellix: sellix-python-sdk 1.0.5
replaced <YOUR_API_KEY> and <MERCHANT_NAME> with my own.
encounter this issue:
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
from sellix import Sellix
# pass <MERCHANT_NAME> only if you need to be authenticated as an additional store
client = Sellix("<YOUR_API_KEY>", "<MERCHANT_NAME>")
try:
products = client.get_products()
except Sellix.SellixException as e:
print(e)
aslo ImportError: cannot import name 'Sellix' from partially initialized module 'sellix' (most likely due to a circular import)
| gharchive/issue | 2023-01-10T14:56:13 | 2025-04-01T06:37:32.320988 | {
"authors": [
"daidaiworm",
"userKer"
],
"repo": "Sellix/python-sdk",
"url": "https://github.com/Sellix/python-sdk/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
196254132 | Sidebar docs's broken
Here's the log when I go to sidebar docs:
Thanks for the report. There's a new deploying going out with the fix.
| gharchive/issue | 2016-12-18T02:25:10 | 2025-04-01T06:37:32.322429 | {
"authors": [
"lednhatkhanh",
"levithomason"
],
"repo": "Semantic-Org/Semantic-UI-React",
"url": "https://github.com/Semantic-Org/Semantic-UI-React/issues/1048",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
208774074 | Add label docs usage example for Progress
The Progress component can take a label enum prop to control the type of label displayed within the Progres bar:
ratio
<Progress value='3' total='5' label='ratio' />
percent
<Progress value='3' total='5' label='percent' />
PR is #1356
| gharchive/issue | 2017-02-20T03:12:18 | 2025-04-01T06:37:32.324781 | {
"authors": [
"levithomason",
"tarang9211"
],
"repo": "Semantic-Org/Semantic-UI-React",
"url": "https://github.com/Semantic-Org/Semantic-UI-React/issues/1351",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
225301949 | Fixed menu inside a Sidebar pushable?
I've been stuck here. Basically, I added a fixed menu inside a sidebar pushable like so:
Sidebar.js
<Sidebar.Pushable as={ Segment }>
<Sidebar as={ Menu } animation="overlay" width='thin'
visible={ app.sidebarVisibility } icon='labeled'
vertical inverted>
<Menu.Item onClick={ () => ( app.sidebarVisibility && onToggleSidebar() ) }
as={ NavLink } exact to="/">
Home
</Menu.Item>
<Menu.Item onClick={ () => ( app.sidebarVisibility && onToggleSidebar() ) }
as={ NavLink } to="/menu">
Menu
</Menu.Item>
</Sidebar>
<Sidebar.Pusher onClick={ () => ( app.sidebarVisibility && onToggleSidebar() ) }>
<Container className="Main-container">
<Segment basic>
<NavBar app={ app } onToggleSidebar={ onToggleSidebar } />
{ children }
</Segment>
</Container>
</Sidebar.Pusher>
</Sidebar.Pushable>
NavBar.js
<Menu borderless fixed="top">
{ app.device && app.device.type === 'mobile' &&
<Menu.Item>
<Button basic icon="sidebar"
onClick={ () => ( !app.sidebarVisibility && onToggleSidebar() ) } />
</Menu.Item>
}
<Menu.Item header>Krispy Kreme</Menu.Item>
{ app.device && app.device.type !== 'mobile' &&
<Menu.Menu>
<Menu.Item as={ NavLink } to="/" exact>Home</Menu.Item>
<Menu.Item as={ NavLink } to="/menu">Menu</Menu.Item>
</Menu.Menu>
}
<Menu.Menu position="right">
<Menu.Item>
<Button basic icon="cart" label={ <Label color="red"> { cartItems } </Label> } />
</Menu.Item>
</Menu.Menu>
</Menu>
How would you go about this?
I got what I want by using flex.
@RhanCandia It would be nice to update the issue with the correct answer so that other people can follow it in the future.
@mairh I updated my opening post to explain how I fixed it. Thanks for reminding me.
@RhanCandia I am having the same issue but your solution isn't working for me. Any chance you could post the full code, including css? Thanks!
@RhanCandia Can you upload the full code. I am facing the problem of fixed=top menu not working in navbar
| gharchive/issue | 2017-04-30T03:45:58 | 2025-04-01T06:37:32.328727 | {
"authors": [
"RhanCandia",
"Roshini369",
"Shurlow",
"mairh"
],
"repo": "Semantic-Org/Semantic-UI-React",
"url": "https://github.com/Semantic-Org/Semantic-UI-React/issues/1646",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
115309264 | Help with SUI Upgrade on Windows
Hi.
I've been using SUI for around a year now (it's fantastic!), but in order to streamline the upgrade process for our team I want to use npm. So far I have done:
npm install semantic-ui
gulp build
and have a working installation which I have customised for our needs to build to different output folders.
However, I have recently tried to upgrade from version 2.1.4 to 2.1.5 and I'm not sure things are working for me as they should. I did:
npm update
from within the semantic-ui folder where I originally did the install. This runs through fine and when I check the semantic version number in the node_modules\semantic-ui folder I see 2.1.5 so that's great. The problem is that this version is not mirrored in the semantic-ui installation directory because the semantic.json file in there still reads 2.1.4. I tried doing:
npm install
from inside the semantic-ui installation folder but I get a load of errors relating to a missing package.json file. I appreciate that the package.json file is sitting in the node_modules/semantic-ui folder and not in the semantic-ui install folder and that is why npm is reporting an error so I assume what I have attempted here is wrong.
I have read all of the documentation on installs/upgrades here:
http://learnsemantic.com/guide/expert.html#running-installer
but they aren't clear on what to do in my specific case to ensure that semantic.json shows the correct version telling me that my installation is running the latest version.
Could someone give me a hand understanding what I am doing wrong and what I need to do to upgrade cleanly please?
Many thanks.
In my case running npm update didn't update semantic ui, my package.json still contained "semantic-ui": "^2.1.4".
So I tried npm install semantic-ui@2.1.6 which worked fine.
After switching into semantic/ and gulp build I got the latest semantic ui version running.
Hope this helps :)
Fantastic! Thanks, that did it!
| gharchive/issue | 2015-11-05T15:34:24 | 2025-04-01T06:37:32.334317 | {
"authors": [
"danr1979",
"larsbo"
],
"repo": "Semantic-Org/Semantic-UI",
"url": "https://github.com/Semantic-Org/Semantic-UI/issues/3290",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
189637837 | How to change content when touch different tab
the code like this:
<div class="ui container" style="margin-top: 10px;">
<div class="ui tabular menu">
<a class="active item" data-tab="first">First</a>
<a class="item" data-tab="second">Second</a>
</div>
<div class="ui bottom attached tab segment" data-tab="first">
</div>
<div class="ui bottom attached tab segment" data-tab="second">
</div>
</div>
<script type="text/javascript">
$('.menu .item').tab({
cache: false,
// faking API request
apiSettings: {
loadingDuration : 300,
mockResponse : function(settings) {
var response = {
first : 'query1.json',
second : 'query2.json'
};
return response[settings.urlData.tab];
}
},
context : 'parent',
path : '/'
});
</script>
when I click the First tab, i want get the content from the url 'query1.json', when i click the the Secode tab, i want get the content from the url 'query2.json', the code like that dont work.
@KeZhimin maybe you need something like this..
$('.menu .item').tab(); $('.tab[data-tab="first"]').api({ url: 'query1.json', //Another settings }); $('.tab[data-tab="second"]').api({ url: 'query2.json', //Another settings });
Hi @KeZhimin,
Thank you for posting, but although it’s a valid usage question, we’ve limited GitHub Issues to bug reports and feature requests, keeping the board more manageable for maintainers; see the contributing guidelines for more information on what kind of posts should find themselves into the GitHub Issues board.
To get answers or feedback that might allow you to repost this issue, please use one of our other support resources:
Gitter chatroom
Official forums
StackOverflow
| gharchive/issue | 2016-11-16T09:08:25 | 2025-04-01T06:37:32.339248 | {
"authors": [
"Banandrew",
"KeZhimin",
"bukaOK"
],
"repo": "Semantic-Org/Semantic-UI",
"url": "https://github.com/Semantic-Org/Semantic-UI/issues/4751",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
349549594 | JavaScript: Add WebView-related taint sinks for CodeInjection, DomBasedXss and ServerSideUrlRedirect.
I did a small evaluation on four projects that use WebView including VSCode and TinyMCE. Performance was unchanged and there were no new results. I can run a larger-scale evaluation over the weekend if desired.
I was going to suggest that we check for the flag javaScriptEnabled which can be used to turn off JavaScript in the web view. On the other hand, allowing non-scripted html injection can still be pretty bad, and looking at the docs now, it seems the flag only works on Android(?!). What do you think?
Otherwise LGTM.
Yes, I saw that, but as you say it only seems to apply to Android. I didn't really understand whether it was just always enabled on iOS or whether you could turn it off there as well (in which case it would be the same as on Android, so that's probably not it). In the end, I decided to just ignore it for now.
| gharchive/pull-request | 2018-08-10T15:01:06 | 2025-04-01T06:37:32.406104 | {
"authors": [
"asger-semmle",
"xiemaisi"
],
"repo": "Semmle/ql",
"url": "https://github.com/Semmle/ql/pull/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
607618014 | Hide network advanced options when pertinent
If neither Target nor Master are SMB shares, hide "Limit SMB I/O write buffer to 16 KB" and "Retry on network error" options
They still were showing even when no SMB share was selected
Note: give me a few days to validate the french menus, I will push a commit when done
After that, it will take me a few more time/weeks to finish fixing english help docs + translate them to french
Keep up the good work 👍
there is one more smb option left...
| gharchive/pull-request | 2020-04-27T14:57:08 | 2025-04-01T06:37:32.429401 | {
"authors": [
"PhilZ-cwm6"
],
"repo": "Sentaroh/SMBSync2",
"url": "https://github.com/Sentaroh/SMBSync2/pull/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1319571831 | Issue 52.ron.0
Pull request questions
Which issue does this address
Issue number: #52
Why was change needed
???
What does change improve
???
No changes needed, closing PR
| gharchive/pull-request | 2022-07-27T13:31:20 | 2025-04-01T06:37:32.438594 | {
"authors": [
"roncewind"
],
"repo": "Senzing/aws-cloudformation-database-cluster",
"url": "https://github.com/Senzing/aws-cloudformation-database-cluster/pull/53",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2107575067 | 🛑 MedicoVet is down
In d0e7f99, MedicoVet (https://medicovet.eu) was down:
HTTP code: 429
Response time: 3321 ms
Resolved: MedicoVet is back up in 01afed3 after 7 minutes.
| gharchive/issue | 2024-01-30T11:15:45 | 2025-04-01T06:37:32.441153 | {
"authors": [
"siimliimand"
],
"repo": "SeoWeb/upptime",
"url": "https://github.com/SeoWeb/upptime/issues/421",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1157729524 | HomePod models
Here are the model numbers for the current HomePod lineup.
{
"HomePod": "AudioAccessory1,1",
"HomePod": "AudioAccessory1,2",
"HomePod Mini": "AudioAccessory5,1",
}
Thanks for the great resource!
Thanks!! Since it's JSON the keys need to be different - couldn't find a hardware difference between AudioAccessory1,1 and AudioAccessory1,2.
Maybe something like "HomePod" and "HomePod (Revision)"?
Good catch, I can't find any meaningful differences either. The model number for 1,1 is B238aAP while 1,2 is B238AP.
I like (Revision) better than (Unknown Model) that I see elsewhere. I'll give contributing a go, thanks!
| gharchive/issue | 2022-03-02T21:49:52 | 2025-04-01T06:37:32.443341 | {
"authors": [
"SeparateRecords",
"drakebrian"
],
"repo": "SeparateRecords/apple_device_identifiers",
"url": "https://github.com/SeparateRecords/apple_device_identifiers/issues/13",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2503492455 | 🛑 Sisedu is down
In 7e9ebf0, Sisedu (https://www.sisedu.org) was down:
HTTP code: 502
Response time: 3133 ms
Resolved: Sisedu is back up in 1a39e8d after 18 minutes.
| gharchive/issue | 2024-09-03T18:21:59 | 2025-04-01T06:37:32.459639 | {
"authors": [
"TheBlankness"
],
"repo": "SequoiaTech/uptime",
"url": "https://github.com/SequoiaTech/uptime/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
482116150 | Add codemod to extract methods from instance that are not instance specific
If a method does not use this we should extract it from the instance and have it as a global function assignment const functionName = () => {... etc
Fixed in 051f97c36fabd6f5381ba7fecefcd439f0197ffb
Can you explain the benefits of this approach?
Hi @webistomin!
There are different reasons for wanting to remove methods from a Vue component that are not dependent on the instance. I do not mean we should always do it, but by doing it we can:
prevent creating "fat" instances with methods that could be outside the instance and do not need to be in memory of every object/instance
identify possible utils functions and extract them to another file to keep the file size manageable
better test functions not related to the instance
If a method does not use the this then it can live outside the component. In some cases it makes sense to keep it so all the logic is in one place. This codemod allows to identify these and extract them.
Hi @webistomin!
There are different reasons for wanting to remove methods from a Vue component that are not dependent on the instance. I do not mean we should always do it, but by doing it we can:
prevent creating "fat" instances with methods that could be outside the instance and do not need to be in memory of every object/instance
identify possible utils functions and extract them to another file to keep the file size manageable
better test functions not related to the instance
If a method does not use the this then it can live outside the component. In some cases it makes sense to keep it so all the logic is in one place. This codemod allows to identify these and extract them.
Thanks!
| gharchive/issue | 2019-08-19T05:45:39 | 2025-04-01T06:37:32.517370 | {
"authors": [
"SergioCrisostomo",
"webistomin"
],
"repo": "SergioCrisostomo/vue-codemods",
"url": "https://github.com/SergioCrisostomo/vue-codemods/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2572351136 | Add issues templates.
For bug report and feature request.
Addresses #61.
| gharchive/pull-request | 2024-10-08T07:35:55 | 2025-04-01T06:37:32.519158 | {
"authors": [
"SerhiiYahdzhyiev"
],
"repo": "SerhiiYahdzhyiev/tabs-manager",
"url": "https://github.com/SerhiiYahdzhyiev/tabs-manager/pull/63",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
141269775 | Localized KeyGesture
I'm looking into ways to localize a tooltip and KeyGesture (think of a button with keyboard shortcut), with the desired result
[en] This button does something (ctrl + H)
[de] Macht irgendwas (strg + H)
Note that the modifiers are localized, too. I know this is related to the every-once-and-then-raised question for localized texts with bindings (now gap text may offer a solution), but this is not exactly the same problem. System.Windows.Input.KeyGesture has a function GetDisplayStringForCulture(CultureInfo c) which returns the nicely formatted "ctrl + H" thing. Tricky part is how to integrate this with WPF-LocEx.
Different (unsatisfying) solutions:
I could hardcode key + modifier into the localization resources.
Drawback: The key/modifier must not change. Wenn key or modifier change, all localizations have to be updated and we have some customers that translate stuff themselves.
I could localize the tooltip message with WPF-LocEx and localize the gesture with the builtin function.
Drawback a) the latter is not sensitive to culture changes. I think one could work around this with weak references and a callback, though.
Drawback b) Cumbersome to use. The code here is terrible for such a small functionality.
<Button Content="{lex:LocText MyButton}">
<Button.ToolTip>
<TextBlock>
<Run Text="{lex:LocText MyButtonTooltip}"/>
<Run Text="("/><Run Text="{Binding KeyGestureText, Mode=OneWay}"/><Run Text=")"/>
</TextBlock>
</Button.ToolTip>
</Button>
Drawback c) The position of the gesture hint is hard coded.
I could not make this work with StringFormat of a Binding
<TextBlock Text="{Binding KeyGestureText, StringFormat={lex:LocText KeyToFormattedTooltip}}"/>
Although the formatted tooltip is retreived (checked via debugger), it has no effect (not sure why, but I guess it is a known issue).
I was thinking of a similar solution to EnumRun, but could not make it work. Any directions?
Ok, it seems the function KeyGesture.GetDisplayStringForCulture does not, what I expected. On my system it always returns "ctrl" regardless of the culture argument. Kind of useless (?). I iterated over all available cultures using CultureInfo.GetCultures()... result is invariant.
Anyways, I've put together a UserControl (single TextBlock only) that takes a (localization dictionary) key and a KeyGesture. Much like the EnumRun it updates its text on every property change, but additionally registers in a custom WeakReference manager class that notifies all interested (alive) references about culture changes. So... theoretically, the gesture text would update dynamically too - practically, the above mentioned function does not work. Thus, I'm not sure if this has any relevance for other users. Furthermore, it is still cumbersome to use, mhh.
<Button Command="{Binding ToggleUnitCommand}"
Content="{lex:LocText MainWindow/ChangeUnit}">
<Button.ToolTip>
<ctrl:GestureTooltip Key="MainWindow/ChangeUnitTooltip"
Gesture="{Binding ToggleUnitCommand.KeyGesture}" />
</Button.ToolTip>
</Button>
For your interest:
https://msdn.microsoft.com/en-us/library/system.windows.input.keygesture.getdisplaystringforculture(v=vs.110).aspx
https://stackoverflow.com/questions/35341543/show-inputgesturetext-as-a-tooltip-for-a-button
Close unless you're interested.
Thanks for the investigations - I did not believe it but I also got the same string for all cultures for KeyGesture.GetDisplayStringForCulture. This is really weird.
In general - if the function would have worked - one could think of a callback functionality (e.g. an assignable Func<string, CultureInfo>), that could be overwritten by particular implementations, e.g. by deriving from the LocExtension. This would leave space for different tasks. Please open a feature request, if this is what you could need in future. Otherwise, I would recommend using the multiple-Run approach you proposed or the Cloze.
| gharchive/issue | 2016-03-16T13:10:30 | 2025-04-01T06:37:32.533544 | {
"authors": [
"MrCircuit",
"nzain"
],
"repo": "SeriousM/WPFLocalizationExtension",
"url": "https://github.com/SeriousM/WPFLocalizationExtension/issues/95",
"license": "MS-PL",
"license_type": "permissive",
"license_source": "github-api"
} |
2473546743 | 🛑 SLHUB | Site is down
In 453822b, SLHUB | Site (https://slhub.com.br) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SLHUB | Site is back up in af3026c after 12 minutes.
| gharchive/issue | 2024-08-19T14:46:40 | 2025-04-01T06:37:32.565147 | {
"authors": [
"ferreirafox"
],
"repo": "Service-Logic/statuspage1",
"url": "https://github.com/Service-Logic/statuspage1/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
268716192 | JAV-232 used specific service center version since it has breaking ch…
…anges
Signed-off-by: seanyinx sean.yin@huawei.com
Coverage remained the same at 94.758% when pulling 3f693310b74ae78f5102d589acd3b390eef7d722 on JAV-232_service_center_downgrade into 53e1460289ee7ea6091841a585ee30f65bcc91f6 on master.
| gharchive/pull-request | 2017-10-26T10:59:10 | 2025-04-01T06:37:32.567476 | {
"authors": [
"coveralls",
"seanyinx"
],
"repo": "ServiceComb/ServiceComb-Saga",
"url": "https://github.com/ServiceComb/ServiceComb-Saga/pull/50",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
380499073 | Updated rebalancing set token with internal audit fixes. Added furthe…
…r testing for fee distribution.
Pull Request Test Coverage Report for Build 2777
12 of 15 (80.0%) changed or added relevant lines in 1 file are covered.
1 unchanged line in 1 file lost coverage.
Overall coverage decreased (-0.9%) to 99.14%
Changes Missing Coverage
Covered Lines
Changed/Added Lines
%
contracts/core/RebalancingSetToken.sol
12
15
80.0%
Files with Coverage Reduction
New Missed Lines
%
contracts/core/RebalancingSetToken.sol
1
97.0%
Totals
Change from base Build 2763:
-0.9%
Covered Lines:
578
Relevant Lines:
582
💛 - Coveralls
| gharchive/pull-request | 2018-11-14T01:41:01 | 2025-04-01T06:37:32.581706 | {
"authors": [
"bweick",
"coveralls"
],
"repo": "SetProtocol/set-protocol-contracts",
"url": "https://github.com/SetProtocol/set-protocol-contracts/pull/284",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1466434979 | 웹 사진 공유
목적
웹페이지에 사용될 사진 공유
작업 상세 내용
슬라이드배너, 메인페이지 사진
참고 사항
| gharchive/issue | 2022-11-28T13:31:22 | 2025-04-01T06:37:32.652555 | {
"authors": [
"Jung-kr",
"Lee-Gyeore"
],
"repo": "Sfarm18/Sfarm",
"url": "https://github.com/Sfarm18/Sfarm/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
622495204 | Refactor code
Refactor all the following papers:
[ ] TAKD (@Het-Shah)
[ ] Attention (@Het-Shah)
[ ] Noisy
Assign yourselves. Let's get this done quickly and then we can continue adding more papers.
@NeelayS if it is okay to, I will refactor Noisy.
@NeelayS if it is okay to, I will refactor Noisy.
Yeah, sure.
| gharchive/issue | 2020-05-21T13:21:43 | 2025-04-01T06:37:32.654619 | {
"authors": [
"Het-Shah",
"NeelayS",
"khizirsiddiqui"
],
"repo": "SforAiDl/KD_Lib",
"url": "https://github.com/SforAiDl/KD_Lib/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1433725951 | Psych Engine Source Code Problem (Please Help)
Describe your problem here.
Hi i'm having a problem with FNF Source Code someone please help because i don't know how to fix this.
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows x64
Did you edit anything in this build? If so, mention or summarize your changes.
No i didn't.
You have failed to load lime.ndll.
Please make sure that lime.ndll is in the folder where PsychEngine.exe is located in the export folder of the source code folder. (For Release builds, export/release/; for debug builds, export/debug/)
But I already have the lime.ndll file and it still doesn't work
I think I once got something similr.
Try reinstalling haxe and all the libraries
| gharchive/issue | 2022-11-02T20:12:31 | 2025-04-01T06:37:32.714876 | {
"authors": [
"Chidubemmo",
"Flux2011",
"nennneko5787"
],
"repo": "ShadowMario/FNF-PsychEngine",
"url": "https://github.com/ShadowMario/FNF-PsychEngine/issues/11097",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2579592984 | Game not starting
Describe your bug here.
I am just installing this because of fun, but then i encountered an error with SScript and then looking thru issues i found an archive of it. I tried it and it worked but when i did lime test windows the game doesn't start and instead throws an error with HScript.hx.
Command Prompt/Terminal logs (if existing)
source/psychlua/HScript.hx:291: characters 89-96 : Type not found : TeaCall
Are you modding a build from source or with Lua?
Source
What is your build target?
Windows
Did you edit anything in this build? If so, mention or summarize your changes.
No
Btw source version is 0.7.2.
wait i just fixed it but theres another error
Warning: Could not find Visual Studio VsDevCmd
Missing HXCPP_VARS
Error: Could not automatically setup MSVC
The most obvious error.
Change 'Teacall' to 'Tea'
wait i just fixed it but theres another error
Warning: Could not find Visual Studio VsDevCmd
Missing HXCPP_VARS
Error: Could not automatically setup MSVC
you need to download visual studio
i did
also i fixed it so i can close it ig
| gharchive/issue | 2024-10-10T18:51:05 | 2025-04-01T06:37:32.718906 | {
"authors": [
"Maxi2022gt",
"SantiagoCalebe",
"Shadow06735"
],
"repo": "ShadowMario/FNF-PsychEngine",
"url": "https://github.com/ShadowMario/FNF-PsychEngine/issues/15658",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
416029031 | Nature's Aura Compatibility
Hello!
I would like to request compatibility for Nature's Aura's only tree :)
I made the textures:
ancient_tree.zip
Done. Will be released in 1.4.0. Default script wasn't updated, but I trust you can figure that out.
Thank you!
| gharchive/issue | 2019-03-01T10:07:09 | 2025-04-01T06:37:32.720879 | {
"authors": [
"NillerMedDild",
"Shadows-of-Fire"
],
"repo": "Shadows-of-Fire/HitWithAxe",
"url": "https://github.com/Shadows-of-Fire/HitWithAxe/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2565471413 | Smithing Stone Update
Smithing Weapon Stone Cost is now...
Three per level for +1 to +9
Two per level for +10 to +24
Removal of unused code.
I couldn't quite figure out how/where to comment on this but I personally wanted to change the costs to 1 stone at all levels but don't know where to start.
| gharchive/pull-request | 2024-10-04T05:21:14 | 2025-04-01T06:37:32.728990 | {
"authors": [
"ShaneD20",
"aljex13"
],
"repo": "ShaneD20/EquipmentRandomizerER",
"url": "https://github.com/ShaneD20/EquipmentRandomizerER/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
519946288 | Can I hide default "Approve/Reject" item property?
I got a requirement to hide default "Approve/Reject", Publish, Cancel Approval options from item properties.
Requirement:
Users uploads documents to the document library. All these document should appear after review and approval process. The contribute user or approve user should not get an option to publish or approves the document using OOTB operations. These actions should be happen using Flow because of business requirements.
SharePoint online + SPFx
This isn't supported... you can't change the default menu options without using DOM manipulation which isn't supported.
| gharchive/issue | 2019-11-08T10:50:36 | 2025-04-01T06:37:32.732270 | {
"authors": [
"andrewconnell",
"srinutamada"
],
"repo": "SharePoint/sp-dev-docs",
"url": "https://github.com/SharePoint/sp-dev-docs/issues/4877",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
230483687 | Documentation formatting issue at dev.office.com
Category
[ ] Question
[ ] Typo
[ X ] Bug
[ ] Additional article idea
Observed Behavior
Documentation formatting is not working properly at dev.office.com for at least following URL - https://dev.office.com/sharepoint/docs/apis/rest/get-to-know-the-sharepoint-rest-service
Rendered properly in the dev.office.com now. Closing issue.
| gharchive/issue | 2017-05-22T18:43:35 | 2025-04-01T06:37:32.735416 | {
"authors": [
"VesaJuvonen"
],
"repo": "SharePoint/sp-dev-docs",
"url": "https://github.com/SharePoint/sp-dev-docs/issues/595",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
823083191 | SharePoint site with Traditional Chinese language - 404 not found error
Created site with Traditional chinese language and created new page.
As page title is in chinese, tried to add the same page as personal tab.
But then 404 not found error message is displaying in Teams tab.
Is it a known issue?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 8ef9b82d-5475-c5fa-ac7a-7005558e06f1
Version Independent ID: 1d9d4923-c44f-b00b-a553-60c73ed8b8e6
Content: Embedding modern SharePoint pages in Microsoft Teams as personal apps (preview)
Content Source: docs/features/embed-pages-to-teams.md
Product: sharepoint
GitHub Login: @VesaJuvonen
Microsoft Alias: vesaj
Above mentioned issue is resolved. Working fine now.
| gharchive/issue | 2021-03-05T13:27:40 | 2025-04-01T06:37:32.739528 | {
"authors": [
"SubbaReddi"
],
"repo": "SharePoint/sp-dev-docs",
"url": "https://github.com/SharePoint/sp-dev-docs/issues/6790",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1384074350 | Update migration-api-whats-new.md
Category
[X] Content fix/update
What's in this Pull Request?
Added notation of new requirement, the mandatory use of SourceType when calling the Migration API. updated date.
Docs Build status updates of commit e9352e6:
:white_check_mark: Validation status: passed
File
Status
Preview URL
Details
docs/apis/migration-api-whats-new.md
:white_check_mark:Succeeded
View
For more details, please refer to the build report.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
@andrewconnell I need to add this article (which is an existing topic) to the TOC but cannot find the file to edit or that has the node for the Sharepoint migration api.. Can you point me to it? thanks joanne
https://github.com/SharePoint/sp-dev-docs/blob/main/docs/toc.yml#L2076
@andrewconnell When can we expect this to go live? thanks!
¯_(ツ)_/¯ ... I think that's a scheduled process, but it's managed by MS... @VesaJuvonen might have insight into the schedule for golive pushes...
@andrewconnell -- thanks and good to know -- If we could know the managed schedule publishing days are (weekly?) I can set expectations with my PMs regarding timing.
Unfortunately, I can't answer those questions... I just help in reviewing PR submissions and update the docs on a weekly basis. Only MS employees (IOW, not me) can push doc updates to prod.
@VesaJuvonen @andrewconnell Vesa: Can you predict when this pr will go live? If you could let me know the managed publishing schedule I can let the PMs know and set expectations. A communication to our ISVs is on hold until this goes live. Thanks!
@VesaJuvonen Yes -- and thank you!
Policy.edit group
| gharchive/pull-request | 2022-09-23T17:01:51 | 2025-04-01T06:37:32.749101 | {
"authors": [
"JoanneHendrickson",
"VesaJuvonen",
"andrewconnell",
"gittig23441"
],
"repo": "SharePoint/sp-dev-docs",
"url": "https://github.com/SharePoint/sp-dev-docs/pull/8455",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
749710294 | Your request to provision "New Employee Onboarding Hub" template failed!
Describe the issue
Trying to deploy the "Microsoft New Employee Onboarding hub" via MS Lookbook fails.
Expected behavior
A successful deployment
Screenshots
Here's the automated email:
As a bit more info, just before this failed, I deployed the "Microsoft 365 learning pathways" template successfully:
Details (please complete the following information):
PnP Correlation ID: 66b07e81-5a29-4e42-972a-15a8a610d24a
Reference Template: https://lookbook.microsoft.com/details/75e60a32-9849-4ed4-b83e-b2b08983ad19
Primary language of the target tenant: English
Are you using a Tenant Global Admin account to provision the template: Yes
Additional context
Add any other context about the problem here.
Any ideas on this one?
I retried deploying the template again this time using a different name and was successful.
| gharchive/issue | 2020-11-24T13:32:23 | 2025-04-01T06:37:32.754053 | {
"authors": [
"githubsteveb"
],
"repo": "SharePoint/sp-provisioning-service",
"url": "https://github.com/SharePoint/sp-provisioning-service/issues/346",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
266070202 | Multiselect - missing property to sort by selected items
If the list is very big, for the UX - selected items should be placed at the top of the list - I mean sorted by selection.
Nice one! thanks
After some thoughts and by common agreeness with other contributors, we think this should not be the responsibility of the component to manipulate data.
SelectField is just a presenting component.
I'm aware this is kinda borderline, but this request should be done on the developper side
this request should be done on the developper side, superSelectField will automatically detect if children changed -by sorting- and will rerender.
:pear:
| gharchive/issue | 2017-10-17T10:19:25 | 2025-04-01T06:37:32.773797 | {
"authors": [
"FDiskas",
"Sharlaan"
],
"repo": "Sharlaan/material-ui-superselectfield",
"url": "https://github.com/Sharlaan/material-ui-superselectfield/issues/75",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
367624168 | ge is not a constructor
There is no problem when NPM is used without CDN, but after CDN is used the export will report an error, ge is not a constructor
浏览器里需要使用完整版本:xlsx.full.min.js 而不是 xlsx.min.js
@ZSH-HSZ what CDN? can you reproduce using a service like jsfiddle?
| gharchive/issue | 2018-10-08T02:53:56 | 2025-04-01T06:37:32.788802 | {
"authors": [
"SheetJSDev",
"ZSH-HSZ",
"tangdw"
],
"repo": "SheetJS/js-xlsx",
"url": "https://github.com/SheetJS/js-xlsx/issues/1302",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
541483999 | Clearer / more intuitive download setup
Right now the .gitattributes is making it a bit confusing for users to get their hands on the TrenchBroom plugin and example content, since Clone or download > Download ZIP respects the .gitattributes file and excludes everything except the plugin.
Need to check if there's a more granular way to control this through .gitattributes (ex. "don't include in commit / tagged zips, but do include in branch zips")
If not, need to consider moving some of the content to a different repo. Dependencies and submodule limitations will make this difficult for the example content itself, but it's feasible to move the TB plugin.
Fixed in the repo split.
| gharchive/issue | 2019-12-22T18:06:21 | 2025-04-01T06:37:32.795402 | {
"authors": [
"Shfty"
],
"repo": "Shfty/qodot-plugin",
"url": "https://github.com/Shfty/qodot-plugin/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
451805606 | いいところ診断の結果に優しさを追加したい
以下の結果を追加したい
'{userName}のいいところは優しさです。あなたの優しい雰囲気や立ち振る舞いに多くの人が癒やされています。'
対応
195280a で対応されました。
| gharchive/issue | 2019-06-04T05:34:11 | 2025-04-01T06:37:32.805769 | {
"authors": [
"Shinohara0319"
],
"repo": "Shinohara0319/assessment",
"url": "https://github.com/Shinohara0319/assessment/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1773051941 | Feature Request: Import chat histories from chatgpt @ openai and aichat's cli tool
Personally I am a digital pack-rat. I like to keep my history of chatgpt chats from openai.com. It would be nice to import my previous chat history into this interface.
I also use the cli application aichat https://github.com/sigoden/aichat that I would like to import if possible. They store everything in a single .md file though so I think that would be a lot more difficult.
openai has a export data function that gives you a json file with the conversations.
the aichat cli application does not seem to have an export function but writes everything that happens to a MD file. i will ask over there to have a way to save chats to a json format similar to openai's format so there's only one schema for the data.
Thanks.
I can possibly implement the code for importing the chats. The frontend design will still be need to done by someone else.
| gharchive/issue | 2023-06-25T04:32:15 | 2025-04-01T06:37:32.808578 | {
"authors": [
"Anajrim01",
"tvl83"
],
"repo": "ShipBit/slickgpt",
"url": "https://github.com/ShipBit/slickgpt/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
299674680 | Use {arch}/{os}/remote/setupNode.sh to install db on a remote machine
https://github.com/Shippable/pm/issues/10242
Completed
| gharchive/issue | 2018-02-23T11:01:35 | 2025-04-01T06:37:32.813697 | {
"authors": [
"jatindogra"
],
"repo": "Shippable/admiral",
"url": "https://github.com/Shippable/admiral/issues/1967",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
835057527 | [BUG] Memory lädt endlos
Ich wollte gerade das Memory Spiel nochmal ausprobieren und fand mich in einem Endlos Ladeprozess wieder. Leider kann ich nicht sagen woran es liegt.
Gestern hatte ich noch keine Cardsets hochgeladen und ich konnte das Spiel ohne Probleme aufrufen bis ich darauf aufmerksam gemacht habe und eine "Du hast noch nicht genug Karten hochgeladen, also geht das Spiel noch nicht" Sperre eingebaut wurde :D
Hochgeladen wurden heute 3 Cardsets mit je 16 Karten.
Wenn ich die Endlos Lade Schleife abbreche, also die Seite anhalte erhalte ich folgenden Screen:
Hmmm, ich kann den Fehler nicht reproduzieren.. taucht er immer noch auf?
Was sagt denn die Browser Fehlerkonsole?
Hier ein paar Screenshots die gewünscht wurden.
das problem hab ich ebenfals mit dem memory
| gharchive/issue | 2021-03-18T17:01:36 | 2025-04-01T06:37:32.829531 | {
"authors": [
"DevilClaire",
"Kasuna89",
"Shirisu"
],
"repo": "Shirisu/autoPetiteTCGScript",
"url": "https://github.com/Shirisu/autoPetiteTCGScript/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1202453048 | GMCM integration: tooltips not translated to other languages
A user reported that the GMCM integration did not have translated tooltips in non-English languages (the language was Hungarian, but the game still used the default, English translation).
Fixed in dded8a82776c782e8233fae94a1b4427b03ca718.
| gharchive/issue | 2022-04-12T22:08:25 | 2025-04-01T06:37:32.861232 | {
"authors": [
"Shockah"
],
"repo": "Shockah/Stardew-Valley-Mods",
"url": "https://github.com/Shockah/Stardew-Valley-Mods/issues/49",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
847455299 | chore(frontend): lockfileVersionを固定する
Issue #121 とPR #122 でDocker Compose上の開発環境のnpmのバージョンを固定し、lockfileVersionを1に変更したものの、Docker Composeを利用していない開発者のnpmのバージョンを固定できておらず、lockfileVersionが2であるpackage-lock.jsonが再びpushされてしまいました。
改めてlockfileVersionを固定する方法を考える必要があります。
選択肢
Docker Composeで起動したコンテナ内で使用するnpmを最新にする。
つまりデプロイ先のバージョンと合わせるのはやめる。
Docker Composeを利用していない開発者にもnpmのバージョンの固定を強制する。
package.jsonのenginesに書く?
個人的には現実的ではない気がする。
あー… これはすみません
engineの編集の場合どんな問題が起きそうですかね?
enginesへの追記はつまり、開発者に特定バージョンのnpmをインストールすることを強制する選択肢ですので、開発者の面倒が増える一因になります。
自分の経験では、npmのバージョンを固定したプロジェクトには遭遇したことがないので、npmは固定しないのが「普通」なのではないかと予想しています。(Nodeのバージョンは固定するのですが……。)実際にはどうなのかわからないので、意見をいただきたいです。
確かに、同じくバックエンドの方のパッケージ管理のようなことをしているgradleも、ソース内でバージョンについては指定してないですし、しないのが普通なのかもしれません。
なのでnpmを最新にするの方が良さそうな感じはしますね。
| gharchive/issue | 2021-03-31T22:31:26 | 2025-04-01T06:37:32.871190 | {
"authors": [
"ShopOne",
"rdrgn"
],
"repo": "ShopOne/Shitforces",
"url": "https://github.com/ShopOne/Shitforces/issues/136",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1756574269 | [Bug]: Adding private package to shopify app
Please confirm that you have:
[X] Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
[X] Reproduced the issue in the latest CLI version.
In which of these areas are you experiencing a problem?
App
Expected behavior
I am trying to add a private package to web/frontend package.json.
It is able to install locally as my local machine has .npmrc global file which contains the authToken but when i do npm run dev.
It is deploying/redirecting to shopify cloudflare machine which is not able to find the package which fails the whole UI flow
Actual behavior
Shopify is able to find the private package.
Verbose output
N/A
Reproduction steps
Add a private package to frontend
npm run dev
Operating System
macOS Venture version 13.2.1 8-Core Intel Core i9
Shopify CLI version (check your project's package.json if you're not sure)
3.46.3
Shell
No response
Node version (run node -v if you're not sure)
No response
What language and version are you using in your application?
No response
I guess this is related log for this
2023-06-17 13:31:21 │ frontend │ Sat, 17 Jun 2023 13:31:21 GMT connect:dispatcher viteTimeMiddleware : /node_modules/.vite/deps/@moengage_commons.js?v=ef1836f4
2023-06-17 13:31:21 │ frontend │ Sat, 17 Jun 2023 13:31:21 GMT connect:dispatcher corsMiddleware : /node_modules/.vite/deps/@moengage_commons.js?v=ef1836f4
2023-06-17 13:31:21 │ frontend │ Sat, 17 Jun 2023 13:31:21 GMT connect:dispatcher viteProxyMiddleware : /node_modules/.vite/deps/@moengage_commons.js?v=ef1836f4
2023-06-17 13:31:21 │ frontend │ Sat, 17 Jun 2023 13:31:21 GMT connect:dispatcher viteHMRPingMiddleware : /node_modules/.vite/deps/@moengage_commons.js?v=ef1836f4
2023-06-17 13:31:21 │ frontend │ Sat, 17 Jun 2023 13:31:21 GMT connect:dispatcher viteServePublicMiddleware : /node_modules/.vite/deps/@moengage_commons.js?v=ef1836f4
2023-06-17 13:31:21 │ frontend │ Sat, 17 Jun 2023 13:31:21 GMT connect:dispatcher viteTransformMiddleware : /node_modules/.vite/deps/@moengage_commons.js?v=ef1836f4
The js file for this keeps waiting until the socket times out.
| gharchive/issue | 2023-06-14T10:34:01 | 2025-04-01T06:37:32.878296 | {
"authors": [
"mohitmoengage"
],
"repo": "Shopify/cli",
"url": "https://github.com/Shopify/cli/issues/2169",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2395380664 | Android build apk is crashing on release mode
Description
Make a rotatable knob with react native skia which working flaw lessly on debug mode but causing crash on released apk
Version
1.3.8
Steps to reproduce
don't know
Snack, code example, screenshot, or link to a repository
import React from 'react';
import { StyleSheet,View } from 'react-native';
import Animated, {
useDerivedValue,
useSharedValue,
withSpring,
} from 'react-native-reanimated';
import { Gesture, GestureDetector } from 'react-native-gesture-handler';
import {
Canvas,
Circle,
Group,
Image,
ImageSVG,
useImage,
vec,
} from '@shopify/react-native-skia';
import { CHART_SIZE, ELEMENT_ANGLE } from './constant';
import {
buildChart,
clamp,
friction,
normalizeAngle,
snapPoint,
} from './utils';
const chart = buildChart(CHART_SIZE);
const WheelSelector = ({ angle }) => {
const neutral = useImage(require('./images/neutral.png'));
const sad = useImage(require('./images/sad.png'));
const happy = useImage(require('./images/happy.png'));
const normal = useImage(require('./images/normal.png'));
const depress = useImage(require('./images/depress.png'))
const pictures = [happy, normal, neutral, sad, depress];
const offset = useSharedValue(0);
const dragAngle = useSharedValue(0);
const pan = Gesture.Pan()
.onStart((e) => {
const x = e.x - CHART_SIZE / 2;
const y = -1 * (e.y - CHART_SIZE / 2);
const initialAngle = Math.atan2(y, x);
dragAngle.value = normalizeAngle(initialAngle);
offset.value = angle.value;
})
.onUpdate((e) => {
const x = e.x - CHART_SIZE / 2;
const y = -1 * (e.y - CHART_SIZE / 2);
const currentAngle = Math.atan2(y, x);
const normalizedCurrent = normalizeAngle(currentAngle);
const tmp = offset.value + (dragAngle.value - normalizedCurrent);
const delta = normalizeAngle(tmp) - normalizeAngle(angle.value);
if (
angle.value >= -2 * ELEMENT_ANGLE &&
angle.value <= 2 * ELEMENT_ANGLE
) {
angle.value = tmp;
} else {
const overFraction = ELEMENT_ANGLE * 1.25;
const fraction = (Math.abs(tmp) - ELEMENT_ANGLE * 2) / overFraction;
const frictionFactor = friction(clamp(fraction, 0, 1));
angle.value += delta * frictionFactor;
}
})
.onEnd(() => {
const points = [
-2 * ELEMENT_ANGLE,
-1 * ELEMENT_ANGLE,
0,
ELEMENT_ANGLE,
ELEMENT_ANGLE * 2,
];
const to = snapPoint(angle.value, 0, points);
angle.value = withSpring(to);
});
const transforms = useDerivedValue(() => {
return [{ rotate: angle.value }];
}, [angle]);
return (
<Animated.View>
<Group
transform={transforms}
origin={vec(CHART_SIZE / 2, CHART_SIZE / 2)}
>
{pictures.map((pic, index) => {
const width = 40;
const height = 25;
const center = CHART_SIZE / 2;
const translateY = -1 * (center - center * 0.2 + height / 2);
return (
<Image
key={`image-${index}`}
image={pic}
x={center - width / 2}
y={center}
width={width}
height={height}
transform={[
{ rotate: -ELEMENT_ANGLE * (index - 2) },
{ translateY },
]}
origin={vec(center, center)}
/>
);
})}
</Group>
<Circle
cx={CHART_SIZE / 2}
cy={CHART_SIZE / 2}
r={CHART_SIZE * 0.3}
color={'#fff'}
/>
</Canvas>
</Animated.View>
</GestureDetector>
);
};
const styles = StyleSheet.create({
canvas: {
width: CHART_SIZE,
height: CHART_SIZE,
},
});
export default WheelSelector;
it sounds like you had interest in #2514 you might from useful info there too
| gharchive/issue | 2024-07-08T11:31:34 | 2025-04-01T06:37:32.939315 | {
"authors": [
"saadkhalil01",
"wcandillon"
],
"repo": "Shopify/react-native-skia",
"url": "https://github.com/Shopify/react-native-skia/issues/2522",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2433119432 | React Native Skia Headless Documentation
Description
Are there any working examples of React Native Skia on Node that can be linked in the documentation? I have referred the documentation here: https://shopify.github.io/react-native-skia/docs/getting-started/headless#hello-world but it is not clear how the JSX syntax for the drawings given to the drawOffscreen function will work in node environment.
It would be great if we can give a working example that would work in a plain new nodejs environment without needing any setup.
It was not clear how the existing example in the documentation could be leveraged the same way since it had JSX. Not sure if it will work even with Babel setup.
I ended up using the following modified code. I am putting it here as reference.
import { getSkiaExports } from "@shopify/react-native-skia/lib/commonjs/headless/index.js";
import { LoadSkiaWeb } from "@shopify/react-native-skia/lib/commonjs/web/LoadSkiaWeb.js";
import * as fs from "fs";
(async () => {
const width = 256;
const height = 256;
// Load CanvasKit
await LoadSkiaWeb();
// Once that CanvasKit is loaded, you can access Skia via getSkiaExports()
const { Skia } = getSkiaExports();
const surface = Skia.Surface.MakeOffscreen(width, height);
if (!surface) {
throw new Error("Could not create surface");
}
const canvas = surface.getCanvas();
const paint = Skia.Paint();
paint.setColor(Skia.Color("#c7522ad0"));
paint.setShader(
Skia.Shader.MakeRadialGradient(
{ x: width / 2, y: height / 2 },
Math.min(width, height) / 4,
[Skia.Color("#c7522ad0"), Skia.Color("#ff8531d0")],
null,
0
)
);
canvas.drawCircle(width / 2, height / 2, Math.min(width, height) / 4, paint);
paint.setColor(Skia.Color("white"));
paint.setBlendMode(0);
canvas.drawCircle(width / 2 + 2, height / 2 + 2, 4, paint);
surface.flush();
const image = surface.makeImageSnapshot({ x: 0, y: 0, width, height });
fs.writeFile(
"./img.png",
Buffer.from(image.encodeToBase64(), "base64"),
(err) => {
if (err) {
console.error(err);
} else {
// file written successfully
console.log("File written successfully.");
}
}
);
image.dispose();
surface.dispose();
})();
In my opinion, we should have something like this which somebody can just copy paste and play around in a plain nodejs environment with just the required dependencies.
| gharchive/issue | 2024-07-27T00:14:09 | 2025-04-01T06:37:32.942931 | {
"authors": [
"adil-tanveer888"
],
"repo": "Shopify/react-native-skia",
"url": "https://github.com/Shopify/react-native-skia/issues/2549",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1941653305 | Add ellipsisText method
const font = useFont(require('Roboto.ttf'), 14);
const clip = font.ellipsisText({ text: "Hello World", type: 'clip', width: 60 });
const head = font.ellipsisText({ text: "Hello World", type: 'head', width: 60 });
const middle = font.ellipsisText({ text: "Hello World", type: 'middle', width: 60 });
const tail = font.ellipsisText({ text: "Hello World", type: 'tail', width: 60 });
Result:
sounds like you are working on something really cool :)
I will close this for now but let us know as always if you have any feedback questions.
| gharchive/pull-request | 2023-10-13T10:08:02 | 2025-04-01T06:37:32.944668 | {
"authors": [
"masonle2x2",
"wcandillon"
],
"repo": "Shopify/react-native-skia",
"url": "https://github.com/Shopify/react-native-skia/pull/1917",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
304474280 | packaging for release 4.11.0
Version release with the new inventory level apis
@celsodantas
🙌
| gharchive/pull-request | 2018-03-12T17:45:53 | 2025-04-01T06:37:32.955242 | {
"authors": [
"jamiemtdwyer",
"jtgrenz"
],
"repo": "Shopify/shopify_api",
"url": "https://github.com/Shopify/shopify_api/pull/422",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
338855641 | npm start, Hostname/IP doesn't match certificate's altnames?
Getting started with Slate 1.x. Stumbling at "npm start" right after setting up the .env file. The theme is complied successfully, but followed by this error: Hostname/IP doesn't match certificate's altnames: "Host: EXAMPLE.myshopify.com. is not in the cert's altnames: DNS:*.myshopify.com, DNS:myshopify.com"
Error: Hostname/IP doesn't match certificate's altnames: "Host: example.myshopify.com. is not in the cert's altnames: DNS:*.myshopify.com, DNS:myshopify.com"
at Object.checkServerIdentity (tls.js:223:17)
at TLSSocket.<anonymous> (_tls_wrap.js:1111:29)
at emitNone (events.js:106:13)
at TLSSocket.emit (events.js:208:7)
at TLSSocket._finishInit (_tls_wrap.js:639:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! starter-theme@1.0.0-alpha.1 start: `slate-tools start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the starter-theme@1.0.0-alpha.1 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Solved. Just a stupid tying error; my bad.
| gharchive/issue | 2018-07-06T08:45:19 | 2025-04-01T06:37:32.979457 | {
"authors": [
"steffatstellaviecom"
],
"repo": "Shopify/slate",
"url": "https://github.com/Shopify/slate/issues/666",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
421126319 | Fix lax checking of filename against genericTemplateName in sections plugin
The sections plugin was performing a lax check on the section filename against the genericTemplateName option, using the includes() method to see if the relativePathFromSections argument includes the genericTemplateName option value anywhere within it.
This meant files such as src/sections/collection-template.liquid were compiled to dist/sections/collection-template.liquid.liquid and were not being updated on Shopify when changes were made locally with yarn start running.
This fix compares the basename of the relativePathFromSections argument instead.
Checklist
For contributors:
[ ] I have updated the docs to reflect these changes, if applicable.
For maintainers:
[ ] I have :tophat:'d these changes.
I've signed the CLA - not sure what I need to do to get the check to run again.
Just checking -- what is the status of this PR? I can see it's been merged into Master but running
yarn upgrade --latest @shopify/slate-tools
doesn't seem to update the package.json or update any dependencies...
@Maurice-JB Working on it (This week). I'm fiddling with auto deploy configurations.
| gharchive/pull-request | 2019-03-14T16:36:51 | 2025-04-01T06:37:32.983823 | {
"authors": [
"Maurice-JB",
"andyexeter",
"wizardlyhel"
],
"repo": "Shopify/slate",
"url": "https://github.com/Shopify/slate/pull/1008",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1549152080 | fix types in help
Fix types in help on multiple commits.
If there are unnecessary changes, I will delete it.
Merged.
| gharchive/pull-request | 2023-01-19T13:23:21 | 2025-04-01T06:37:32.998387 | {
"authors": [
"Milly",
"Shougo"
],
"repo": "Shougo/ddu.vim",
"url": "https://github.com/Shougo/ddu.vim/pull/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
650986538 | nvim-treesitter plugin runtime path not found
Problems summary
nvim-treesitter plugin raised this error :line 58: Plugin runtime path not found.
Environment Information (Required!)
dein.vim version(SHA1):
The newest
OS: osx 10.15.5
Vim/neovim version:
NVIM v0.5.0-6613ab6bc
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/tmp/neovim-20200615-12812-o352jj/build/config -I/tmp/neovim-20200615-12812-o352jj/src -I/usr/local/include -I/tmp/neovim-20200615-12812-o352jj/deps-build/include -I/usr/include -I/usr/local/opt/gettext/include -I/tmp/neovim-20200615-12812-o352jj/build/src/nvim/auto -I/tmp/neovim-20200615-12812-o352jj/build/include
Compiled by amikai@zhuangyunkais-MacBook-Pro.local
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/HEAD-6613ab6/share/nvim"
Run :checkhealth for more info
Provide a minimal .vimrc with less than 50 lines (Required!)
let s:dein_dir = expand('$CACHE/dein')
if &runtimepath !~# '/dein.vim'
let s:dein_repo_dir = s:dein_dir . '/repos/github.com/Shougo/dein.vim'
" Auto Download
if !isdirectory(s:dein_repo_dir)
execute '!git clone https://github.com/Shougo/dein.vim ' . s:dein_repo_dir
endif
execute 'set runtimepath^=' . s:dein_repo_dir
endif
let g:dein#install_max_processes = 16
let g:dein#install_message_type = 'none'
call dein#begin(s:dein_dir)
call dein#add('nvim-treesitter/nvim-treesitter')
call dein#end()
filetype plugin indent on
syntax enable
if has('vim_starting') && dein#check_install()
call dein#install()
endif
lua <<EOF
require'nvim-treesitter.configs'.setup {
highlight = {
enable = true, -- false will disable the whole extension
disable = { 'c', 'rust' }, -- list of language that will be disabled
},
incremental_selection = {
enable = true,
disable = { 'cpp', 'lua' },
keymaps = { -- mappings for incremental selection (visual mappings)
init_selection = 'gnn', -- maps in normal mode to init the node/scope selection
node_incremental = "grn", -- increment to the upper named parent
scope_incremental = "grc", -- increment to the upper scope (as defined in locals.scm)
node_decremental = "grm", -- decrement to the previous node
}
},
refactor = {
highlight_defintions = {
enable = true
},
smart_rename = {
enable = true,
smart_rename = "grr" -- mapping to rename reference under cursor
},
navigation = {
enable = true,
goto_definition = "gnd", -- mapping to go to definition of symbol under cursor
list_definitions = "gnD" -- mapping to list all definitions in current file
}
},
ensure_installed = 'all' -- one of 'all', 'language', or a list of languages
}
EOF
" vim: set foldmethod=marker tw=80 sw=4 ts=4 sts =4 sta nowrap et :
The reproduce ways from Vim starting (Required!)
Just use this minimal setting and start neovim
Screen shot (if possible)
Upload the log messages by :redir and :message (if errored)
:message
Error detected while processing /Users/amikai/Workspace/dotfiles/config/nvim/debug_vimrc.vim:
line 58:
Plugin runtime path not found.
https://github.com/nvim-treesitter/nvim-treesitter/blob/master/lua/nvim-treesitter/utils.lua#L23
dein.vim merges runtimepath, but nvim-treesitter checks runtimepath.
The merge feature must be disabled for nvim-treesitter.
call dein#add('nvim-treesitter/nvim-treesitter', {'merged': 0})
Fixes your problem.
THX
| gharchive/issue | 2020-07-05T02:14:28 | 2025-04-01T06:37:33.004740 | {
"authors": [
"Shougo",
"amikai"
],
"repo": "Shougo/dein.vim",
"url": "https://github.com/Shougo/dein.vim/issues/372",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1149626562 | Add FFmpeg WASM support
[x] Add FFmpeg.wasm
[ ] Video File-Converter (GIF)
[ ] Video Editing Tools (trim etc)
SharedArrayBuffer is not available by default.
The cost of implementing this library is way higher than the benefits it provides. Maybe a separate web-app?
Shelved for now.
| gharchive/issue | 2022-02-24T18:42:27 | 2025-04-01T06:37:33.017406 | {
"authors": [
"Shresht7"
],
"repo": "Shresht7/Screen-Recorder",
"url": "https://github.com/Shresht7/Screen-Recorder/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2267889076 | Multiple clients, changed thread func.
Now it should work. Also added things you said in comments to the prev pr.
I'll check when I'm home
| gharchive/pull-request | 2024-04-29T00:01:52 | 2025-04-01T06:37:33.018247 | {
"authors": [
"Shu-AFK",
"hvostov"
],
"repo": "Shu-AFK/Datatransmission",
"url": "https://github.com/Shu-AFK/Datatransmission/pull/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
723677739 | Add the capability to open Github Repository inside app #28
This PR solves issue #28 and add improvements to CodeSymbolView
@fredmurakawa Can you do a pull from the dev branch and push again, there is a conflict due to the color changes.
Also, the text in the Open Github repo is too light and hard to read, do fix that too 👍🏻
Good job @fredmurakawa Merged the code. 😄👍🏻
| gharchive/pull-request | 2020-10-17T05:51:50 | 2025-04-01T06:37:33.022063 | {
"authors": [
"Shubham0812",
"fredmurakawa"
],
"repo": "Shubham0812/Animatify-ios",
"url": "https://github.com/Shubham0812/Animatify-ios/pull/35",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1625523098 | Refill after sync
I think we should try and fund after syncing. I can't see of downsides really there's only upsides. One of the reasons driving this change is the logging in the autopilot which says "Successfully funded account" after potentially failing to fund but succeeding so sync (which clears the error). With this change, seeing that log line will effectively mean that the account was funded to the expected balance.
Putting this back in DRAFT, I just had a great idea: what if we change the endpoint to take the expected balance rather than the fund amount.
| gharchive/pull-request | 2023-03-15T13:22:20 | 2025-04-01T06:37:33.065795 | {
"authors": [
"peterjan"
],
"repo": "SiaFoundation/renterd",
"url": "https://github.com/SiaFoundation/renterd/pull/209",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1570993705 | Remove vanilla tools from loot generation if the disable_vanilla_recipes config option is set
Vanilla iron pickaxes still generate in blacksmith chests, for example, even though the disable_vanilla_recipes config option is set.
The option to disable recipes is quite, specific, should we maybe add an option like disable_vanilla_tool_loot ?
Sounds good, though maybe it'd be less confusing if there was simply a way to do both in one option like disable_vanilla_tools.
Yeah that would be a lot simpler to toggle.
I am adding a toggle that changes the loot to forgero loot as well.
Ayy nice!
| gharchive/issue | 2023-02-04T15:33:55 | 2025-04-01T06:37:33.110931 | {
"authors": [
"SigmundGranaas",
"Steveplays28"
],
"repo": "SigmundGranaas/forgero",
"url": "https://github.com/SigmundGranaas/forgero/issues/396",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1673096651 | Switch to a Ubuntu container instead of a python container
Currently, we can't run bash, git or shell commands in our AutoGPT container.
This would be to switch the container to Ubuntu so we can!
This likely involves a PR to the core AutoGPT repo, but that's ok.
Let me know what you think of this new Dockerfile and if you run into any issues building the container using it. It should be a drop-in replacement.
#15
Per our discussion I am modifying this as the goal is to enable bash. We now also have plugins in the main repo.
we should at least evaluate that. Although That could be broken out into a new repo
| gharchive/issue | 2023-04-18T13:05:42 | 2025-04-01T06:37:33.160605 | {
"authors": [
"dschonholtz",
"samuelbutler"
],
"repo": "Significant-Gravitas/Auto-GPT-Benchmarks",
"url": "https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
290343331 | 安装报错
环境信息:
cli packages: (/Users/developer/.nvm/versions/node/v8.9.0/lib/node_modules)
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 3.1.0
Cordova Platforms : android 6.4.0 ios 4.5.4
Ionic Framework : ionic-angular 3.9.2
System:
Android SDK Tools : 26.1.1
错误信息:
(node:5322) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Unexpected close tag
Line: 150
Column: 15
Char: >
(node:5322) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
试了两台机器,错误信息都一样。
This issue has been solved.
| gharchive/issue | 2018-01-22T03:49:08 | 2025-04-01T06:37:33.216951 | {
"authors": [
"Rain1368189893",
"subenkun"
],
"repo": "Silverbase-FE/cordova-plugin-amap",
"url": "https://github.com/Silverbase-FE/cordova-plugin-amap/issues/5",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2111260573 | 确实是好用,有几处能不能改一下
1,重新搜刮,能不能默认打开指定搜刮源而不是指定网页。指定搜刮源感觉只有javdb能用,其他的要么没演员名,要么根本搜不出。
2,能不能记住搜索历史表单这种,下次还能直接一点就搜出来
3,能不能单独一个页面或者有这么个地方,全是标签,直接点一种或几种类型搜出这些片子
4,如果有多个文件播放选择哪一个的时候,能不能直接显示出创建日期和大小。也好选择,现在有点拆盲盒的感觉,有的是低清的但是已经有高清的了,如果加一个删除就更好了
5,有很多片子,只搜刮出封面但是演员没名字,而用重新搜刮又能搜出来才能合并到已有的演员底下,能否筛选出这种情况的片子,集中搜刮一下。
6,在匹配失败界面如果搜索,关键字超过2个就大概率闪退,另外在这个界面的喜欢和稍后观看,不能收藏iso格式
7,演员头像感觉很多搜不出,会不会是那个库不行啊。
8,随机10部能不能自定义,比如随机几部,甚至无限制,转鼠标滚轮可以一直选下去。
什么时候更新啊,等了很久了。
| gharchive/issue | 2024-02-01T01:01:51 | 2025-04-01T06:37:33.334088 | {
"authors": [
"guxinshamo"
],
"repo": "SingleVrUser/Display",
"url": "https://github.com/SingleVrUser/Display/issues/65",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
133799669 | BUG: HandleJoin crashes when a user comes back
When a user QUITs and joins back, the following line crashes
https://github.com/SirCmpwn/ChatSharp/blob/master/ChatSharp/Handlers/ChannelHandlers.cs#L15
Attached is the log of the bot. A good solution would be to remove the user entirely from the user collection once he/she quits.
chatsharp_bot_log.txt
I mentioned the fix for this bug here: https://github.com/SirCmpwn/ChatSharp/pull/57#issuecomment-202685890
Has someone found a fix for that yet, or will there be an official one ?
This is a hard one to tackle. There are at least three different ways for storing the client's channel list: IrcClient.Channels, IrcClient.User.Channels and IrcClient.Users[User.Nick].Channels. I can think of two solutions: either all of these should be merged into a single one, or only one of them must exist while the other two have references to the channel list, instead of handling the channel list separately.
Let's not make breaking changes, but I'm all for unifying the stores.
OR, let's write unit tests.
@fahadash I spent a day and a half trying to fix this issue, with some results. I managed to fix the PART bug, but now there's another bug: when the client joins a channel with at least one user in it, it will throw trying to parse the other user's modes.
The reason for the PART bug was simple: the parted channel would be removed from the channel list before the PART message could be parsed.
| gharchive/issue | 2016-02-15T19:41:05 | 2025-04-01T06:37:33.346060 | {
"authors": [
"DaZombieKiller",
"Jan1902",
"RockyTV",
"SirCmpwn",
"fahadash"
],
"repo": "SirCmpwn/ChatSharp",
"url": "https://github.com/SirCmpwn/ChatSharp/issues/54",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
721596360 | Create a feature document for upcoming technical changelogs.
Bedrock changelogs are pretty lackluster compared to Java's when it comes to technical changes and additions. A document with a proper and easy to understand technical changelog for the next update (in this case 1.16.100) would be helpful for anyone trying to keep up with new features. Notes on what features are in experimental (and when they leave experimental) are also very helpful.
I think it would be a good idea to use recently created news page for this. I already thought about posting about newest betas, but with emphasis on technical changes and how we could use them.
Added news tag: https://wiki.bedrock.dev/news/bedrock-betas.html
Also first changelog written by me (I had no idea what to write about bugfix version honestly): https://wiki.bedrock.dev/2020/10/16/beta-1-16-100-60.html
I'm closing this out. Thanks for the suggestion Pepijn, and thanks to Stirante for making the implementation!
| gharchive/issue | 2020-10-14T16:15:05 | 2025-04-01T06:37:33.349251 | {
"authors": [
"PepijnMC",
"SirLich",
"stirante"
],
"repo": "SirLich/bedrock-wiki",
"url": "https://github.com/SirLich/bedrock-wiki/issues/206",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2740262726 | Remove print from Commit 223848d
I assume this was a print for testing and should no longer exist.
Thanks for catching this. You are correct in assuming this was for testing and should not be in the release.
| gharchive/pull-request | 2024-12-15T03:56:22 | 2025-04-01T06:37:33.350366 | {
"authors": [
"SirMallard",
"TechHog8984"
],
"repo": "SirMallard/Iris",
"url": "https://github.com/SirMallard/Iris/pull/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1411619978 | Content/ordercloud page
Description / Motivation
Updates to OrderCloud page
Added promo components
Logo
How Has This Been Tested?
Local and Vercel
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Documentation update (non-breaking change; modified files are limited to the /data directory or other markdown files)
Checklist:
[X] I have read the Contributing guide.
[X] My code/comments/docs fully adhere to the Code of Conduct.
[X] My change is a code change.
[ ] My change is a documentation change and there are NO other updates required.
[ ] My change has new or updated images which are stored in the /public/images folder that need to be migrated to Sitecore DAM
📝 Changed routes:
/
(view full size)
Commit 778f4b6c6c43ea879c80ba3c9cf668f1fa92eb06 (https://developer-portal-kv9uwkpyv-sitecoretechnicalmarketing.vercel.app).
| gharchive/pull-request | 2022-10-17T13:49:11 | 2025-04-01T06:37:33.359469 | {
"authors": [
"markvanaalst"
],
"repo": "Sitecore/developer-portal",
"url": "https://github.com/Sitecore/developer-portal/pull/329",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1021594648 | Math に Tau 系の定数が欲しい
Math 名前空間の Pi 系の定数に加えて、 Tau 系の定数を追加してほしいです。
定数 τ は半径に対する円周の比で、2π と等しいです。
弧度法ではちょうど一周の角度を表せるという利点があり、私は π よりも τ を好んでいます。
標準で τ を使えるプログラミング言語もあります。
Tau HalfTau InvTau など、追加していただけると助かります。
参考:
Wikipedia
ニコニコ大百科
開発中の v0.6.3 に実装されました。提案ありがとうございました。
| gharchive/issue | 2021-10-09T04:14:55 | 2025-04-01T06:37:33.362028 | {
"authors": [
"Reputeless",
"discosaan"
],
"repo": "Siv3D/OpenSiv3D",
"url": "https://github.com/Siv3D/OpenSiv3D/issues/673",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
542299140 | Display current value of selected sensor
This thing looks need
https://plot.ly/python/gauge-charts/
| gharchive/issue | 2019-12-25T09:07:07 | 2025-04-01T06:37:33.363823 | {
"authors": [
"SiwyKrzysiek"
],
"repo": "SiwyKrzysiek/magic-foots",
"url": "https://github.com/SiwyKrzysiek/magic-foots/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
616334685 | Handle SameSite=None is unsupported by some old browsers
refs #1368
Tested login in Mac Chrome 60
Updated @louischan-oursky @kiootic
| gharchive/pull-request | 2020-05-12T03:40:56 | 2025-04-01T06:37:33.429491 | {
"authors": [
"carmenlau"
],
"repo": "SkygearIO/skygear-server",
"url": "https://github.com/SkygearIO/skygear-server/pull/1395",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1338635436 | 🛑 SkyWT is down
In baecc3c, SkyWT (https://skywt.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SkyWT is back up in f15d0ce.
| gharchive/issue | 2022-08-15T07:22:55 | 2025-04-01T06:37:33.487572 | {
"authors": [
"Skywt2003"
],
"repo": "Skywt2003/uptime",
"url": "https://github.com/Skywt2003/uptime/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1659755208 | Armbian-Linux
Apakah ini juga bisa berjalan normal di armbian-linux?
Aku udah coba di armbian(base ubuntu) dan mendapatkan massalah seperti ini:
Seperti yang ku tanyakan, apa ini bisa dijalankan diOS armbian?
jika bisa, minta tolong bantu aku untuk menyelesaikan error ini :)
tetapi jika memang tidak bisa, saya berharap ada pengembangan lanjut untuk itu :).
Terimakasih
Oalah itu contributor lupa masukkin async di promise await, nanti saya fix setelah pulang.
Dicoba update dulu, udah saya tambahin.
$ git pull
Dicoba update dulu, udah saya tambahin.
$ git pull
Maaf tapi masih belum bisa
(apa benar seperti ini?)
tambahkan async seperti ini di function/quizizz js
Terimakasih, sudah fixs sekarang
Tapi bot ngga ngrespon sama sekali saat ditest menggunakan command-command yang ada :)
Bahkan pada status linked device, bertuliskan last active 2.52 pm (bukan "active")
Apakah ada solusi untuk ini ?
Terimakasih
Bahkan pada status linked device, bertuliskan last active 2.52 pm (bukan "active")
Coba di scan ulang
Bahkan pada status linked device, bertuliskan last active 2.52 pm (bukan "active")
Coba di scan ulang
udah berulang ulang dicoba scan, selalu seperti itu
Bahkan pada status linked device, bertuliskan last active 2.52 pm (bukan "active")
Coba di scan ulang
udah berulang ulang dicoba scan, selalu seperti itu
sudah FIXS, dengan mengganti chrome ke chromium-browser :) Terimakasih
| gharchive/issue | 2023-04-09T05:25:51 | 2025-04-01T06:37:33.496374 | {
"authors": [
"Piyoxz",
"SlavyanDesu",
"whatdefood"
],
"repo": "SlavyanDesu/BocchiBot",
"url": "https://github.com/SlavyanDesu/BocchiBot/issues/511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
169194165 | Capacitor Banks resetting output and input to 0 RF/t
Issue Description:
Capacitor banks in EnderIO are resetting their input and output values to 0 RF/t.
What happens:
When I start up the world in singleplayer the capacitor banks (setup in multiblock) reset the input and output to 0 RF/t.
What you expected to happen:
For the input and output to stay at the same values as set by the user, not to reset to 0 RF/t.
Steps to reproduce:
In singleplayer, setup several capacitor banks together to form a capacitor bank structure.
Supply power to them and change the input and/or output values.
Restart the client and load up the world.
Check the input and output.
Affected Versions (Do not use "latest"):
EnderIO: 1.10.2-3.0.1.81_beta
EnderCore: 1.10.2-0.4.1.46-beta
Minecraft: 1.10.2
Forge: 12.18.1.2044
Your most recent log file where the issue was present:
http://pastebin.com/kmBzMHF9
NOTE: It happens when I restart the client, NOT the world.
I can not confirm this. Tried it on exactly the same versions multiple times, working just fine. Are you playing a modpack? If yes, pleas tell me which and the version, so I can try under those circumstances.
I actually had this happen to me a couple of times in multiplayer.
Happened to players on my server as well. We think it might be when the server goes down, but not sure.
Hi, I also can confirm this. It happens each time I start the client. I have a client server configuration running on my computer. The server runs on forge-1.10.2-12.18.1.2092-universal.jar, while the client is 1.10.2.
You can find the latest logs here:
fml-server-latest
latest
You will see a kind of mess in the log because this is a test world where I added and removed mods,
This is a screenshot of the setup:
batteries setup
and this the list of the mods I have installed on server:
batteries setup
I also think that input and output values resetted while playing, without restarting client, I just checked the battery after a while and it was again to 0 rf/t. But I can not confirm this 100%. If I get some evidence of this I will post here.
@markozar which was fixed in build 121 on Oct 11.
Wonderful, thank you!
I did not find it on curseforge but searching on google I found it on http://maven.tterrag.com/com/enderio/EnderIO. I hope it's correct.
I use http://ci.tterrag.com/job/EnderIO-1.10/ and http://ci.tterrag.com/job/EnderCore-1.10/
Nice to know, thank you!
| gharchive/issue | 2016-08-03T17:59:24 | 2025-04-01T06:37:33.508494 | {
"authors": [
"Codeick",
"HenryLoenwind",
"MatthiasMann",
"Rakinare",
"lakotajames",
"markozar"
],
"repo": "SleepyTrousers/EnderIO",
"url": "https://github.com/SleepyTrousers/EnderIO/issues/3577",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
184673257 | Tekkit Minecraft 1.7.10 Pack won't load world
My world won't load in the 1.7.10 pack in Tekkit.
So I open the Technic launcher, open the 1.7.10 pack, it loads for a while, the main screen comes up and I go into single player and select my world, then it comes up with "Loading world", and after a few seconds the window closes and it goes back to the Technic launcher. It started doing this a couple of days ago. I hadn't changed anything or updated anything.
I've had a look through the logs and I have tried removing the following mods:
StevesAddons-1.7.10-0.10.16
SimplyJetpacks-MC1.7.10-1.5.3
logisticspipes-0.9.3.127
EnderIO-1.7.10-2.3.0.429_beta
IC2NuclearControl-2.4.2a
However, it still won't load. Sometimes the log won't give me an actual error (not that I'm great at reading logs. I've also had a look through some posts on GitHub and various other sites but I'm really stuck. I would love some help with this! It's always depressing when you have to start a new world if you've come far in the previous one, and this always seems to happen to me too!
Starting a new world works just fine.
Here's the log:
[http://pastebin.com/iGNpvTG2]
The crash is caused by hardcorequesting - there is nothing related to EnderIO in the stack trace.
Thanks for that.
I have removed the following mods:
HardcoreEnderExpansion MC-1.7.10 v1.8.6
HQM-The Journey-4.4.4
The game still exits upon loading the world, and this is the log:
[http://pastebin.com/uBR83k40]
Now your world is corrupted - you can see that at the amount of NBT and chunk decoding errors.
Oh no :( So just start a new world? And would you suggest not using hardcorequesting again so I can avoid this happening again? This has happened a few times to me now.
No idea - you are asking in the wrong mod. I can't give you any advice to other mods.
But I suggest you always make a backup of your World's save folder when you change anything with mods (either configs, updates etc). Removing mods on an existing world has a good chance to cause corruption - esp when combined with adding new mods.
Alright. Well thanks so much for your help!
| gharchive/issue | 2016-10-23T05:46:19 | 2025-04-01T06:37:33.515614 | {
"authors": [
"MatthiasMann",
"SnowWhite8801"
],
"repo": "SleepyTrousers/EnderIO",
"url": "https://github.com/SleepyTrousers/EnderIO/issues/3778",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
369754592 | [Fatal recipe error] Impossible disable recipe at duplicate recipe load error
Issue Description:
Minecraft fail load with error:
[04:30:02] [main/ERROR]: Invalied recipe while parsing IMC:
[04:30:02] [main/INFO]: [crazypants.enderio.base.config.recipes.RecipeLoader:handleIMCRecipes:149]: crazypants.enderio.base.config.recipes.InvalidRecipeConfigException: Duplicate recipe Sagmill: Ender Dust at [row,col]:[1,78]
It happens with EnderIO-1.12.2-5.0.36.jar
but not with EnderIO-1.12.2-5.0.35.jar
Possible problem real but my attempt disable recipe by adding
<recipe name="Sagmill: Ender Dust" disabled="true"/>
to
config\enderio\recipes\user\user_recipes.xml
not resolve load problem
What happens:
Minecraft client not finish startup
What you expected to happen:
Or recipe error unexpected and bug or workaround to disable duiplicate recipe work.
Steps to reproduce:
Can be reproduced with minimal mods list
EnderCore-1.12.2-0.5.41.jar
EnderIO-1.12.2-5.0.36.jar
JAOPCA-1.12.2-2.2.8.94.jar
RedstoneFlux-1.12-2.1.0.6-universal.jar
thermalsolars-1.12.2-1.9.2.jar
WrapUp-1.12-1.1.3.jar
Affected Versions (Do not use "latest"):
EnderIO: EnderIO-1.12.2-5.0.36.jar
EnderCore: EnderCore-1.12.2-0.5.41.jar
Minecraft: 1.12.2
Forge: forge-14.23.5.2770
SpongeForge? no
Optifine? no
Single Player
Your most recent log file where the issue was present:
https://paste2.org/K6vP3m1K
[04:30:02] [main/ERROR]: IMC from the mod 'jaopca'
[04:30:02] [main/ERROR]: ```
As i note: I see problem not in reporting error at bad recipe, but imposability ignore this recipe in Ender IO but avoid generation Ender IO version of recipe for Sagmill.
Soo you would rather not have that recipy in the base mod.. in the off chance that jaopca is installed? What if jaopca isnt installed?
Also u cant disable it becausw the duplicate is comming from joapca.
You are better off reporting this as a bug to jaopca, since they are responsible for it.
um, stop, stop, stop.
Unless jaopca sends the recipe twice this should not give a duplicate error. IMC messsages are allowed to override core recipes.
I'll look into this.
Soo you would rather not have that recipy in the base mod.. in the off chance that jaopca is installed? What if jaopca isnt installed?
If I remove any from mods from list in original post then problem not reproduced.
um, stop, stop, stop.
Unless jaopca sends the recipe twice this should not give a duplicate error. IMC messsages are allowed to override core recipes.
I'll look into this.
from what me and epic were discussing
what happens here is IMC sends... Enderio processes IMC...... Enderio process Core... game detects and crashes... before loading the user recipys @HenryLoenwind
Maybe user recipes can be proccessed early for let user better control conflict mods recipes.
Strange thing: in prev. build of Ender IO this problem not happens.
Please try again with http://ci.tterrag.com/job/EnderIO-Modules/job/EnderIO-Hourly/760/ This should provide better error messages.
With removed custom changes in config\enderio\recipes\user\user_recipes.xml (so original file state at problem detection)
And updated
EnderCore-1.12.2-0.5.41.jar ->EnderCore-1.12.2-0.5.42.jar
EnderIO-1.12.2-5.0.36.jar -> EnderIO-1.12.2-5.0.760-nightly.jar
Problem not showup for test mods list
And also minecraft world load fine for original mods (420 mods)
Thank you for fix problem!
Could you please have a look into the log and see if there are messages with "is being replaced by a recipe from"? Thanks
| gharchive/issue | 2018-10-13T01:35:19 | 2025-04-01T06:37:33.528841 | {
"authors": [
"EpicSquid",
"HenryLoenwind",
"VladimirMangos",
"tyler489"
],
"repo": "SleepyTrousers/EnderIO",
"url": "https://github.com/SleepyTrousers/EnderIO/issues/4897",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2121448203 | v0.11.0 "Sort by name" doesn't work.
As title says.
I can't verify currently but this only happens with the card view, right? The table view does indeed sort by name if you enable it
seems to be working currently
| gharchive/issue | 2024-02-06T18:41:43 | 2025-04-01T06:37:33.566855 | {
"authors": [
"ImUrX",
"darkfader"
],
"repo": "SlimeVR/SlimeVR-Server",
"url": "https://github.com/SlimeVR/SlimeVR-Server/issues/934",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1424294998 | 🛑 My blog(CDN) is down
In 0989b29, My blog(CDN) (https://sbrave.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: My blog(CDN) is back up in 09e777a.
| gharchive/issue | 2022-10-26T15:55:04 | 2025-04-01T06:37:33.577104 | {
"authors": [
"SmartBrave"
],
"repo": "SmartBrave/uptime",
"url": "https://github.com/SmartBrave/uptime/issues/2747",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
987078445 | 🛑 My blog(CDN) is down
In b06a4a8, My blog(CDN) (https://sbrave.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: My blog(CDN) is back up in 2be842f.
| gharchive/issue | 2021-09-02T19:19:02 | 2025-04-01T06:37:33.580420 | {
"authors": [
"SmartBrave"
],
"repo": "SmartBrave/uptime",
"url": "https://github.com/SmartBrave/uptime/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1028030828 | 🛑 My blog(CDN) is down
In 6ac7982, My blog(CDN) (https://sbrave.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: My blog(CDN) is back up in d7eda93.
| gharchive/issue | 2021-10-16T11:56:05 | 2025-04-01T06:37:33.582782 | {
"authors": [
"SmartBrave"
],
"repo": "SmartBrave/uptime",
"url": "https://github.com/SmartBrave/uptime/issues/748",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1879330859 | Terminal opens and closes instantly
Hello! I've tried using eve-ng-integration with urxvt. The problem I've met is that when I tried to connect to my switch, it didn't work. Command "eve-ng-integration telnet://192.168.34.128:30024" in my urxvt does nothing (urxvt just promptly appears and disappears on my screen). I tried to connect using PuTTY and it worked.
I don't know if this is a correct solution but:
I found the problem to be in the python file "eve-ng-integration/bin/eve-ng-integration" in the function "execute" in the Terminal class:
def execute(self, command):
if isinstance(command, (str)):
command = command.split('\n') # here is the problem
term = self._terminal_emulator_cmd()
Popen(term + command)
When "command = command.split('\n')" is changed to "command = command.split(' ')", everything seems to work. The terminal window appears and I have the control of the switch.
I hope it gets fixed soon. Thank you in advance!
I tracked back the problem to commit fixing #8 issue. Reverting back seems to fix the problems of these issues too (at least on my machine). I needed to change _current_desktop to _is_command though. Maybe that was the problem
| gharchive/issue | 2023-09-04T01:09:49 | 2025-04-01T06:37:33.585753 | {
"authors": [
"hinpa"
],
"repo": "SmartFinn/eve-ng-integration",
"url": "https://github.com/SmartFinn/eve-ng-integration/issues/63",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2447042665 | rftr: remove unused browser output objects
What is the problem that this fixes or functionality that this introduces? Does it fix any open issues?
Temporarily resolves #2877
Give a summary of what the PR does, explaining any non-trivial design decisions
Directly stored axtree_txt instead of axtree_object, and extra_element_properties
Removed dom_object
@CodiumAI-Agent /review
PR Reviewer Guide 🔍
⏱️ Estimated effort to review: 3 🔵🔵🔵⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Key issues to review
Error HandlingThe error handling for 'flatten_axtree_to_str' might not be sufficient. It logs the error but does not handle the potential consequences of having an incomplete or incorrect 'axtree_txt'.
Logging DetailsThe error message logged when 'cur_axtree_txt' starts with 'AX Error:' might need more context or details for better debugging.
@CodiumAI-Agent /ask
The error handling for 'flatten_axtree_to_str' might not be sufficient. It logs the error but does not handle the potential consequences of having an incomplete or incorrect 'axtree_txt'.
It has not happened before.
Logging Details
The error message logged when 'cur_axtree_txt' starts with 'AX Error:' might need more context or details for better debugging.
It has not happened before. For now, the error name is attached to it.
Ask❓
The error handling for 'flatten_axtree_to_str' might not be sufficient. It logs the error but does not handle the potential consequences of having an incomplete or incorrect 'axtree_txt'. It has not happened before. > [Logging Details](https://github.com/SmartManoj/Kevin/pull/19/files > The error message logged when 'cur_axtree_txt' starts with 'AX Error:' might need more context or details for better debugging. It has not happened before. For now, the error name is attached to it.
Answer:
Error Handling for flatten_axtree_to_str
The current error handling for flatten_axtree_to_str in the PR does log the error but does not address the potential consequences of having an incomplete or incorrect axtree_txt. Here are a few suggestions to improve the error handling:
Fallback Mechanism: Implement a fallback mechanism to handle the scenario where flatten_axtree_to_str fails. For example, you could use a default or empty string as a fallback value for axtree_txt.
try:
axtree_txt = flatten_axtree_to_str(
obs['axtree_object'], # accessibility tree object
extra_properties=obs['extra_element_properties'], # extra element properties
with_clickable=True,
filter_visible_only=True,
)
except Exception as e:
logger.error(f'Error when trying to process the accessibility tree: {e}')
axtree_txt = 'AX Error: Processing failed'
Detailed Logging: Enhance the logging to include more context, such as the state of the obs object or other relevant details that could help in debugging.
except Exception as e:
logger.error(f'Error when trying to process the accessibility tree: {e}, obs: {obs}')
axtree_txt = 'AX Error: Processing failed'
Error Propagation: Consider propagating the error to higher levels if it is critical for the operation. This can be done by raising a custom exception or returning an error status.
Error Message Context for cur_axtree_txt
The error message logged when cur_axtree_txt starts with 'AX Error:' could indeed benefit from more context. Here are some suggestions:
Include the Original Error: Ensure that the original error message is included in the log for better traceability.
if cur_axtree_txt.startswith('AX Error:'):
error_message = cur_axtree_txt.split(':', 1)[1]
logger.error(f'Error when trying to process the accessibility tree: {error_message}')
return MessageAction('Error encountered when browsing.')
Additional Context: Add more context to the log message, such as the state of the last_obs object or other relevant details.
if cur_axtree_txt.startswith('AX Error:'):
error_message = cur_axtree_txt.split(':', 1)[1]
logger.error(f'Error when trying to process the accessibility tree: {error_message}, last_obs: {last_obs}')
return MessageAction('Error encountered when browsing.')
User-Friendly Message: Ensure that the message returned to the user is informative but not overly technical.
if cur_axtree_txt.startswith('AX Error:'):
error_message = cur_axtree_txt.split(':', 1)[1]
logger.error(f'Error when trying to process the accessibility tree: {error_message}')
return MessageAction('An error occurred while processing the page. Please try again.')
By implementing these suggestions, the error handling and logging can be made more robust and informative, aiding in better debugging and user experience.
| gharchive/pull-request | 2024-08-04T09:51:05 | 2025-04-01T06:37:33.599361 | {
"authors": [
"CodiumAI-Agent",
"SmartManoj"
],
"repo": "SmartManoj/Kevin",
"url": "https://github.com/SmartManoj/Kevin/pull/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2189954648 | How to display temperature instead of humidity with SONOFF SNZB-02 probes?
How to display temperature instead of humidity with SONOFF SNZB-02 probes? Currently, the default display in the Smartthings app is humidity. I would like to have the default temperature.
Additional context
Add any other context or screenshots about the question here.
This sounds like it might be an issue with your device driver. Someone on the SmartThings community forum posted a similar issue with their custom driver for the same device a couple of weeks ago (link); you might be able to find a solution to your problem there. If not, try reaching out to customer support. Good luck!
I had the same problem with the ST driver. I have 4 of these SONOFF devices. Some installed correctly and some were a pain. I was able to get it to default to temperature by uninstalling & reinstalling. Sometimes I had to do this several times. I have since switched to Mariano's edge driver that @Sitlintac mentioned. The only thing I don't like is that he has a virtual thermostat built into his driver that I don't need. You don't have to configure/use it and you still get all of the normal temperature & humidity stuff you want. Mariano also has other edge drivers that I find to be very useful and are worth checking out.
This page is specifically for issues for the SmartThings CLI, which doesn't appear to be related to the problem you're having with your SONOFF devices. I'm sorry to hear that the forum wasn't able to help you solve your problem. Please try reaching out to customer support for further help.
| gharchive/issue | 2024-03-16T12:52:47 | 2025-04-01T06:37:33.605990 | {
"authors": [
"Sitlintac",
"bsf29",
"vallieresluc"
],
"repo": "SmartThingsCommunity/smartthings-cli",
"url": "https://github.com/SmartThingsCommunity/smartthings-cli/issues/602",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1509304415 | Where is Tutorial3_2Screen7?
I just cloned the latest version of this repo and when I tried to build it, it seems that the composable Tutorial3_2Screen7 is missing.
Sorry, i'm current updating Constraints, Layout, Measurable tutorials. I probably missed it while renaming tutorials
Thank you, great repository BTW, this is a great learning resource!
| gharchive/issue | 2022-12-23T12:37:07 | 2025-04-01T06:37:33.607893 | {
"authors": [
"SmartToolFactory",
"alvindizon"
],
"repo": "SmartToolFactory/Jetpack-Compose-Tutorials",
"url": "https://github.com/SmartToolFactory/Jetpack-Compose-Tutorials/issues/1",
"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.