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
2618963075
[FEAT] Search Aggregations Search results need aggregations on :+1: type: status We'll have filters on the search page similar to this: Results for Grants and Experts will show up when they're selected, of course. When Experts or All Results are selected, the Experts Open To section will show up, and allow filteri...
gharchive/issue
2024-10-28T16:48:42
2025-04-01T04:36:09.961575
{ "authors": [ "UcDust", "qjhart" ], "repo": "ucd-library/aggie-experts", "url": "https://github.com/ucd-library/aggie-experts/issues/643", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1334518247
gviewで画像を表示できない いつからかgviewで画像を表示できないことに気付いた tviewもファイルをロードできない カーネルをフルビルドすることで解決した。 https://github.com/uchan-nos/mikanos/commit/778963bde30bfb220320060d50e1ee54bad9aa31 で導入した FileDescriptor::IsTerminal メソッドが原因だろう。 FileDescriptor を継承したクラスに依存する全ての .cpp ファイルをコンパイルし直す必要があったのではないかと推測する。
gharchive/issue
2022-08-10T12:01:07
2025-04-01T04:36:09.966178
{ "authors": [ "uchan-nos" ], "repo": "uchan-nos/mikanos", "url": "https://github.com/uchan-nos/mikanos/issues/55", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
153590968
run ansible-playbook with docker in Travis CI This pull request add test to run ansible-playbook with docker connection on Travis CI. Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution...
gharchive/pull-request
2016-05-07T11:56:21
2025-04-01T04:36:09.990505
{ "authors": [ "CLAassistant", "uchida" ], "repo": "uchida/ansible-pbuilder-role", "url": "https://github.com/uchida/ansible-pbuilder-role/pull/1", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
1014540688
fixed prettier/eslint conflicts ES-Lint wants there to be single quotes for each string, but prettier's default config makes it so that each string has double quotes. By forcing prettier to accept single quotes for strings in the .prettierrc file, we fix this issue if devs have prettier installed globally. @matthew...
gharchive/pull-request
2021-10-03T21:07:00
2025-04-01T04:36:09.993254
{ "authors": [ "matthewcn56", "reginawang3495" ], "repo": "uclaacm/teach-la-ts-react-starter", "url": "https://github.com/uclaacm/teach-la-ts-react-starter/pull/67", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2279132276
reproducing experiment for wiredtiger Hi, In the WiredTiger folder's README, it's mentioned that there is a run/run.sh. However, I couldn't find it in the current repository. Can you point me to where that is? Thanks! Thank you for your interest in Midas! I have pushed the missing scripts to the repo. Please find i...
gharchive/issue
2024-05-04T17:47:31
2025-04-01T04:36:09.995197
{ "authors": [ "ivanium", "pohaoc" ], "repo": "uclasystem/midas", "url": "https://github.com/uclasystem/midas/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
212937564
wrong comment Not that important but the last line of "ground_truth_package.h" should be: #endif /* GROUND_TRUTH_PACKAGE_H_ */ instead of #endif /* MEASUREMENT_PACKAGE_H_ */ This has been fixed! Thanks :)
gharchive/issue
2017-03-09T05:15:42
2025-04-01T04:36:10.010255
{ "authors": [ "cameronwp", "philbort" ], "repo": "udacity/CarND-Extended-Kalman-Filter-Project", "url": "https://github.com/udacity/CarND-Extended-Kalman-Filter-Project/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
358656143
TypeError: Cannot read property 'toLowerCase' of undefined Sometimes return this error When IP is undefined return this error
gharchive/issue
2018-09-10T14:44:12
2025-04-01T04:36:10.017700
{ "authors": [ "nexus-soft" ], "repo": "udger/udger-nodejs", "url": "https://github.com/udger/udger-nodejs/issues/36", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2722616410
reorganize source code and sync with z80pack/picosim/libs Move simulator source code into new srcsim directory and libraries source code into new libs directory. Rewrite lcd libraries CMakeLists.txt files in the style of pico-ds3231. Fix roms/Makefile to properly build z80asm. It now looks like z80pack/picosim and wo...
gharchive/pull-request
2024-12-06T10:15:13
2025-04-01T04:36:10.022887
{ "authors": [ "sneakywumpus", "udo-munk" ], "repo": "udo-munk/RP2040-GEEK-80", "url": "https://github.com/udo-munk/RP2040-GEEK-80/pull/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
327400530
Why so many rerenders? I've noticed that the entire app is rendered twice on the server and twice more on the client. This seems to be a waste of resources. If the content is all there and rendered on the server, why is a client-side render happening? To replicate, add some logging to MainApp.js and observe that serv...
gharchive/issue
2018-05-29T16:39:10
2025-04-01T04:36:10.073711
{ "authors": [ "birkir", "jdwillemse" ], "repo": "ueno-llc/starter-kit-universally", "url": "https://github.com/ueno-llc/starter-kit-universally/issues/106", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
279760274
Fix fonts file The default font.css file is not working and didn't import fonts it contains. Replacing with a .scss make it works. Ok, I found where the problem comes from. We use the babel css-modules-transform https://github.com/ueno-llc/starter-kit-universally/blob/development/config/values.js#L399 plugin that r...
gharchive/pull-request
2017-12-06T13:52:11
2025-04-01T04:36:10.075431
{ "authors": [ "JeremDsgn" ], "repo": "ueno-llc/starter-kit-universally", "url": "https://github.com/ueno-llc/starter-kit-universally/pull/76", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1718051225
Add open source license? Can an open source license be added to this repository so that concerns e.g. about liability can be addressed? Apache License 2.0
gharchive/issue
2023-05-20T04:57:20
2025-04-01T04:36:10.079296
{ "authors": [ "kazarmy", "vinciusb" ], "repo": "ufmg-smite/proof-visualizer", "url": "https://github.com/ufmg-smite/proof-visualizer/issues/67", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1754252265
Scrolling behaviour changed after bootstrap update Bug Scrolling behaviour changed after bootstrap update. Scrolling behaviour changed: vertical scrollbar is now present for small amounts of folders and files as well. Used to only appear for high amounts of folders / files. Old version: New version: @mietcls this...
gharchive/issue
2023-06-13T07:44:56
2025-04-01T04:36:10.106953
{ "authors": [ "mietcls", "nicolasfranck" ], "repo": "ugent-library/deliver", "url": "https://github.com/ugent-library/deliver/issues/83", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2330860710
Working on vectors Please make dld (and related functions) work on vectors (Positionals). This works: dld('Pepa' 'Pepper') # 3 This does not, but it would be nice if it did: dld('Pepa'.comb, 'Pepper'.comb) # This type cannot unbox to a native string: P6opaque, Seq Motivation Using dld as a distance function in ...
gharchive/issue
2024-06-03T11:10:31
2025-04-01T04:36:10.111338
{ "authors": [ "antononcube", "ugexe" ], "repo": "ugexe/Raku-Text--Levenshtein--Damerau", "url": "https://github.com/ugexe/Raku-Text--Levenshtein--Damerau/issues/13", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
737810830
Typescript issue It seems that this library is missing a type definition file and there is none added so far in DefinitelyTyped repo, will that be added in the future? I'm pretty new to typescript myself, so I'm not really sure I can add one. copy this into a file declare module 'react-native-rating-element' { im...
gharchive/issue
2020-11-06T14:40:32
2025-04-01T04:36:10.121587
{ "authors": [ "markrickert", "panigrah", "tonym95" ], "repo": "ui-ninja/react-native-rating-element", "url": "https://github.com/ui-ninja/react-native-rating-element/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1505288443
error on simpleList or genericList Current Behavior get erorr when use simpleLlist or genericList Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or ...
gharchive/issue
2022-12-20T21:14:31
2025-04-01T04:36:10.126830
{ "authors": [ "elbakerino", "marefati110" ], "repo": "ui-schema/ui-schema", "url": "https://github.com/ui-schema/ui-schema/issues/216", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1943903293
Failed to detect namespace or namespace is empty for project Hi colleagues, Following the recent devtoberfest recording (thanks for that!), I used yeoman to generate a library. Right after the generation, I tried to start the library, but got the following error: Failed to detect namespace or namespace is empty for p...
gharchive/issue
2023-10-15T14:07:24
2025-04-01T04:36:10.138130
{ "authors": [ "JarkkoRissanen", "akudev", "petermuessig", "whydrae" ], "repo": "ui5-community/generator-ui5-library", "url": "https://github.com/ui5-community/generator-ui5-library/issues/22", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1799406153
add rake utilities [ ] tiff / archive processing [ ] renaming adding to https://github.com/uidaholib/rake-utilities-for-digital instead
gharchive/issue
2023-07-11T17:23:26
2025-04-01T04:36:10.139911
{ "authors": [ "evanwill" ], "repo": "uidaholib/digital-collections-template-cb-csv", "url": "https://github.com/uidaholib/digital-collections-template-cb-csv/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
237225742
toml.dump doesn't seem to work I can read toml settings, and I can get it into a custom type, TomlSettings. However, when I try to write it back with toml.dump(self, "Settings.toml") or toml.dump(self.__dict__, "Settings.toml")*, it just fails with this error: $ python sbr-viewer.py Traceback (most recent call last):...
gharchive/issue
2017-06-20T14:17:03
2025-04-01T04:36:10.196828
{ "authors": [ "JoeyAcc" ], "repo": "uiri/toml", "url": "https://github.com/uiri/toml/issues/108", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1332255469
fould out for single repositories The descriptions of single repositories can be folded out which saves spaces. @engeir What do you think about this design? I think it looks good! Either way is fine with me, but yeah I agree it's tidier now and I think I prefer it over the previous. Only thing I noticed is that the...
gharchive/pull-request
2022-08-08T18:47:49
2025-04-01T04:36:10.198281
{ "authors": [ "engeir", "gregordecristoforo" ], "repo": "uit-cosmo/user-guide", "url": "https://github.com/uit-cosmo/user-guide/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1971470253
Is there a repl implementation on jvm platform? So that it is possible to use uiua on jvm. ;) Are you asking me to reimplement the interpreter in Java? Are you asking me to reimplement the interpreter in Java? No, I mean that if there is a such plan? No
gharchive/issue
2023-11-01T00:15:10
2025-04-01T04:36:10.199684
{ "authors": [ "freeze-dolphin", "kaikalii" ], "repo": "uiua-lang/uiua", "url": "https://github.com/uiua-lang/uiua/issues/216", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1743110506
Ujcms v6.0.2 has a sensitive file reading problem [Vulnerability description] Ujcms v6.0.2 has a sensitive file reading problem. When using Tomcat to deploy the project, the background zip package downloads the html directory, and modifying the dir parameter causes the source code and configuration files to be downlo...
gharchive/issue
2023-06-06T05:27:42
2025-04-01T04:36:10.214770
{ "authors": [ "keecth", "ujcms" ], "repo": "ujcms/ujcms", "url": "https://github.com/ujcms/ujcms/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1206182131
Tests fail in GitHub Actions Even though all tests pass in my local environment, tests for "Magic Eden" happen to fail for some reasons. Disabled these tests temporarily. https://github.com/ukaznil/nft-market/commit/fddb619a6b33e0febe219305d99d16f959a34fb0 Also, https://github.com/ukaznil/nft-market/commit/48a451...
gharchive/issue
2022-04-16T18:01:40
2025-04-01T04:36:10.218009
{ "authors": [ "ukaznil" ], "repo": "ukaznil/nft-market", "url": "https://github.com/ukaznil/nft-market/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
842568808
Player shroud Use trig functions to hide everything outside of a circle a certain distance from the player. Ooo like the fog of war effect? I do think certain things should be hidden till you fall on them mind
gharchive/issue
2021-03-27T17:57:30
2025-04-01T04:36:10.224209
{ "authors": [ "supachris28", "ukmadlz" ], "repo": "ukmadlz/twitch-mud", "url": "https://github.com/ukmadlz/twitch-mud/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1939513393
basic descriptions page TP-??? Your PR title here Why What Codecov Report All modified lines are covered by tests :white_check_mark: Comparison is base (2430c9c) 92.79% compared to head (7e8f37c) 92.80%. Additional details and impacted files @@ Coverage Diff @@ ## master #106...
gharchive/pull-request
2023-10-12T08:47:25
2025-04-01T04:36:10.231739
{ "authors": [ "CPrich905", "codecov-commenter" ], "repo": "uktrade/tamato", "url": "https://github.com/uktrade/tamato/pull/1069", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2717376715
Mark all chats as read Is there a way to mark all chats as read? On Element, things are already marked as read, and when I use iamb, those chats are unread. You might be looking for :unreads clear
gharchive/issue
2024-12-04T11:09:27
2025-04-01T04:36:10.384032
{ "authors": [ "Ahwxorg", "thibaultamartin" ], "repo": "ulyssa/iamb", "url": "https://github.com/ulyssa/iamb/issues/377", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2290837785
Fix openSUSE link and installation command in README The package is now hosted in the main openSUSE Tumbleweed repositories. This corrects the README to use the openSUSE repo instead of a user-maintained one. Thank you for updating the instructions! I'll update the website too to reflect it now being in the main re...
gharchive/pull-request
2024-05-11T10:57:05
2025-04-01T04:36:10.385017
{ "authors": [ "photosheep", "ulyssa" ], "repo": "ulyssa/iamb", "url": "https://github.com/ulyssa/iamb/pull/283", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
208428998
DevTools Video Course: What do you want to see? Please 'thumbs up' the relevant comment below: Performance (Basic) - Network perf, how to use your build system to output optimised resources etc. Performance (Advanced) - Rendering perf, using the Timeline Panel to diagnose jank. Using Chrome Tracing Tools. DevTo...
gharchive/issue
2017-02-17T12:33:22
2025-04-01T04:36:10.398051
{ "authors": [ "Alexisvt", "AzharArshad", "iandouglas", "ingshtrom", "jake-bladt", "mugukamil", "njnygaard", "umaar", "wayou" ], "repo": "umaar/dev-tips", "url": "https://github.com/umaar/dev-tips/issues/27", "license": "MIT", "license_type": "permissive", "license_sour...
2431308358
hostname responds 400 for ipv6 Describe the Bug Database PostgreSQL Relevant log output payload.hostname must match the following: "/^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$/" Which Umami version are you using? (if relevant) Chrome Which browser are ...
gharchive/issue
2024-07-26T02:51:24
2025-04-01T04:36:10.401150
{ "authors": [ "QYG2297248353" ], "repo": "umami-software/umami", "url": "https://github.com/umami-software/umami/issues/2862", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
107222075
Getting the error: "Height must have an exact value or MATCH_PARENT" but I have all children as match_parent Edited: The error is in the Height not in the Width Hello! Thanks for this awesome lib. It works awesome in the demo code but I'm struggling when trying to include on my project. I'm getting the following erro...
gharchive/issue
2015-09-18T15:16:49
2025-04-01T04:36:10.411556
{ "authors": [ "DoM4", "Shashank066", "albertogarrido" ], "repo": "umano/AndroidSlidingUpPanel", "url": "https://github.com/umano/AndroidSlidingUpPanel/issues/541", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
95028561
Path fixes I'm not sure these shell files are even used, to be honest. But I was seeing some weird behavior when Ansible first installs Redis and thought that maybe this would fix it. The behavior I was seeing was that redis would start, but it would not use our config file. This would put it in a state where Redis w...
gharchive/pull-request
2015-07-14T20:07:45
2025-04-01T04:36:10.489978
{ "authors": [ "IanWhitney" ], "repo": "umn-asr/ansible-redis", "url": "https://github.com/umn-asr/ansible-redis/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2427686937
ignore pnpm-lock.yaml pnpm i后多了这个文件,希望忽略。 自行选择忽略即可。通常情况下,这个文件存在更好 我觉得不太方便的是,如果我希望经常pull你的最新更新,又不想有自己的commits,自己本地运行又一定会有lock文件的diff。
gharchive/issue
2024-07-24T14:03:31
2025-04-01T04:36:10.510576
{ "authors": [ "LeiYangGH", "pany-ang" ], "repo": "un-pany/v3-admin-vite", "url": "https://github.com/un-pany/v3-admin-vite/issues/202", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2116533750
187 - Optimize pytorch weight loading on startup + dependencies update Description Fixes PyTorch auto-downloading models on node-start even if its not used (causes significant delay until ready to process). Dependencies updated to fix building issues (b5 update) and have newest versions of PyTorch/Ultralytics and oth...
gharchive/pull-request
2024-02-03T15:30:01
2025-04-01T04:36:10.520675
{ "authors": [ "MaxJa4", "samuelkuehnel" ], "repo": "una-auxme/paf23", "url": "https://github.com/una-auxme/paf23/pull/193", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2654004609
Taks(Backend): Atualizando Requisitos para o Backend O que foi feito? Foi adicionado o arquivo requirements.txt, que são os requisitos para rodar o protótipo do backend. O arquivo deixa com que os requisitos sejam baixados de forma simples utilizando o seguinte comando no terminal: pip install -r requirements.txt ...
gharchive/pull-request
2024-11-13T03:19:00
2025-04-01T04:36:10.522609
{ "authors": [ "314dro", "TiagoBalieiro" ], "repo": "unb-mds/2024-2-AcheiUnB", "url": "https://github.com/unb-mds/2024-2-AcheiUnB/pull/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2208483414
Squad 3 - Temas propostos Desenvolvimento do Feed de Dispensas de Licitações em Brasília: Criar um feed online para analisar e destacar dispensas de licitações nos diários oficiais de Brasília, visando aumentar a transparência e a fiscalização dos gastos governamentais. Os diários de dispensa de licitação serão col...
gharchive/issue
2024-03-26T14:51:47
2025-04-01T04:36:10.525745
{ "authors": [ "MariaCHelena", "RochaCarla" ], "repo": "unb-mds/Qualifying-Software-Engineers-Undergraduates-in-DevOps", "url": "https://github.com/unb-mds/Qualifying-Software-Engineers-Undergraduates-in-DevOps/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-ap...
2312437039
tokenizer version in requirements.txt When I run pip install -e .[all], I encounter the error ERROR: Cannot install Crawl4AI, None, crawl4ai[all]==0.2.1 and transformers==4.40.2 because these package versions have conflicting dependencies. The conflict is caused by: crawl4ai 0.2.1 depends on tokenizers==0.13.2 ...
gharchive/issue
2024-05-23T09:36:55
2025-04-01T04:36:10.542143
{ "authors": [ "YitaoLiu1996", "unclecode" ], "repo": "unclecode/crawl4ai", "url": "https://github.com/unclecode/crawl4ai/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2439731007
优化IP段合并程序,更新IP段合并结果 RT 去除非中国所属IP地址 新增镇江联通1IP段 @LeterTW 我合并后临时删掉了您的脚本main_2.py,脚本这块您是否有空更新一下增加排序功能,你的排序逻辑更合理。 @LeterTW 我合并后临时删掉了您的脚本main_2.py,脚本这块您是否有空更新一下增加排序功能,你的排序逻辑更合理。 我更新了下排序脚本,还非常粗糙,有兴趣可以提pr改进一下哦,增加格式校验什么 ^_^
gharchive/pull-request
2024-07-31T10:43:31
2025-04-01T04:36:10.544065
{ "authors": [ "LeterTW", "unclemcz" ], "repo": "unclemcz/ban-pcdn-ip", "url": "https://github.com/unclemcz/ban-pcdn-ip/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
240026074
Problem Android I've tried the code post example, but on android not out of life. It will not start. Hey @Angelk90, I added a basic example here: https://github.com/underscopeio/react-native-floating-hearts/tree/master/examples/basic Try to run it and if it doesn't work please submit an issue following the issue te...
gharchive/issue
2017-07-02T18:23:55
2025-04-01T04:36:10.549681
{ "authors": [ "Angelk90", "ignacioola" ], "repo": "underscopeio/react-native-floating-hearts", "url": "https://github.com/underscopeio/react-native-floating-hearts/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
744235236
Highlights are lost when Occurrence number is changed back from 0 to 1 Highlights are lost when occurrence number is changed back from 0 to 1 or changed by removing the Occurrence Number and adding back. Open tN and go to a note that has a highlight. Change the Occurrence number from 1 to 0. Highlight is removed a...
gharchive/issue
2020-11-16T22:21:02
2025-04-01T04:36:10.575191
{ "authors": [ "birchamp", "elsylambert" ], "repo": "unfoldingWord/tc-create-app", "url": "https://github.com/unfoldingWord/tc-create-app/issues/521", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1833919278
upgrades to webpack@5 and enforces nodejs >= 18 Describe what your pull request addresses See #121 Upgrades to use webpack@5 and enforces the use of nodejs 18 @unfoldingWord/devs does anyone know how the CI for netlify is setup? I need to change its dev process to use Node 18 instead of Node 16
gharchive/pull-request
2023-08-02T21:20:57
2025-04-01T04:36:10.578981
{ "authors": [ "theNerd247" ], "repo": "unfoldingWord/translation-helps-rcl", "url": "https://github.com/unfoldingWord/translation-helps-rcl/pull/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1955557017
🛑 Unforest is down In 871c594, Unforest (https://www.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Unforest is back up in c897aee after 13 minutes.
gharchive/issue
2023-10-21T16:15:56
2025-04-01T04:36:10.581302
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/1669", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1971629846
🛑 Piped is down In e4a4d16, Piped (https://piped.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Piped is back up in 067b94a after 6 minutes.
gharchive/issue
2023-11-01T03:28:55
2025-04-01T04:36:10.583566
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/3936", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1944403302
🛑 Piped is down In 7a35ba2, Piped (https://piped.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Piped is back up in bddda1f after 43 minutes.
gharchive/issue
2023-10-16T05:36:34
2025-04-01T04:36:10.586067
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/471", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1989293727
🛑 Nitter is down In f3df567, Nitter (https://nitter.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Nitter is back up in 0ffc64d after 57 minutes.
gharchive/issue
2023-11-12T07:54:58
2025-04-01T04:36:10.588350
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/6295", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1992363420
🛑 Piped API is down In b6f75c0, Piped API (https://pipedapi.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Piped API is back up in a7ea879 after 5 minutes.
gharchive/issue
2023-11-14T09:39:18
2025-04-01T04:36:10.590854
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/6732", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2389740546
Domain editing to qjz9zk is done even for displaying help URLs! OS/Platform Debian, Ubuntu, and derivatives Installed https://ungoogled-software.github.io/ungoogled-chromium-binaries/ Version Ubuntu Lunar (112.0.5615.165) Have you tested that this is not an upstream issue or an issue with your configuration? [ ] I h...
gharchive/issue
2024-07-04T01:22:14
2025-04-01T04:36:10.602679
{ "authors": [ "PF4Public", "networkException", "original-birdman" ], "repo": "ungoogled-software/ungoogled-chromium", "url": "https://github.com/ungoogled-software/ungoogled-chromium/issues/2937", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
327873626
noColor and fixedAmbient added This adds two new options to the illumination prior. The prior generates various illumination with diverse colour. Those variation might be to wild for some applications. A new switch "no-color" allows to remove all color variation and returns the average over all colour channels per i...
gharchive/pull-request
2018-05-30T19:47:49
2025-04-01T04:36:10.610099
{ "authors": [ "AdamAkaAK", "Andreas-Forster", "BernhardEgger" ], "repo": "unibas-gravis/parametric-face-image-generator", "url": "https://github.com/unibas-gravis/parametric-face-image-generator/pull/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2625616063
www.panoptis.network https://www.panoptis.network/ https://github.com/unicornonea/tron-dapp-react/issues/4
gharchive/issue
2024-10-30T23:52:05
2025-04-01T04:36:10.719071
{ "authors": [ "JPaikkari7" ], "repo": "unicornonea/tron-dapp-react", "url": "https://github.com/unicornonea/tron-dapp-react/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
595712822
Allow reading password from file It's common to store passwords in files rather than environment variables. For example Docker Secrets are mounted into containers as a file. Files are often preferred over environment variables as lots of applications will dump environment variables for debug and secrets can sometimes...
gharchive/issue
2020-04-07T09:06:46
2025-04-01T04:36:10.724378
{ "authors": [ "davidnewhall", "regner" ], "repo": "unifi-poller/unifi-poller", "url": "https://github.com/unifi-poller/unifi-poller/issues/206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
758094997
Unifi Network Controller 6 support? Hi, Not an issue as such, but I am interested if Network Controller 6 will work with this great codebase? I have seen some anecdotal evidence on the forums that this does indeed work but note that this is not listed as a tested environment. Thanks, Graham Sounds shiny and new. I'...
gharchive/issue
2020-12-07T02:04:52
2025-04-01T04:36:10.727399
{ "authors": [ "Ornias1993", "davidnewhall", "ggear" ], "repo": "unifi-poller/unifi-poller", "url": "https://github.com/unifi-poller/unifi-poller/issues/284", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
123965609
html5 File API之读图 见html5 the missing manual 2nd edition page332. 把input file隐藏(太丑),给虚边框区域加onclick ,让他去调用input file的click方法,这样就会打开文件选择对话框,需要事先监听input file的change事件,利用HTML5的File API来处理获取的文件。 <div data-role="content"> <div class="avatar"> <div id="avatarImage"></div> </div> <input type="file" id="in...
gharchive/issue
2015-12-27T07:07:14
2025-04-01T04:36:10.739313
{ "authors": [ "uniquejava" ], "repo": "uniquejava/blog", "url": "https://github.com/uniquejava/blog/issues/11", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
2665142324
Remove references to needing Rosetta on Apple Silicon Now that UCM version 0.5.28 has native builds for Apple Silicon. Remove references to needing Rosetta from the homepage. I believe this has already been taken care of by someone else.
gharchive/pull-request
2024-11-17T01:37:03
2025-04-01T04:36:10.744629
{ "authors": [ "jturner" ], "repo": "unisonweb/website", "url": "https://github.com/unisonweb/website/pull/81", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
801413961
Rework /averageCleaningTime, /averageChangeovertime, CalculateAverageStateTime() to be compatible with new datamodel These functions are currently not working as the old datamodel is still hardcoded. Furthermore, change CalculateAverageStateTime() to include sub-states as well (e.g. 100000 is ChangeoverState and this...
gharchive/issue
2021-02-04T15:56:14
2025-04-01T04:36:10.762730
{ "authors": [ "JeremyTheocharis", "Scarjit" ], "repo": "united-manufacturing-hub/united-manufacturing-hub", "url": "https://github.com/united-manufacturing-hub/united-manufacturing-hub/issues/93", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1235387204
0.9.4-prerelease2 This pr tracks the progress to 0.9.4-prerelease2 Testing is blocked, due to my being unable to find the k3os usb stick :( Checks: [X] Installs without errors [X] All default services start [ ] Enabling barcode reader works [X] Enabling datainput works [X] Enabling barcodereader works [X] Enabli...
gharchive/pull-request
2022-05-13T15:23:03
2025-04-01T04:36:10.765262
{ "authors": [ "Scarjit" ], "repo": "united-manufacturing-hub/united-manufacturing-hub", "url": "https://github.com/united-manufacturing-hub/united-manufacturing-hub/pull/1096", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1527936315
YustTextField showSelected not consistent The property 'showSelected' in the class YustTextField should also affect icons if set to false. If set to true, it currently affects only the properties 'label' and 'prefixIcon'. We do not need the property showSelected.
gharchive/issue
2023-01-10T20:03:52
2025-04-01T04:36:10.775055
{ "authors": [ "janneskoehler", "philthefox" ], "repo": "univelop/yust_ui", "url": "https://github.com/univelop/yust_ui/issues/57", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2651436515
🛑 happysooner.com is down In f076a32, happysooner.com (https://happysooner.com) was down: HTTP code: 0 Response time: 0 ms Resolved: happysooner.com is back up in 64a8b13 after 11 minutes.
gharchive/issue
2024-11-12T08:36:11
2025-04-01T04:36:10.847554
{ "authors": [ "unliar" ], "repo": "unliar/happy-upptime", "url": "https://github.com/unliar/happy-upptime/issues/209", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2544879363
runtime does not work correctly with arbitrary selectors UnoCSS version 0.62.4 Describe the bug @unocss/runtime does not work properly with "arbitrary" selectors ([&_th]:sticky). If you call extractAll() by hand it will work as expected, but the mutation observer alone will not generate correct styles. Note that the ...
gharchive/issue
2024-09-24T09:36:07
2025-04-01T04:36:10.865975
{ "authors": [ "ackvf", "cztomsik" ], "repo": "unocss/unocss", "url": "https://github.com/unocss/unocss/issues/4158", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1246774765
[Android] Extra setup for Uno.Material ToggleSwitch dark mode colors is not working Current behavior When completing step 2 of the Uno.Material extra setup for the ToggleSwitch style, the thumb tint color of the control stays the same for dark and light mode. Here's the documentation : https://github.com/unoplatfo...
gharchive/issue
2022-05-24T15:58:06
2025-04-01T04:36:10.873953
{ "authors": [ "arianeleonard", "kazo0" ], "repo": "unoplatform/Uno.Themes", "url": "https://github.com/unoplatform/Uno.Themes/issues/784", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2710152384
Unit Tests for Farm I tried to write a unit test for Farm, but failed. No idea how to use Farm JS api to build with the plugin. 🤔 /cc @ErKeLost Could you please help me? Okay, I'll finish this job hi @sxzz The recent focus is on the development of farm 2.0. The 2.0 API will have break changes, so I want to add t...
gharchive/issue
2024-12-02T00:58:13
2025-04-01T04:36:11.086921
{ "authors": [ "ErKeLost", "sxzz" ], "repo": "unplugin/unplugin-isolated-decl", "url": "https://github.com/unplugin/unplugin-isolated-decl/issues/41", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2714470069
feat: oxc parser Description Use oxc-parser to replace @babel/parser. Linked Issues #48 Additional context Wait the upstream issue to be resolved: https://github.com/oxc-project/oxc/issues/7508
gharchive/pull-request
2024-12-03T09:33:38
2025-04-01T04:36:11.089215
{ "authors": [ "yuyinws" ], "repo": "unplugin/unplugin-turbo-console", "url": "https://github.com/unplugin/unplugin-turbo-console/pull/52", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1622283057
[Action]: GitHub Comment on an issue Contact Details No response Action Name GitHub Comment on an issue Action Inputs owner repo issue_number comment Action Outputs "comment added" on success Comments I have an early version working Code of Conduct [X] I agree to follow this project's Code of Conduct this was com...
gharchive/issue
2023-03-13T21:21:09
2025-04-01T04:36:11.093587
{ "authors": [ "dougsillars" ], "repo": "unskript/Awesome-CloudOps-Automation", "url": "https://github.com/unskript/Awesome-CloudOps-Automation/issues/346", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2638948080
Fix: cast logits to float32 in cross_entropy_forward to prevent errors #1251 mentioned that there's different data type between branches. Therefore we need to upcast it to float32 I saw other logits calculation also use tl.float32 so it should be correct default continue pretraining give this amount of VRAM so I thin...
gharchive/pull-request
2024-11-06T18:51:55
2025-04-01T04:36:11.096696
{ "authors": [ "Erland366", "itshahmir" ], "repo": "unslothai/unsloth", "url": "https://github.com/unslothai/unsloth/pull/1254", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
55807771
Use Linux' O_TMPFILE for tmpfiles https://github.com/untitaker/rust-atomicwrites/issues/2 Unsure how to call linkat in Python. https://docs.python.org/3/library/os.html#os.O_TMPFILE Something like this seems to work since Python 3.4: import os fd = os.open('.', os.O_TMPFILE | os.O_RDWR) path = '/proc/self/fd/{0...
gharchive/issue
2015-01-28T20:04:16
2025-04-01T04:36:11.116327
{ "authors": [ "AndCycle", "earonesty", "jwilk", "untitaker" ], "repo": "untitaker/python-atomicwrites", "url": "https://github.com/untitaker/python-atomicwrites/issues/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1056210466
UMCS-319 - Fehler in Java SDK beim Parsen des Datums Changed Date-Formatting to be parsed and formatted with UTC as Base and the correct time shift Tests were added.
gharchive/pull-request
2021-11-17T14:40:07
2025-04-01T04:36:11.128007
{ "authors": [ "DerAusHeidelberg" ], "repo": "unzerdev/java-sdk", "url": "https://github.com/unzerdev/java-sdk/pull/44", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
407272504
Update bignumber.js@8.0.2 This will enable projects that depend on validator.js-asserts to update their versions of bignumber.js. Note: this PR introduces a breaking change because of how the bignumber.js interface changed between versions. Releasing it should require a major version bump. cc/ @ricardobcl This is...
gharchive/pull-request
2019-02-06T14:52:49
2025-04-01T04:36:11.155333
{ "authors": [ "franciscocardoso", "ricardobcl", "rplopes" ], "repo": "uphold/validator.js-asserts", "url": "https://github.com/uphold/validator.js-asserts/pull/176", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1956828102
[Bug]: Plugin "obsidian-reminder-plugin" is not passing Component in renderMarkdown Describe the bug Getting the following error in console app.js:1 Error: Plugin "obsidian-reminder-plugin" is not passing Component in renderMarkdown. This is needed to avoid memory leaks when embedded contents register global event ha...
gharchive/issue
2023-10-23T10:17:19
2025-04-01T04:36:11.159265
{ "authors": [ "offbrands-studio", "pravin-d" ], "repo": "uphy/obsidian-reminder", "url": "https://github.com/uphy/obsidian-reminder/issues/165", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1067063169
Locale Question Hi there, I added a new locale translations for Icelandic on uploadcare/uploadcare-widget - is it possible to merge it with this library? Hi @disaerna, you can simply run npm update uploadcare-widget in your project. As a result, the uploadcare-widget package will be updated to the latest version, a...
gharchive/issue
2021-11-30T10:30:03
2025-04-01T04:36:11.164598
{ "authors": [ "disaerna", "optlsnd" ], "repo": "uploadcare/react-widget", "url": "https://github.com/uploadcare/react-widget/issues/287", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
194477816
what are emmie-tokens? in the RC spec there is an argument to be passed to the container like so - -path-to-tokens=/etc/emmie-tokens/tokens.txt what is the intended contents of this file? I see further down your demo places them in a k8s volume named tokens and mounts at /etc/emmie-tokens Tokens are a cheap way to...
gharchive/issue
2016-12-08T23:58:32
2025-04-01T04:36:11.170834
{ "authors": [ "lazzarello", "stevesloka" ], "repo": "upmc-enterprises/emmie", "url": "https://github.com/upmc-enterprises/emmie/issues/18", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
56518011
The gem I install has differences from the one in github although version is the same First of all thanks for this great gem! I don't know if it's just me doing something wrong but the gem I install using bundle install is different from what I find here in github. I'm using upmin-admin 0.1.01 I noticed this because ...
gharchive/issue
2015-02-04T12:00:49
2025-04-01T04:36:11.175135
{ "authors": [ "mbrookes", "pedrovasconcelos" ], "repo": "upmin/upmin-admin-ruby", "url": "https://github.com/upmin/upmin-admin-ruby/issues/162", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2102414000
Issue with 1password SSH commit signing After setting up SSH signing with 1password, trying to integrate or request a review on a patch results in an error: Seems like the issue comes from the fact that the 1password setup agent is adding the public key directly to user.signingkey, not the path to the key. What's mo...
gharchive/issue
2024-01-26T15:31:15
2025-04-01T04:36:11.186740
{ "authors": [ "alondahari", "drewdeponte", "edgarjs" ], "repo": "uptech/git-ps-rs", "url": "https://github.com/uptech/git-ps-rs/issues/290", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1209532238
How to force delete records? Hello! So, I have used the model: type User struct { bun.BaseModel `bun:"table:users,alias:u"` ID uuid.UUID `json:"id" bun:",pk,type:uuid,default:gen_random_uuid()"` Email string `json:"email" bun:",unique,notnull"` FirstName string `json:"first_name" bun:",notnu...
gharchive/issue
2022-04-20T11:08:08
2025-04-01T04:36:11.189315
{ "authors": [ "vmihailenco", "weijinnx" ], "repo": "uptrace/bun", "url": "https://github.com/uptrace/bun/issues/514", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2715495118
feat: Add query comment into the query for improved debugging Closes #998 A common challenge when using ORMs is the difficulty of correlating an executed query in the DBMS with the lines of code that triggered it. To solve this issue, it would be helpful to add a comment in the header of the generated query. In this ...
gharchive/pull-request
2024-12-03T16:37:15
2025-04-01T04:36:11.195277
{ "authors": [ "Aoang", "vmihailenco", "wwoytenko" ], "repo": "uptrace/bun", "url": "https://github.com/uptrace/bun/pull/1082", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1385019359
Add ZeroLogger => Uptrace Logging Hello, Is it possible to add an easy hook to push zero logger logs to uptrace? https://github.com/rs/zerolog Hi, No, last time I checked Zerolog did not propagate context.Context which is required to pass trace id. You can use Zerolog with Vector though, see https://github.com/upt...
gharchive/issue
2022-09-25T13:12:36
2025-04-01T04:36:11.198147
{ "authors": [ "AchoArnold", "vmihailenco" ], "repo": "uptrace/opentelemetry-go-extra", "url": "https://github.com/uptrace/opentelemetry-go-extra/issues/78", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
180399246
proposal: tape-join gate I'd like to add a gate for joining tapes to the standard library. It's a fairly common operation, easily available in the other languages. Here's an example that does what is says on the tin: =join |= {a/tape b/(list tape)} ^- tape ?~ b ~ %+ weld i.b ?~ t.b ~ (weld a $(b t.b)) (join ...
gharchive/issue
2016-09-30T20:49:33
2025-04-01T04:36:11.227720
{ "authors": [ "cgyarvin", "joemfb", "jtobin" ], "repo": "urbit/arvo", "url": "https://github.com/urbit/arvo/issues/273", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2402725999
Error: Giliner Training data I am facing the error in the Training data arguments in the dataset in this line { training_args = TrainingArguments( output_dir="models", learning_rate=5e-6, weight_decay=0.01, others_lr=1e-5, others_weight_decay=0.01, lr_scheduler_type="linear", #cosine warmup_ratio=0.1, per_device_trai...
gharchive/issue
2024-07-11T09:35:01
2025-04-01T04:36:11.273736
{ "authors": [ "gptob", "ravi0027", "urchade" ], "repo": "urchade/GLiNER", "url": "https://github.com/urchade/GLiNER/issues/152", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2302833432
Polnische Feiertage Unser polnischer Standort möchte gerne die Urlaubsverwaltung verwenden. Gibt es eine Möglichkeit die polnischen Feiertage hinzuzufügen? Feiertage Polen (Wikipedia) Hallo @surfaceHH, die Urlaubsverwaltung bezieht ihre Feiertage aus https://github.com/focus-shift/jollyday/. Unter https://github.co...
gharchive/issue
2024-05-17T13:58:15
2025-04-01T04:36:11.294068
{ "authors": [ "derTobsch", "surfaceHH" ], "repo": "urlaubsverwaltung/urlaubsverwaltung", "url": "https://github.com/urlaubsverwaltung/urlaubsverwaltung/issues/4668", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1672882114
Missing example in next-urql documentation Describe the bug Hello, While researching a ssr issue with urql, I came across next-urql. I recognized the link to the mentioned example is broken. There is also no example in the mentioned folder structure. https://github.com/urql-graphql/urql/tree/main/packages/next-urql#i...
gharchive/issue
2023-04-18T11:07:26
2025-04-01T04:36:11.303888
{ "authors": [ "kitten", "masterkain", "torben3d" ], "repo": "urql-graphql/urql", "url": "https://github.com/urql-graphql/urql/issues/3154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2565259341
kickoff infrastructure, CI, & packaging kickoff infrastructure, CI, & packaging resolves #3 resolves #8 ignore Windows set up failure for now waiting for momepy=0.8.1 to show up on conda-forge v0.8.1 just cut from the feedstock side. Let's re-run CI once it shows up on conda-forge.
gharchive/pull-request
2024-10-04T01:39:25
2025-04-01T04:36:11.331310
{ "authors": [ "jGaboardi" ], "repo": "uscuni/sgeop", "url": "https://github.com/uscuni/sgeop/pull/17", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
938001540
Perform web application scan and send results to Geoplatform From Geoplatform: Here are some suggested tools to use. As long as the tool can detect vulnerabilities, flaws and improper configurations, it’s really up to you if you would rather use something else. Web Application Scans: OWASP ZAP (>https://www.zaproxy.o...
gharchive/issue
2021-07-06T15:11:44
2025-04-01T04:36:11.340452
{ "authors": [ "switzersc-usds" ], "repo": "usds/justice40-tool", "url": "https://github.com/usds/justice40-tool/issues/298", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1907697293
#199 add CLI feature to use command line parameter '--env-var' secret=… #199 add CLI feature to use command line parameter '--env-var secret=xzy123' @mirkogolze I have one comment on the PR. Everything else looks good. @mirkogolze The feature/env-secrets branch might take time to get it completed and merged. Can...
gharchive/pull-request
2023-09-21T20:19:33
2025-04-01T04:36:11.343861
{ "authors": [ "helloanoop", "mirkogolze" ], "repo": "usebruno/bruno", "url": "https://github.com/usebruno/bruno/pull/202", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2484288095
feat: Feature/cli support multiple reporters Description Adding the ability to pass multiple reporters using --format. You can specify the output files using --output.reporter Sample I ran on my machine: node ..\..\bruno-cli\bin\bru.js run --env Prod --output junit.xml --format junit --format html --format json --out...
gharchive/pull-request
2024-08-24T06:30:57
2025-04-01T04:36:11.349857
{ "authors": [ "berlingoqc", "helloanoop", "iamdavidfrancis" ], "repo": "usebruno/bruno", "url": "https://github.com/usebruno/bruno/pull/2911", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
359891919
Alert from ElasticSearch entries? We would like to send some alerts from specific entries in ElasticSearch, do we use https://github.com/Yelp/elastalert or maybe we can forward specific entries to Prometheus and Alertmanager? Current plan: We switched to OpenDistro with Lagoon 1.1.0, which includes an alerting feat...
gharchive/issue
2018-09-13T13:18:09
2025-04-01T04:36:11.355413
{ "authors": [ "Schnitzel", "rodrigoaguilera", "tobybellwood" ], "repo": "uselagoon/lagoon", "url": "https://github.com/uselagoon/lagoon/issues/618", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1600815491
Fails to start the server Describe the bug Starting the server with the docker command fails. This is a fresh install. Steps to reproduce Run the following command with an empty directory (fresh install) docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest Screenshots or addition...
gharchive/issue
2023-02-27T09:34:57
2025-04-01T04:36:11.357923
{ "authors": [ "Zeng1998", "isgj" ], "repo": "usememos/memos", "url": "https://github.com/usememos/memos/issues/1177", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1661570487
Add CI Add CI to build the image and push it to: [ ] Docker Hub [ ] Google Artifact Registry Will need WIDFED configured. Closed by https://github.com/userbradley/gcs-web-server/pull/3
gharchive/issue
2023-04-11T00:04:42
2025-04-01T04:36:11.359543
{ "authors": [ "userbradley" ], "repo": "userbradley/gcs-web-server", "url": "https://github.com/userbradley/gcs-web-server/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1773312328
control numbering Hi great extension, quite neat. It would be nice to have control over numbering. For instance flat numbering (all items are numbering continuously all along the document, could specifiy a start counter, could specify letter counter or roman numbers). Groups and listing are really cool. yes, this c...
gharchive/issue
2023-06-25T14:16:46
2025-04-01T04:36:11.468803
{ "authors": [ "ute", "xtimbeau" ], "repo": "ute/custom-numbered-blocks", "url": "https://github.com/ute/custom-numbered-blocks/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
842508484
Minor memory leak without sqlite3_shutdown Hello, I was seeing some memory leaks on app exit and traced it to sqlite3mc_amalgamation.c(23761). Specifically, three blocks of size 8, 48, and 208 bytes. One of these being wsdAutoext.aExt which is freed in sqlite3_reset_auto_extension but only if I call sqlite3_shutdown....
gharchive/issue
2021-03-27T13:51:07
2025-04-01T04:36:11.476505
{ "authors": [ "gooderist", "utelle" ], "repo": "utelle/SQLite3MultipleCiphers", "url": "https://github.com/utelle/SQLite3MultipleCiphers/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
326040948
Feature/#725 move create course into dialog Description: Moved the create Course Screen into a nice Dialog. Closes #725 Improvements Responsive for mobile. Pull Request Test Coverage Report for Build 2429 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. ...
gharchive/pull-request
2018-05-24T09:37:38
2025-04-01T04:36:11.482622
{ "authors": [ "HPunktOchs", "coveralls" ], "repo": "utetrapp/geli", "url": "https://github.com/utetrapp/geli/pull/752", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
238567637
Implement grid data structures Grid2 class Grid3 class Completed Grid2 Completed Grid3
gharchive/issue
2017-06-26T14:48:09
2025-04-01T04:36:11.485075
{ "authors": [ "utilForever" ], "repo": "utilForever/CubbyFlow", "url": "https://github.com/utilForever/CubbyFlow/issues/66", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
367930012
Font size Hi, does anybody know how to change the font size for all the labels when using sketch measure? And also the label size to correspond with the reduced font size. Thank you. @micklynch76: You can edit the common.js file with any text editor. The file is located at ~/Library/Application Support/com.bohemian...
gharchive/issue
2018-10-08T19:52:45
2025-04-01T04:36:11.534603
{ "authors": [ "ellunium", "micklynch76" ], "repo": "utom/sketch-measure", "url": "https://github.com/utom/sketch-measure/issues/480", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
726857230
Add support for user type in signal arguments Hi! I tried to address the following comment in Invocation.kt: // This will fail with: // class godot.Spatial cannot be cast to class godot.tests.Invocation. ... // fun hookTwoParam(str: String, inv: Invocation) { I don't know anything about this project or how things ...
gharchive/pull-request
2020-10-21T20:55:48
2025-04-01T04:36:11.542209
{ "authors": [ "chippmann", "totalorder" ], "repo": "utopia-rise/godot-jvm", "url": "https://github.com/utopia-rise/godot-jvm/pull/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2330108505
feat!: update node support matrix (only support node 16-20) This will be a breaking change. My intention is to release uuid@10 release with RFC9562 support, so this is a good opportunity to update the CI matrix. Github settings for the main branch also still need to be updated.
gharchive/pull-request
2024-06-03T03:53:57
2025-04-01T04:36:11.545955
{ "authors": [ "broofa", "ctavan" ], "repo": "uuidjs/uuid", "url": "https://github.com/uuidjs/uuid/pull/750", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1640001104
whoami has 0 coverage on Windows Maybe the test isn't executed on Windows? https://app.codecov.io/gh/uutils/coreutils/blob/main/src/uu/whoami/src/platform/windows.rs It seems that CI bypasses the only common test covered in Windows. https://github.com/uutils/coreutils/blob/e920d8d1bdc9c6e59f577b3d415fd993cc609578/t...
gharchive/issue
2023-03-24T20:37:46
2025-04-01T04:36:11.548043
{ "authors": [ "garydev10", "sylvestre" ], "repo": "uutils/coreutils", "url": "https://github.com/uutils/coreutils/issues/4614", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2451485980
Antibody structure prediction Hello, I am new to the field and have a potentially basic question. I would like to know if a group of antibodies bind to a particular DNA sequence. Is RoseTTAFold2NA able to model antibody structure if I provide sequences for the heavy and light chains? Thank you. I think it is possib...
gharchive/issue
2024-08-06T18:44:01
2025-04-01T04:36:11.549181
{ "authors": [ "anar-rzayev", "vella12-osu" ], "repo": "uw-ipd/RoseTTAFold2NA", "url": "https://github.com/uw-ipd/RoseTTAFold2NA/issues/117", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1222804245
Cleaning up the dirty region on window resizes When resizing a window we need to remove all rectangles from the dirtyRegion. done
gharchive/issue
2022-05-02T12:05:12
2025-04-01T04:36:11.564915
{ "authors": [ "uwerat" ], "repo": "uwerat/vnc-eglfs", "url": "https://github.com/uwerat/vnc-eglfs/issues/5", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
218674750
The previous month button does not work since 1.7.0-RC1 Expected behaviour Using a custom template for left arrow, you should be able to click back a month. Actual behaviour It moves forward only Datepicker version used 1.7.0-RC1 1.6.4 works related to https://github.com/uxsolutions/bootstrap-datepicker/commit/3e56fd...
gharchive/issue
2017-04-01T06:40:16
2025-04-01T04:36:11.592666
{ "authors": [ "acrobat", "jadrake75", "jetsquared", "rgins16", "vsn4ik" ], "repo": "uxsolutions/bootstrap-datepicker", "url": "https://github.com/uxsolutions/bootstrap-datepicker/issues/2159", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
788957543
Can't disable past dates Expected behaviour Disabling all dates prior to today so the client can't choose them Actual behaviour Have tried different methods I found on the internet, whether it was using startDate/minDate and different solutions but none of them worked for me, the person is able to choose any date pri...
gharchive/issue
2021-01-19T11:50:23
2025-04-01T04:36:11.600415
{ "authors": [ "AnthonyIsBlacking", "Azaret" ], "repo": "uxsolutions/bootstrap-datepicker", "url": "https://github.com/uxsolutions/bootstrap-datepicker/issues/2605", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2143253999
HTTP clientの抽象化 okhttpに強依存しない仕組みの導入は後々考えたい #12 でokhttpの依存を消したので、一旦解決ってことにする。
gharchive/issue
2024-02-19T22:51:37
2025-04-01T04:36:11.616449
{ "authors": [ "ayato-p" ], "repo": "uzabase/playtest2", "url": "https://github.com/uzabase/playtest2/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
583129106
Add missing letters attr.xml Add missing letters for format @uzairiqbal91 Please merge this to make your library work again Finally the merge. this took a while though thanks @uzairiqbal91 No problem , Thank you for supporting and keep doing work for community On Fri, Jul 24, 2020, 9:07 AM Egesa Michael notific...
gharchive/pull-request
2020-03-17T16:12:58
2025-04-01T04:36:11.619966
{ "authors": [ "Maltazard", "egesamichael", "hendrawd", "uzairiqbal91" ], "repo": "uzairiqbal91/CircularTimerView", "url": "https://github.com/uzairiqbal91/CircularTimerView/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2406868602
🛑 Mobile Search LS is down In 34eb751, Mobile Search LS ($MOBILESEARCHLS) was down: HTTP code: 0 Response time: 0 ms Resolved: Mobile Search LS is back up in ec00619 after 26 minutes.
gharchive/issue
2024-07-13T11:53:15
2025-04-01T04:36:11.622443
{ "authors": [ "uzumaki258" ], "repo": "uzumaki258/status", "url": "https://github.com/uzumaki258/status/issues/1581", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1861724008
🛑 Third Party is down In 2b42b5f, Third Party ($THIRD_PARTY_URL) was down: HTTP code: 0 Response time: 0 ms Resolved: Third Party is back up in b827492 after 130 days, 5 hours, 47 minutes.
gharchive/issue
2023-08-22T15:37:04
2025-04-01T04:36:11.624646
{ "authors": [ "uzumaki258" ], "repo": "uzumaki258/status", "url": "https://github.com/uzumaki258/status/issues/389", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1899468009
🛑 Third Party is down In 1fd7be9, Third Party ($THIRD_PARTY_URL) was down: HTTP code: 0 Response time: 0 ms Resolved: Third Party is back up in a3f9cee after 12 minutes.
gharchive/issue
2023-09-16T15:09:02
2025-04-01T04:36:11.626758
{ "authors": [ "uzumaki258" ], "repo": "uzumaki258/status", "url": "https://github.com/uzumaki258/status/issues/861", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }