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
2012804862
Foreign key example using fluent mapping @schotime or anyone who can explain. Is there any practical example that demonstrates the use of a foreign key using NPoco's fluent mapping? I searched the Wiki but didn't find consistent material, and here in the issues: https://github.com/schotime/NPoco/issues/232 https://gi...
gharchive/issue
2023-11-27T17:56:19
2025-04-01T06:04:00.827016
{ "authors": [ "mchomem" ], "repo": "schotime/NPoco", "url": "https://github.com/schotime/NPoco/issues/693", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2151704838
Request access for pytables It sounds like it would make sense to include pytables. Originally posted by @jarrodmillman in https://github.com/scientific-python/upload-nightly-action/issues/30#issuecomment-1961682596 @avalentino @FrancescAlted Would you be interested in pytables nightly wheels being hosted on https:...
gharchive/issue
2024-02-23T19:50:59
2025-04-01T06:04:00.880754
{ "authors": [ "matthewfeickert" ], "repo": "scientific-python/upload-nightly-action", "url": "https://github.com/scientific-python/upload-nightly-action/issues/70", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
736750120
Ensure medRxiv articles are not included in a PCI feed Problem: https://staging.sciety.org/articles/10.1101/2020.06.03.20119925 reviewed by a PCI is on Medrxiv, so the Biorxiv API doesn't provide version information (and it states incorrectly that it was published on Biorxiv). There's some post mortem material in thi...
gharchive/issue
2020-11-05T09:07:50
2025-04-01T06:04:00.885340
{ "authors": [ "giorgiosironi", "thewilkybarkid" ], "repo": "sciety/sciety", "url": "https://github.com/sciety/sciety/issues/311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
956669316
3.3.2 -> 3.3.3 contains breaking change Last release bumps jpeg-js from 0.3 to 0.4 which drops Node 6 support. This effectively means that get-pixels has now also dropped support for Node 6. I would argue that this is a breaking change. I propose 3.3.3 should be nerfed and re-released as 4.0.0 Indeed. The release n...
gharchive/issue
2021-07-30T11:40:44
2025-04-01T06:04:00.890912
{ "authors": [ "GraanJonlo", "ericblade", "striezel", "vNNi" ], "repo": "scijs/get-pixels", "url": "https://github.com/scijs/get-pixels/issues/54", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1870034288
Update configuration keys Description Update the configuration keys in .readthedocs.yml file (depreciated keys to be changed). Fixes failed documentation build. Type of change Bug fix (non-breaking change which fixes an issue) Checklist [x] I have read the contributing guidelines [x] I have updated the HISTORY.rst...
gharchive/pull-request
2023-08-28T15:56:48
2025-04-01T06:04:00.960509
{ "authors": [ "codecov-commenter", "thibaultcordier" ], "repo": "scikit-learn-contrib/MAPIE", "url": "https://github.com/scikit-learn-contrib/MAPIE/pull/343", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
223522850
Broken pipe error with skvideo.io.vwrite Hi, I am getting a broken pipe error with a list of numpy frames. The shape is (no_frames, h, w, 3). Is there anything I am doing wrong ? skvideo.io.vwrite("outputvideo.mp4", frames, backend="libav") File "/home/jj/miniconda3/lib/python3.6/site-packages/skvideo/io/io.py", line...
gharchive/issue
2017-04-21T23:39:02
2025-04-01T06:04:01.016181
{ "authors": [ "beyondmetis", "joemathai" ], "repo": "scikit-video/scikit-video", "url": "https://github.com/scikit-video/scikit-video/issues/32", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1066485593
Clarifying spaces During training: using torch_trilinear_interpolation, which requires vox and corner During tracking: we will be setting voxmm and corner everywhere, as in scilpy. To prepare this, adding the resolution in the hdf5 file and in the loaded lazy/non-lazy data. Hello @EmmaRenauld! Thanks for opening ...
gharchive/pull-request
2021-11-29T20:47:30
2025-04-01T06:04:01.020454
{ "authors": [ "EmmaRenauld", "pep8speaks" ], "repo": "scil-vital/dwi_ml", "url": "https://github.com/scil-vital/dwi_ml/pull/75", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2370680108
feat: add support for f144 and tdct message types Fixes #171 ~Draft because needs tests~ There are quite a lot of changes, this is because there were some assumptions in the old code that did not hold for the new streams. The old code assumed a module is the single child of a group, and all data sets in the group are...
gharchive/pull-request
2024-06-24T16:46:54
2025-04-01T06:04:01.025310
{ "authors": [ "YooSunYoung", "jokasimr" ], "repo": "scipp/beamlime", "url": "https://github.com/scipp/beamlime/pull/211", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
59004112
BUG: tf filter trailing and leading zeros in residuez Originally in https://github.com/scipy/scipy/issues/4464, a bug I noticed: residue([6, 0], [1, 5, 8, 4]) Out[33]: (array([ 6., 12., -6.]), array([-2., -2., -1.]), array([ 0.])) residue([0, 0, 6, 0], [1, 5, 8, 4]) Out[34]: (array([ 6., 12., -6.]), array([-2....
gharchive/issue
2015-02-26T01:44:11
2025-04-01T06:04:01.036622
{ "authors": [ "endolith", "larsoner", "nmayorov" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/issues/4561", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
238802296
BUG: scipy.sparse.csc_matrix: matrix multiplication with nan At the matrix multiplication with scipy.sparse.csc_matrix matrices, nan * 0 results in 0 and not in nan as in the dense case. Look at this short example: A = scipy.sparse.csc_matrix([[np.nan, 1], [2, 3]]) B = scipy.sparse.csc_matrix([[0, 0], [0, 1]]) Here ...
gharchive/issue
2017-06-27T10:15:33
2025-04-01T06:04:01.041202
{ "authors": [ "jor-", "perimosocordiae" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/issues/7532", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
526361599
MAINT: backports for 1.3.3 Backports: #11034 1.3.3 will aim to fix the Python 3.8/Windows multiprocessing issues in the test suite & the DLL problem fixed in wheels repo: https://github.com/MacPython/scipy-wheels/pull/59 @ilayn @rgommers Do release notes look "ok" for this single PR backport/release? The merge confl...
gharchive/pull-request
2019-11-21T04:44:12
2025-04-01T06:04:01.044737
{ "authors": [ "rgommers", "tylerjereddy" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/pull/11102", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1080385005
MAINT: stats: batch permutation t-test Reference issue Supersedes gh-14206 gh-4824 gh-13371 gh-14126 What does this implement/fix? To reduce memory consumption, this processes the permutation t-test in batches of size 50 rather than all permutations at once. This was considered in gh-4824, but not implemented initial...
gharchive/pull-request
2021-12-14T23:13:04
2025-04-01T06:04:01.048994
{ "authors": [ "mdhaber", "tylerjereddy" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/pull/15215", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2589582242
ENH: signal: add array API support / delegation to lfilter et al Is on top of https://github.com/scipy/scipy/pull/20772 Add array API / delegation support to more routines from signaltools: lfilter, sosfilt, filtfilt, sosfiltfilt. Also lfiltic and lfilt_zi. While at it, also add deconvolve since it's only a small thi...
gharchive/pull-request
2024-10-15T18:43:13
2025-04-01T06:04:01.056265
{ "authors": [ "andfoy", "ev-br" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/pull/21713", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
119348924
Added functionality to the stats.sigmaclip function Added the iters keyword to sigmaclip as well as the ability to use custom functions to calculate the average value and the standard deviation value - This functionality has been adapted from the astropy/stats/sigma_clip function. Looks like this PR has some issues...
gharchive/pull-request
2015-11-29T09:47:42
2025-04-01T06:04:01.059993
{ "authors": [ "Kitchi", "ev-br" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/pull/5559", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
239932822
DOC: make a note in benchmarks README on how to run without rebuilding. [ci skip] Suggestion of @mdhaber, documenting that option more prominently to avoid expensive builds makes sense I think. Thanks Ralf
gharchive/pull-request
2017-07-01T07:06:44
2025-04-01T06:04:01.061151
{ "authors": [ "ev-br", "rgommers" ], "repo": "scipy/scipy", "url": "https://github.com/scipy/scipy/pull/7548", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
416811580
Gathering all changes in one place Fixes and new tickers supported https://github.com/sciris/mpld3/pull/7 Testing added using a headless browser (puppeteer) https://trello.com/c/ZM1mcxnb/6-automated-testing-of-mpld3-outputs Bug fixes "Legend Scatter test - legend dots no longer show up" @parhammmm do you want to ...
gharchive/pull-request
2019-03-04T13:53:13
2025-04-01T06:04:01.063600
{ "authors": [ "cliffckerr", "parhammmm" ], "repo": "sciris/mpld3", "url": "https://github.com/sciris/mpld3/pull/10", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
99281041
Consider splitting math_libs.cmake into modules supporting one library only. The module math_libs.cmake is monolithic and relatively convenient but rather complex, difficult to extend and understand, in particular for non-experts in CMake. I would like to discuss here the possibility to split it into separate modules...
gharchive/issue
2015-08-05T19:33:44
2025-04-01T06:04:01.071454
{ "authors": [ "bast", "miroi" ], "repo": "scisoft/autocmake", "url": "https://github.com/scisoft/autocmake/issues/60", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
67829590
Docs for ActivityWorker once #24 is in +1. Specifically, the coordinated handlers could use some documentation. Not really clear what start, tick, and cancel functions should be responsible for and what state they should maintain (if any.) not really docs, but the tests have 3 examples of coordinated handlers h...
gharchive/issue
2015-04-11T20:23:39
2025-04-01T06:04:01.087230
{ "authors": [ "ryanwalls", "sclasen" ], "repo": "sclasen/swfsm", "url": "https://github.com/sclasen/swfsm/issues/25", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
596499536
Variable for the current page? I'd like to access the URL slug of the currently rendered page (e.g. blog/index, about) within a template. Is there a way to do that? Hi @evanmiller There isn't a slug built in, but you could add a page variable at the top of the page template: --- slug: 'blog/index' --- And then acc...
gharchive/issue
2020-04-08T11:15:02
2025-04-01T06:04:01.109769
{ "authors": [ "evanmiller", "samcns", "scmorrison", "thowe" ], "repo": "scmorrison/uzu", "url": "https://github.com/scmorrison/uzu/issues/46", "license": "artistic-2.0", "license_type": "permissive", "license_source": "bigquery" }
948901917
🛑 SCNU Online Judge is down In 110cd1d, SCNU Online Judge (https://oj.socoding.cn/) was down: HTTP code: 0 Response time: 0 ms Resolved: SCNU Online Judge is back up in d5e57df.
gharchive/issue
2021-07-20T17:58:36
2025-04-01T06:04:01.112268
{ "authors": [ "SoCoding-SCNU" ], "repo": "scnu-socoding/status", "url": "https://github.com/scnu-socoding/status/issues/81", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1594879704
lack of file libembree.so.2 when importing rtcore_scene I use the command to install the latest pyembree. $ conda install -c conda-forge pyembree The following import shows an error: from pyembree import rtcore_scene Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: libembree.so....
gharchive/issue
2023-02-22T10:48:44
2025-04-01T06:04:01.116293
{ "authors": [ "kentechx", "lch32111" ], "repo": "scopatz/pyembree", "url": "https://github.com/scopatz/pyembree/issues/36", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
527507635
Using the "down" arror key and when scrolling the column on bottom always displays 1 The steps to reproduce. Open a new terminal and start xo Press the end key to go to end of the line Press the down key until you get to the bottom of the screen Keep pressing the down key and notice the column is stuck on 1 I notic...
gharchive/issue
2019-11-23T04:19:11
2025-04-01T06:04:01.118089
{ "authors": [ "rovitotv" ], "repo": "scopatz/xo", "url": "https://github.com/scopatz/xo/issues/27", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
585636666
Implement modal progress hud A flutter widget modal_progress_hud is included to improve user experience. This widget will create a nice spinning effect while firebase do the authentication. @viradhanus its always great to have an image or screenshot, so that we can directly view this. :)
gharchive/pull-request
2020-03-22T03:28:51
2025-04-01T06:04:01.122020
{ "authors": [ "rohanprasadofficial", "viradhanus" ], "repo": "scorelab/dengue-stop", "url": "https://github.com/scorelab/dengue-stop/pull/180", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
172007521
Mocha debug When launching mocha-debug-XXX with a 'debugger;' statement, the debugger launches, ignores the debugger and the test suite finisches without allowing to debug. By moving the debug option from node to mocha, the debugger stops nicely on the breakpoint, and it works as expected. (this issue is perfectly re...
gharchive/pull-request
2016-08-18T21:39:17
2025-04-01T06:04:01.150132
{ "authors": [ "CestDiego", "RockyRoad29", "ptillemans", "scottaj" ], "repo": "scottaj/mocha.el", "url": "https://github.com/scottaj/mocha.el/pull/37", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
509384175
Create contributing document What I currently have on the README is very quickly going to get out of hand. I would like to have an in-depth contributing document to help contributors get started with quality submissions. I would like to work on it . If this has not been completed, I would like to work on this iss...
gharchive/issue
2019-10-19T03:09:59
2025-04-01T06:04:01.192621
{ "authors": [ "ananya218", "imadarshj", "preetilolla", "scrabill" ], "repo": "scrabill/how-many-days-until-halloween", "url": "https://github.com/scrabill/how-many-days-until-halloween/issues/360", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
494368624
Jinja report Add a new html report #164 This is a draft PR to include a new jinja2 report to Arche. The Report class was been refactored to permit multiples report types/styles. Remaining tasks [x] Remove icon when there's more data to show [x] Clickable links opens in a new tab [x] Fix plots [x] Fix data_quality_r...
gharchive/pull-request
2019-09-17T02:36:55
2025-04-01T06:04:01.204218
{ "authors": [ "ejulio", "manycoding", "simoess" ], "repo": "scrapinghub/arche", "url": "https://github.com/scrapinghub/arche/pull/168", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1111474215
🛑 Material Tetris is down In d9d13ae, Material Tetris (https://tetris.atanas.info) was down: HTTP code: 0 Response time: 0 ms Resolved: Material Tetris is back up in 31d78ab.
gharchive/issue
2022-01-22T11:25:32
2025-04-01T06:04:01.221504
{ "authors": [ "scriptex" ], "repo": "scriptex/uptime", "url": "https://github.com/scriptex/uptime/issues/1086", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
936084536
Running PagePark on Glitch Initial Setup Signup or Login to at https://glitch.com/ Scroll to the bottom of the page that says “Manage Your Projects” and in the box that says “Import from Github” paste (without quotes) “https://github.com/scripting/pagePark.git” and click “Let’s go.” If you already have projects you...
gharchive/issue
2021-07-02T21:53:42
2025-04-01T06:04:01.228879
{ "authors": [ "andrewshell", "andysylvester", "dcoletta", "rjeffries", "scripting" ], "repo": "scripting/pagePark", "url": "https://github.com/scripting/pagePark/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2492715733
Setting to run in background? I'm running the indiserver on a RPi4b in a virtual env and it runs fine until I close the terminal session where I started it. Then it stops. Is there a setting to run in the background? Thanks. There are many option. You can also use the screen command which allows to get the termi...
gharchive/issue
2024-08-28T18:14:05
2025-04-01T06:04:01.231205
{ "authors": [ "scriptorron", "wjschmitt" ], "repo": "scriptorron/indi_pylibcamera", "url": "https://github.com/scriptorron/indi_pylibcamera/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
149125759
FulLostLoanNotificationLetter: Mangler info om enumeration (hefte/bind/år) Nå får vi bare med tittelen på tidsskriftet... Problemet ser ut til å være at item_loan/description ikke fylles ut. Under phys_item_display finnes: <chron_i>2003</chron_i> <enum_b>77</enum_b> Men "2003 (77)" finnes intetsteds. ...
gharchive/issue
2016-04-18T11:38:11
2025-04-01T06:04:01.233947
{ "authors": [ "danmichaelo" ], "repo": "scriptotek/alma-slipsomat", "url": "https://github.com/scriptotek/alma-slipsomat/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
62770507
Can't override 'go vet' executable (can override golint though) I'm doing some development and want to use an alternate go vet to check some things. I do the same for golint, so I do something like this: let g:syntastic_go_golint_exec = '~/bin/mygolint' let g:syntastic_go_govet_exec = '~/bin/mygovet' For golint (myg...
gharchive/issue
2015-03-18T18:46:27
2025-04-01T06:04:01.242454
{ "authors": [ "aktau", "lcd047" ], "repo": "scrooloose/syntastic", "url": "https://github.com/scrooloose/syntastic/issues/1364", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
631706032
idaNode request PUBLIC IP: 37.187.121.2 PUBKEY_IDANODE: 02334a912e1f10311191721951aa053e3b1ff2444e6e97fbdfb4ca6e051dd6a189 Assigned domain is https://idanodejs12.scryptachain.org please run following commands inside scrypta-idanodejs folder: chmod 777 secure.sh ./secure.sh idanodejs12.scryptachain.org Last command ...
gharchive/issue
2020-06-05T15:49:51
2025-04-01T06:04:01.265932
{ "authors": [ "archimedix", "turinglabsorg" ], "repo": "scryptachain/scrypta-idanode-network", "url": "https://github.com/scryptachain/scrypta-idanode-network/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
922776610
Prototype Pollution The Prototype Pollution fix can be partially bypassed and used to create props Array.prototype[NUMBER]. > deparam = require('deparam.js') > deparam('a=a&a[__proto__][123]=xxx') > Array.prototype[123] 'xxx' Please check now! New version has been released to npm.
gharchive/issue
2021-06-16T15:39:19
2025-04-01T06:04:01.267541
{ "authors": [ "BlackFan", "scssyworks" ], "repo": "scssyworks/deparam.js", "url": "https://github.com/scssyworks/deparam.js/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
637498116
Sink does not support update operation It would be highly useful to support not only insert and delete but also update. That would allow live migrations using Change Data Capture as a source of data. It seems that headers in kafka message could be use to distinguish inserts and updates. That would also allow implem...
gharchive/issue
2020-06-12T05:38:15
2025-04-01T06:04:01.308668
{ "authors": [ "haaawk", "mailmahee" ], "repo": "scylladb/kafka-connect-scylladb", "url": "https://github.com/scylladb/kafka-connect-scylladb/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2171294116
Sprinkle #[inline] across scylla-cql crate to allow inlining into scylla crate Motivation Having read the guidelines on inlining (highly recommended for everyone!), I've understood that adding #[inline] explicitly is required to allow inlining across crates. Problem scylla-cql crate's functions are largely short ones...
gharchive/issue
2024-03-06T11:33:38
2025-04-01T06:04:01.328742
{ "authors": [ "Lorak-mmk", "mykaul", "wprzytula" ], "repo": "scylladb/scylla-rust-driver", "url": "https://github.com/scylladb/scylla-rust-driver/issues/949", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
137126882
how to use in windows Hello I'm new in python, and I want to make simple python snippet code to check my Laptop support intel vPro or not, Is this code can check that? if can how to use this package to check that Thanks This isn't really designed for testing a platform, you have to do a ton of setup first to make i...
gharchive/issue
2016-02-29T02:00:55
2025-04-01T06:04:01.403106
{ "authors": [ "repodevs", "sdague" ], "repo": "sdague/amt", "url": "https://github.com/sdague/amt/issues/7", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
206332463
.serialize() behaves differently depending on the object instance serialize() appears to be returning different dicts depending on how the model instance was created. For instance: # model instance return by Model.create book = Book.create(name='Test book', value=1.99) book.serialize() # {'id': 1, 'name': 'Test book'...
gharchive/issue
2017-02-08T21:38:06
2025-04-01T06:04:01.416151
{ "authors": [ "denislins", "sdispater" ], "repo": "sdispater/orator", "url": "https://github.com/sdispater/orator/issues/142", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
332679961
Artyom.js running but not recognizing voice in some network Hi team, I am try to use Artyom.js as a react application and able to convert voice to text in my home wifi network and everything is running fine but when I switch to office vpn or office network it stops converting voice to text. Even in the artyom.js webs...
gharchive/issue
2018-06-15T07:57:57
2025-04-01T06:04:01.419586
{ "authors": [ "flappy007", "shahrin-14" ], "repo": "sdkcarlos/artyom.js", "url": "https://github.com/sdkcarlos/artyom.js/issues/63", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
589286932
PR 2: Formatting Includes commits from PR 1. Standardized formatting of files: use tab indents removed trailing spaces standardized enclosure spacing (parentheses, braces, brackets) [X] a conversation was held in the appropriate SDKMAN Slack channel. [ ] a Github Issue was opened for this feature / bug. [...
gharchive/pull-request
2020-03-27T17:23:24
2025-04-01T06:04:01.422265
{ "authors": [ "marc0der", "rgoldberg" ], "repo": "sdkman/sdkman-cli", "url": "https://github.com/sdkman/sdkman-cli/pull/736", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
233761645
Add tests for ListCommand Part of #327. v1 @yamgent submitted v1 for review. [v1 1/1] Add ListCommandTest (:books: Archive) Checkout this PR version locally git fetch https://github.com/se-edu/addressbook-level4.git refs/pr/473/1/head:BRANCHNAME where BRANCHNAME is the name of the local branch you wish to fetch...
gharchive/pull-request
2017-06-06T02:23:39
2025-04-01T06:04:01.456643
{ "authors": [ "CanIHasReview", "yamgent" ], "repo": "se-edu/addressbook-level4", "url": "https://github.com/se-edu/addressbook-level4/pull/473", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
119265256
求教 :grunt 打包 seajs 后,访问地址 指向不正确问题 我这里的js加载路径,一直访问不正确--,什么地方配置有问题啊,求指点,万分感谢 不知道,上面的多了个seajs这个目录是怎么设定的,求知道,--初次接触,求指导,万分感谢 改成 base: './assets/scripts/' 应该就好了。 代码写错了 base 那里 。! 感谢您的回复。。,呵呵已经是15年的事情了,到现在都没搞seajs。。
gharchive/issue
2015-11-28T02:18:21
2025-04-01T06:04:01.470772
{ "authors": [ "JianyuC", "fedwatch", "saury" ], "repo": "seajs/seajs", "url": "https://github.com/seajs/seajs/issues/1627", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1028143296
Update build configuration The build configuration of this project is outdated and may no longer work. This pull request will be merged automatically if there are no conflicts. :tada: This PR is included in version 4.0.26 :tada: The release is available on: npm package (@latest dist-tag) GitHub release Your seman...
gharchive/pull-request
2021-10-16T20:38:10
2025-04-01T06:04:01.478632
{ "authors": [ "comgit" ], "repo": "sealsystems/node-request-service", "url": "https://github.com/sealsystems/node-request-service/pull/149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1784804126
Update build configuration The build configuration of this project is outdated and may no longer work. This pull request will be merged automatically if there are no conflicts. :tada: This PR is included in version 2.6.0 :tada: The release is available on: npm package (@latest dist-tag) GitHub release Your semant...
gharchive/pull-request
2023-07-02T19:36:06
2025-04-01T06:04:01.480866
{ "authors": [ "comgit" ], "repo": "sealsystems/node-tlscert", "url": "https://github.com/sealsystems/node-tlscert/pull/559", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
585495911
lvscare设计 lvscare create / delete / reload start 创建ipvs规则并创建虚拟网卡(可配置) 并定时刷新规则 stop 删除所有配置的规则 reload 重新加载配置 /etc/lvscare/conf.d 新增 .yaml 配置读取对应的配置 配置lvscare.service start等于之前的care是吧,网卡绑定我忘记好像有些情况导致不通 网卡绑定可能得加条原地址转换规则 create、delete 还是 start/stop 合适? 合并之前的create/care 命令,没必要拆成俩 绑定网卡我是想跟k8s一样就好了。这个后面做到这在看。看看...
gharchive/issue
2020-03-21T13:06:21
2025-04-01T06:04:01.492537
{ "authors": [ "cuisongliu", "evanlixin", "fanux", "zshi456" ], "repo": "sealyun/lvscare", "url": "https://github.com/sealyun/lvscare/issues/9", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
597610058
Manually populate cookie store Went through the documentation and I couldn't find a way to manually insert cookies into the cookie storage. My use case is that once I login into the website, the same response cookies would work for some other domains, so I want to create new cookies, with different domains values int...
gharchive/issue
2020-04-09T23:27:26
2025-04-01T06:04:01.516099
{ "authors": [ "Boscop", "Freyskeyd", "saskenuba" ], "repo": "seanmonstar/reqwest", "url": "https://github.com/seanmonstar/reqwest/issues/874", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2032689682
Improve interoperability with http I made a few changes to make reqwest types compatible with http types. This will enable a lot of interesting uses (such as a reverse proxy, example code attached in the end). By interoperability with http I mean the following four components: impl TryFrom from http::Request<http::B...
gharchive/pull-request
2023-12-08T13:49:04
2025-04-01T06:04:01.522930
{ "authors": [ "seanmonstar", "shouya" ], "repo": "seanmonstar/reqwest", "url": "https://github.com/seanmonstar/reqwest/pull/2060", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2422599568
ci-yocto-weekly: increase pcap loop Now that we've corrected the problem with the long test script, we can increase the number of pcap loops,which will increase the test duration. @eroussy Do we need to keep this PR? The CI will be refactored to be used on all machines. This will be handled at this moment.
gharchive/pull-request
2024-07-22T11:09:41
2025-04-01T06:04:01.527848
{ "authors": [ "bchedotel", "dupremathieu", "eroussy" ], "repo": "seapath/ansible", "url": "https://github.com/seapath/ansible/pull/569", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
165584494
Support for AWS Elasticsearch Service AWS Elasticsearch service accepts only signed requests (AWS4 Signature that is generated from all request components [method, uri, payload, datestamp, secretkey, key ... etc]) Version 2.0.0 of Jest doesn't support this feature. Even doing it manually by adding the required header...
gharchive/issue
2016-07-14T15:06:41
2025-04-01T06:04:01.539357
{ "authors": [ "khundaqji", "marcelalburg", "thesmith" ], "repo": "searchbox-io/Jest", "url": "https://github.com/searchbox-io/Jest/issues/382", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
810796046
seata1.3 at模式下 偶发出现 locktable写入时主键重复 [ ] I have searched the issues of this repository and believe that this is not a duplicate. Ⅰ. Issue Description TC端偶发的报错 看异常信息应该是写入locktable时主键重复 Ⅱ. Describe what happened 偶发 TC端日志 Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry 'jdbc:mysql://10.5....
gharchive/issue
2021-02-18T06:15:21
2025-04-01T06:04:01.554454
{ "authors": [ "a364176773", "livingstone29" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/issues/3521", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
548799663
optimize: change the script of create undo_log in postgresql Ⅰ. Describe what this PR did support PostgreSQL Ⅱ. Does this pull request fix one issue? #1972 Ⅲ. Why don't you add test cases (unit test/integration test)? Ⅳ. Describe how to verify it Ⅴ. Special notes for reviews Codecov Report :exclamation: No coverag...
gharchive/pull-request
2020-01-13T09:19:27
2025-04-01T06:04:01.563045
{ "authors": [ "codecov-io", "jaspercloud", "slievrly" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/pull/2177", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1553109007
add the #nostr tag to this repo Would it be possible to add the #nostr tag to this repo I'll show up in this nice list here: https://github.com/topics/nostr Sure! Where do I do that? From web go to the repo main page and edit the "About" in top right. Thank you :D Done.
gharchive/issue
2023-01-23T13:32:20
2025-04-01T06:04:01.616570
{ "authors": [ "gourcetools", "sebastiansieber" ], "repo": "sebastiansieber/nostr-nip05-verification", "url": "https://github.com/sebastiansieber/nostr-nip05-verification/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2467599694
REPL possibility? Would there be any way we could create a REPL environment by storing / parsing global set variables etc? (as well is there a way to set process.argv as global?) If you set env.MY_ENV_VAR, it will be automatically set to process.env.MY_ENV_VAR. MY_ENV_VAR can be a string or number, or function or o...
gharchive/issue
2024-08-15T07:58:41
2025-04-01T06:04:01.628882
{ "authors": [ "MarketingPip", "sebastianwessel" ], "repo": "sebastianwessel/quickjs", "url": "https://github.com/sebastianwessel/quickjs/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1236055553
🔧 Update template This pull request merges the current state of the template used here into this project so that it is up to date. :tada: This PR is included in version 1.0.2 :tada: The release is available on: v1.0.2 GitHub release Docker container (sebbo2002/vestaboard2mqtt:1.0.2) v1.0.2 Your semantic-release ...
gharchive/pull-request
2022-05-14T16:14:22
2025-04-01T06:04:01.637123
{ "authors": [ "sebbo2002" ], "repo": "sebbo2002/vestaboard2mqtt", "url": "https://github.com/sebbo2002/vestaboard2mqtt/pull/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
101375003
Granular up-scaling and new scaling metrics - Issue #252 (#257) Hi, As you've asked the pull request is against this branch now. Regards, David Thanks for this, I have merged you changes and will finalize my changes. This is soon to be released! This has now been released in version 2.0.0. Thanks again for the co...
gharchive/pull-request
2015-08-17T09:10:25
2025-04-01T06:04:01.638683
{ "authors": [ "omnidavesz", "sebdah" ], "repo": "sebdah/dynamic-dynamodb", "url": "https://github.com/sebdah/dynamic-dynamodb/pull/258", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1955586192
Costin Updated output great job! thank you
gharchive/pull-request
2023-10-21T17:16:26
2025-04-01T06:04:01.662609
{ "authors": [ "VACostin", "sebiboga" ], "repo": "sebiboga/humans-txt", "url": "https://github.com/sebiboga/humans-txt/pull/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1696557517
SL-18330: In XML formatter, avoid adding call stack depth. Making LLSDXMLFormatter._elt() accept a lambda was a tricky way to minimize source changes to existing _elt() calls in _ARRAY() and _MAP(). The trouble is that that added function entries for each level of a deeply-nested LLSD structure -- and with our users,...
gharchive/pull-request
2023-05-04T19:11:54
2025-04-01T06:04:01.823919
{ "authors": [ "LogLinden", "nat-goodspeed" ], "repo": "secondlife/python-llsd", "url": "https://github.com/secondlife/python-llsd/pull/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2397265075
K8S点对点Runp模式运行测试作业时,任务一直pending Issue Type Others Search for existing issues similar to yours No Kuscia Version latest Link to Relevant Documentation No response Question Details 通过下面deployment.yaml拉起pod,使用的镜像是latest apiVersion: apps/v1 kind: Deployment metadata: name: kuscia-autonomy-alice namespace: autonomy-al...
gharchive/issue
2024-07-09T06:30:24
2025-04-01T06:04:01.837142
{ "authors": [ "PlanetAndMars", "aokaokd", "magic-hya", "zimu-yuxi" ], "repo": "secretflow/kuscia", "url": "https://github.com/secretflow/kuscia/issues/371", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
702575037
fix TLS for active connections based on RFC 4217, section 7, for active connections the FTP client MUST be the TLS client and the FTP server MUST be the TLS server After fixing the proftpd link travis test pass again. I tryed to update to the latest pure-ftpd and proftpd versions but with new versions these tests f...
gharchive/pull-request
2020-09-16T08:42:18
2025-04-01T06:04:01.839295
{ "authors": [ "drakkan" ], "repo": "secsy/goftp", "url": "https://github.com/secsy/goftp/pull/52", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1046033885
[Networking} Smart Out-of-Band Management and End-to-end network resilience for a Resilient SD-WAN Proposed title of article Smart Out-of-Band Management and End-to-end network resilience for a Resilient SD-WAN Proposed article introduction Now more than ever, the efficiency gained by SD-WAN will prove pivotal, but t...
gharchive/issue
2021-11-05T16:32:46
2025-04-01T06:04:01.844068
{ "authors": [ "Kayere", "jesmweni" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/issues/4822", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1113532493
Understanding Moore Penrose Pseudoinverse with Python Article checklist Attention Our Peer Reviewer and Content Moderator teams do NOT provide any revisions services. All revisions and edits should be completed on your own forked repo (as to not take up room in the queue) in order for our team to review them all in a...
gharchive/pull-request
2022-01-25T07:40:51
2025-04-01T06:04:01.859377
{ "authors": [ "Madrinmarison", "hectorkambow", "lalith1403", "mercymeave" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/pull/6235", "license": "Apache-2.0", "license_type": "permissive", "li...
713732881
Add securityContexts to secureCodeBox Components Add configurable Kubernetes securityContext to all included pods. For all direct "secureCodeBox" components (Operator, Lurcher, Parser & Hooks) these are completely pre-configured to enable all securityContext features which are generally available on all supported Kub...
gharchive/pull-request
2020-10-02T16:02:59
2025-04-01T06:04:01.869583
{ "authors": [ "J12934" ], "repo": "secureCodeBox/secureCodeBox-v2", "url": "https://github.com/secureCodeBox/secureCodeBox-v2/pull/129", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
310959111
hide the download button Hi, Thanks for building this awesome package. I want to make a small change where we give a prop to hide the download button. So if we have a prop hideElement set to true on ExcelFile, we directly download the file without rendering the download button. I made the change and have a branch rea...
gharchive/issue
2018-04-03T19:04:18
2025-04-01T06:04:01.871282
{ "authors": [ "ganesh-sanap", "rajeshgutta" ], "repo": "securedeveloper/react-data-export", "url": "https://github.com/securedeveloper/react-data-export/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1651155062
Support vitest? Vitest is for the most part an almost drop in replacement for Jest. Should we add another option for being able to run with vitest as well? https://vitest.dev/ Last I checked, vitest does not support CJS mocks which means we would have to migrate to ESM https://github.com/seek-oss/skuba/issues/398 b...
gharchive/issue
2023-04-03T00:32:37
2025-04-01T06:04:01.889847
{ "authors": [ "samchungy" ], "repo": "seek-oss/skuba", "url": "https://github.com/seek-oss/skuba/issues/1142", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2299303326
bump go mod Describe your changes and provide context Testing performed to validate your change Codecov Report All modified and coverable lines are covered by tests :white_check_mark: Project coverage is 60.86%. Comparing base (915e44c) to head (51373bf). Additional details and impacted files @@ Cover...
gharchive/pull-request
2024-05-16T04:16:49
2025-04-01T06:04:01.989942
{ "authors": [ "codecov-commenter", "philipsu522" ], "repo": "sei-protocol/sei-chain", "url": "https://github.com/sei-protocol/sei-chain/pull/1674", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
913076521
adelie7273さんのリクエスト そのうち実装する field + block dataをdebug infoに加える ゲーム終了時、field+blockとコマンドのペアをcsvファイルで出す(機械学習用) ログからの再生 field + block dataをdebug infoに加える 上記はdebug infoにデータを追加したら良さそう。 ゲーム終了時、field+blockとコマンドのペアをcsvファイルで出す(機械学習用) ログからの再生 上記は自動操作、マニュアル操作時どちらにも対応できるような仕組みにした方がよさそう。 以下は実施済み field + block dataをdeb...
gharchive/issue
2021-06-07T04:27:59
2025-04-01T06:04:01.994255
{ "authors": [ "seigot" ], "repo": "seigot/tetris_game", "url": "https://github.com/seigot/tetris_game/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
10971977
possible to hide search drop down in tags mode when working with a blank data set? For a basic tagging use with no data set. ex. .select2({ multiple: true, allowclear: true, tags: [], tokenSeparators: [',', ' '] }); can it be possible to hide the search dropdown that appears w...
gharchive/issue
2013-02-13T21:03:23
2025-04-01T06:04:02.016740
{ "authors": [ "MattyBearBytes", "RadioWorkflowInc", "Saeven", "TheFabio", "Zxurian", "dlydiard", "mmikkel", "nrohler", "nwalters512", "pablo-meyer", "pgifford", "raffw7912", "stileinverso", "tanmad21" ], "repo": "select2/select2", "url": "https://github.c...
55911343
Server log does not contain information about queries and responses since 0.13 Till Selendroid 0.12 there were some useful messages in a log, describing queries to server on device and responses to tests. It was like: INFO: Payload? {"using":"id","value":"login_button"} Since Selendroid 0.13 they are gone. I cannot s...
gharchive/issue
2015-01-29T15:16:24
2025-04-01T06:04:02.019905
{ "authors": [ "PavelKulagin", "asm89" ], "repo": "selendroid/selendroid", "url": "https://github.com/selendroid/selendroid/issues/793", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1997798385
Some files get corrupted after running through the pre-commit When committing files like.pdf or .png, the file will become corrupted. If you commit the same files with --no-verify, skipping the pre-commit, the file will not be corrupted. Something in the pre-commit is causing these files to become corrupt. The seri...
gharchive/issue
2023-11-16T21:17:17
2025-04-01T06:04:02.033624
{ "authors": [ "coltonglasgow", "rjyounes" ], "repo": "semanticarts/gist", "url": "https://github.com/semanticarts/gist/issues/1010", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
574062781
BUG: ?meta ignored on GET /things if no id specified Reproduce Add thing that has meta info GET /v1/things/{id} GET /v1/things/ Expected behavior Both requests include meta info Actual behavior Single request contains meta List request ignores meta Discovered as part of implementation of #1041
gharchive/issue
2020-03-02T15:44:38
2025-04-01T06:04:02.036793
{ "authors": [ "etiennedi" ], "repo": "semi-technologies/weaviate", "url": "https://github.com/semi-technologies/weaviate/issues/1099", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
665269173
python client: URL has no propper form: http://zeus:8080 taken from https://www.semi.technology/documentation/weaviate/current/client-libs/python.html example and replaced "localhost" with "zeus": def testWeaviate(self): client = weaviate.Client("http://zeus:8080") client.create_schema("https://raw.g...
gharchive/issue
2020-07-24T16:08:38
2025-04-01T06:04:02.042734
{ "authors": [ "WolfgangFahl", "fefi42" ], "repo": "semi-technologies/weaviate", "url": "https://github.com/semi-technologies/weaviate/issues/1216", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2054621140
Fix Ollama support/support new Ollama chat API. Ollama is not working correctly with Amica. Recommend using Chat API. Ollama has a Chat API as of v0.1.14 Ollama also has support for images via the Chat API as of v0.1.15 Thanks for your work on this! Strangely, Ollama works with Amica (on a Macbook Pro M1) if I ru...
gharchive/issue
2023-12-23T02:11:43
2025-04-01T06:04:02.047535
{ "authors": [ "Vorlent", "andyccliao", "kasumi-1" ], "repo": "semperai/amica", "url": "https://github.com/semperai/amica/issues/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
477571694
App Engine's doc site is removing code examples The following page in the SendGrid documentation will be out of date as of 8/7/19: https://sendgrid.com/docs/for-developers/partners/google/ The page sends readers to https://cloud.google.com/appengine/docs/standard/*/mail/sendgrid for code examples, but these code exam...
gharchive/issue
2019-08-06T20:10:56
2025-04-01T06:04:02.062224
{ "authors": [ "Whatthefoxsays", "darrencarlton", "tulikavijay" ], "repo": "sendgrid/docs", "url": "https://github.com/sendgrid/docs/issues/5468", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
395777756
fixing trailing backslash causing broken link Hello @ksigler7,Thanks again for the PR! We appreciate your contribution and look forward to continued collaboration. Thanks! Team SendGrid DX
gharchive/pull-request
2019-01-04T01:01:45
2025-04-01T06:04:02.063773
{ "authors": [ "ksigler7", "thinkingserious" ], "repo": "sendgrid/docs", "url": "https://github.com/sendgrid/docs/pull/4872", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
510552295
Update editor.md Added table closing tag for image Drag & Drop Code Example Description of the change: Reason for the change: Link to original source: Closes # Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we c...
gharchive/pull-request
2019-10-22T10:03:02
2025-04-01T06:04:02.066851
{ "authors": [ "SendGridDX", "guusvandewal" ], "repo": "sendgrid/docs", "url": "https://github.com/sendgrid/docs/pull/5618", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
229015595
Sensu configs are not applying after restarting Sensu service Current Behavior I modified the threshold value of a check like below { "checks": { "check_ram_client": { "type": "metric", "command": "C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe C:\opt\sensu\plugins\powershell\check-windows-ram.ps1 -Warning...
gharchive/issue
2017-05-16T12:31:15
2025-04-01T06:04:02.115865
{ "authors": [ "mcbsdEU", "portertech", "ppanucool" ], "repo": "sensu/sensu", "url": "https://github.com/sensu/sensu/issues/1673", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
588542701
Problem converting pickle to gts Hi, I am trying to convert a pickle byte array into a GTS, but for some reason I can't find a way to get the timestamp in the right format. Let's take an example: # First create a GTS, store it into pickle format and reload it. # That way, we know we start from a valid GTS. # The $lis...
gharchive/issue
2020-03-26T16:14:18
2025-04-01T06:04:02.162317
{ "authors": [ "denrou", "hbs", "randomboolean" ], "repo": "senx/warp10-platform", "url": "https://github.com/senx/warp10-platform/issues/705", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1428254454
add escaped \ in golang code it wants to have ¯\\(ツ)/¯ "¯\_(ツ)_/¯" Hi there, sorry for my late response. I will have a look at it sometime next week 👍 Hey @v-bus sorry for the very long wait. I finally managed to check out golang and as far as I can tell there is no need for adjustments? import ( "fmt" "so...
gharchive/issue
2022-10-29T13:01:47
2025-04-01T06:04:02.260301
{ "authors": [ "ser1us", "v-bus" ], "repo": "ser1us/vscode-shrug", "url": "https://github.com/ser1us/vscode-shrug/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2196756097
Hi again Sadly the tool no longer works again - pressing the "ADD" button after selecting "deposit address" and inserting a valid deposit address has no effect. Any ideas? Hey, there was a temporary issue with certificates resulting in ethstaker.tax being unable to retrieve the validators based on the deposit addre...
gharchive/issue
2024-03-20T06:30:51
2025-04-01T06:04:02.281139
{ "authors": [ "Tachyonica", "eth2353" ], "repo": "serenita-org/ethstaker.tax", "url": "https://github.com/serenita-org/ethstaker.tax/issues/69", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
559670573
Updated my anchor link slightly got rid of the word 'header' in anchor link id 👍
gharchive/pull-request
2020-02-04T11:55:37
2025-04-01T06:04:02.281999
{ "authors": [ "jan-molak", "testifyqa" ], "repo": "serenity-js/serenity-js", "url": "https://github.com/serenity-js/serenity-js/pull/451", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
124344912
update package from update site why not update from help->update on standalone version,that can make update operation more easy! We have this (or similar) feature in plans. It will require to add Eclipse p2 support in standalone version. Which means adding pretty many additional plugins. Probably will try it on EE ...
gharchive/issue
2015-12-30T13:08:21
2025-04-01T06:04:02.287283
{ "authors": [ "serge-rider", "stepjacky" ], "repo": "serge-rider/dbeaver", "url": "https://github.com/serge-rider/dbeaver/issues/135", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
248618895
Informix table information : Triggers When I clicked on Tab Triggers dbeaver said: Duplicate of #1968
gharchive/issue
2017-08-08T07:02:05
2025-04-01T06:04:02.288414
{ "authors": [ "amivanovano", "serge-rider" ], "repo": "serge-rider/dbeaver", "url": "https://github.com/serge-rider/dbeaver/issues/1981", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
58687091
Request for C# sample to extract word, pos, ne etc from CoreMap Hi Sergey, Thanks for your great effort in porting to .Net. We are scratching our heads on porting the following code to .Net. (especially the CoreMap sentence , word, pos, and ne portion). Will be great if you can include and expand your StanfordCoreN...
gharchive/issue
2015-02-24T03:04:19
2025-04-01T06:04:02.313555
{ "authors": [ "pchankh", "sergey-tihon", "volhav" ], "repo": "sergey-tihon/Stanford.NLP.NET", "url": "https://github.com/sergey-tihon/Stanford.NLP.NET/issues/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1420577447
Implemented requested changes, modifying some ASCII characters Performing another pull request as the released manager merged my previous pull request before I could perform the requested tasks. To complete this homework you need to merge my contribution as explained in slide 80 and 95 keeping in mind that you are ...
gharchive/pull-request
2022-10-24T10:09:12
2025-04-01T06:04:02.316070
{ "authors": [ "floridop" ], "repo": "sergio2momo/MNXB01-learn", "url": "https://github.com/sergio2momo/MNXB01-learn/pull/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2279175754
Replace let with const in README.md snippets Most TS & JS linters (e.g. ESLint) enforce that const is used for any variables which don't get reassigned. This updates the README snippets so that copying them doesn't trigger lint errors. Thanks but I prefer let over const, changing to const if your linter enforce it ...
gharchive/pull-request
2024-05-04T19:59:56
2025-04-01T06:04:02.317676
{ "authors": [ "sergiodxa", "zmillman" ], "repo": "sergiodxa/remix-auth", "url": "https://github.com/sergiodxa/remix-auth/pull/281", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
330944244
About the openvidu server How to build my openvidu server(which openvidu sample?) to replace the address "https://demos.openvidu.io/basic-videoconference/"? Thanks. Yes. What I did was clone the openvidu repository and run the openvidu server Then change the URL in this Android app to the server URL. Add my wec...
gharchive/issue
2018-06-10T06:27:10
2025-04-01T06:04:02.340611
{ "authors": [ "yinjiaoyuan", "zzzykf" ], "repo": "sergiopaniego/WebRTCapp", "url": "https://github.com/sergiopaniego/WebRTCapp/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2138299209
HttpMessageHandler cannot be configured when initialization Serilog.Sinks.OpenTelemetry via configuration Dear community. I'm initialization the Serilog.Sinks.OpenTelemetry only via the configuration file and getting an error because the HTTP connection cannot be estabshiled. The reason why is quite simple because my...
gharchive/issue
2024-02-16T10:26:28
2025-04-01T06:04:02.377939
{ "authors": [ "HHobeck", "alsi-lawr", "nblumhardt" ], "repo": "serilog/serilog-sinks-opentelemetry", "url": "https://github.com/serilog/serilog-sinks-opentelemetry/issues/127", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2000177863
🛑 CestLaGreve API @ KaKi87 is down In 3e6decd, CestLaGreve API @ KaKi87 (https://cestlagreve.api.kaki87.net) was down: HTTP code: 503 Response time: 548 ms Resolved: CestLaGreve API @ KaKi87 is back up in 5658f6e after 2 hours, 52 minutes.
gharchive/issue
2023-11-18T02:55:56
2025-04-01T06:04:02.421315
{ "authors": [ "server-KaTys" ], "repo": "server-KaTys/status", "url": "https://github.com/server-KaTys/status/issues/187", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
194412350
Editing crud One to One relationship, when relation record doesn't exist yet This is in my Controler: Loading module $this->relationModel = Account::with('categories', 'amazon'); Setting editable grid for relation fields: $this->edit->add('amazon.sku_prefix', 'SKU Prefix', 'text')->rule('required'); $this->edit->add(...
gharchive/issue
2016-12-08T18:43:03
2025-04-01T06:04:02.426015
{ "authors": [ "serverfire", "xdvx" ], "repo": "serverfireteam/panel", "url": "https://github.com/serverfireteam/panel/issues/305", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
150305570
Rename project to serverless-graphql-boilerplate We've renamed the project several times (and discussed this extensively) but I think that the "boilerplate" is missing in the name. Recently I've recommended this project to another developer and he was like "Ah that's a boilerplate! At first I thought that this is a k...
gharchive/issue
2016-04-22T08:30:45
2025-04-01T06:04:02.440861
{ "authors": [ "HyperBrain", "erikerikson", "nikgraf", "pmuens" ], "repo": "serverless/serverless-graphql-apollo", "url": "https://github.com/serverless/serverless-graphql-apollo/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2377590098
Adding title to switch Please specify parts of this PR update: [ ] Specification [X] Schema [ ] Examples [ ] Extensions [ ] Use Cases [ ] Community [ ] CTK [ ] Other Discussion or Issue link: What this PR does: Additional information: @fjtirado Your branch is out of date 😉
gharchive/pull-request
2024-06-27T09:06:02
2025-04-01T06:04:02.487468
{ "authors": [ "cdavernas", "fjtirado" ], "repo": "serverlessworkflow/specification", "url": "https://github.com/serverlessworkflow/specification/pull/905", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1874089884
🛑 sg1ray.serverip.my.id is down In c512605, sg1ray.serverip.my.id (sg1ray.serverip.my.id) was down: HTTP code: 0 Response time: 0 ms Resolved: sg1ray.serverip.my.id is back up in e9355df after 2 hours, 14 minutes.
gharchive/issue
2023-08-30T17:24:30
2025-04-01T06:04:02.491126
{ "authors": [ "serversshnet" ], "repo": "serversshnet/server-status", "url": "https://github.com/serversshnet/server-status/issues/2228", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1690892745
🛑 augo.ipservers.xyz is down In 932e41b, augo.ipservers.xyz (augo.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: augo.ipservers.xyz is back up in dde05f8.
gharchive/issue
2023-05-01T14:36:34
2025-04-01T06:04:02.495321
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/2440", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1421551891
🛑 sg1-30.ipservers.xyz is down In fd3b629, sg1-30.ipservers.xyz (sg1-30.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: sg1-30.ipservers.xyz is back up in f733cd9.
gharchive/issue
2022-10-24T22:30:54
2025-04-01T06:04:02.497423
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/436", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2278815298
🛑 uk1.ipservers.xyz is down In 38da355, uk1.ipservers.xyz (uk1.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: uk1.ipservers.xyz is back up in bc5ee6e after 17 days, 10 hours, 51 minutes.
gharchive/issue
2024-05-04T07:33:43
2025-04-01T06:04:02.499713
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/5509", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
951553742
[Site] Responsive Issues in CN Section Description The Cloud Native section is not responsive for smaller screens. Expected Behavior Fix the responsiveness of the CN section. Screenshots Environment: OS: [Ubuntu] Browser: [Chrome] Note I would love to work on this issue. Great @NikhilSharma03 🎉 hey @N...
gharchive/issue
2021-07-23T12:53:42
2025-04-01T06:04:02.509983
{ "authors": [ "NikhilSharma03", "sayantan1413", "warunicorn19" ], "repo": "service-mesh-performance/service-mesh-performance", "url": "https://github.com/service-mesh-performance/service-mesh-performance/issues/217", "license": "Apache-2.0", "license_type": "permissive", "license_source": "gi...
606845857
add: practice/multiple-cluster 提交 PR 后请先自查以下内容: PR 的标题格式为:在空白文档中新增内容 add: 文档标题,修改已有内容的文档 update:文档标题。 在该 PR 已指明解决的 issue 链接: 已阅读并保证所提交 PR 符合写作规范。 文章内容格式请参考 PR add: practice/jwt-authorization #186。 保留下文中的声明。 声明 我认可本书的版权信息:本书著作权归属于 ServiceMesher 社区,我将保留对所修改内容的署名权。 我已阅读参与贡献说明,并加入了 istio-handbook-wg GitHub team。 ...
gharchive/pull-request
2020-04-25T20:09:06
2025-04-01T06:04:02.515788
{ "authors": [ "GuangmingLuo", "dwctua", "rootsongjc" ], "repo": "servicemesher/istio-handbook", "url": "https://github.com/servicemesher/istio-handbook/pull/216", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1480024650
🛑 Cardiff Repairs is down In de83885, Cardiff Repairs (https://cardiffrepairs.co.uk) was down: HTTP code: 500 Response time: 3204 ms Resolved: Cardiff Repairs is back up in 59abc7e.
gharchive/issue
2022-12-06T19:45:48
2025-04-01T06:04:02.518257
{ "authors": [ "alistairreay" ], "repo": "servicesite/upptime", "url": "https://github.com/servicesite/upptime/issues/717", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
224271827
[Enhancement] Add additional configuration options to chickens stats (capping stats at a lower level and rate limiting cross bred chickens) Had a couple of configuration tweak ideas: First Have a Max stat limitation for each chicken...e.g. you can specify that diamond chickens cap out at say 2/2/2, or ender pearl chi...
gharchive/issue
2017-04-25T21:04:51
2025-04-01T06:04:02.613580
{ "authors": [ "TokkenGmr", "charlesbevans", "mahldcat" ], "repo": "setycz/ChickensMod", "url": "https://github.com/setycz/ChickensMod/issues/82", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
156032577
Fixed issue #7 - Sign-in form displays raw span html in input fields In app/views/devise/sessions/new.html.erb: Replaced the placeholder for :login with the string 'Login'. Was t('.login') previously Replaced the placeholder for :password with the string 'Password'. Was t('.password') previously Publify needs to ...
gharchive/pull-request
2016-05-20T19:17:07
2025-04-01T06:04:02.649520
{ "authors": [ "justincastilla", "melicarls", "nathanallen" ], "repo": "sf-wdi-27-28/publify_debugging_lab_28", "url": "https://github.com/sf-wdi-27-28/publify_debugging_lab_28/pull/36", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
509036466
Adding check for editor config lint Fixes: #96 Excellent work! There is mention of using a "primary image" with docker pre installed here: https://circleci.com/docs/2.0/building-docker-images/ I'd prefer to not install docker as part of our build process if possible due to speed concerns. Maybe we can swap the prim...
gharchive/pull-request
2019-10-18T12:01:59
2025-04-01T06:04:02.655496
{ "authors": [ "calvinbrown085", "estk" ], "repo": "sfackler/log4rs", "url": "https://github.com/sfackler/log4rs/pull/98", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }