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 |
---|---|---|---|---|---|
300109703 | Pushpin slides over previuse one in mobile version
This was taken directly from the sample at - http://materializecss.com/pushpin-demo.html
Here is a gif showing the issue: http://recordit.co/cAiVnu5zil
It works as expected in desktop mode, but when it's in mobile view this bug happens. I tested this in Chrome and Edge just in case. Both browsers are showing this issue.
Seems to be working for me. Sometimes chrome mobile view bugs out when switching. If you refresh on mobile view, it should work as intended
I've just tested it on a second computer, and it's still not working. Any other suggestions?
| gharchive/issue | 2018-02-26T04:58:39 | 2025-04-01T06:36:54.514874 | {
"authors": [
"Light1c3",
"acburst"
],
"repo": "Dogfalo/materialize",
"url": "https://github.com/Dogfalo/materialize/issues/5703",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2630074742 | code snippets markup is not working
Describe the bug
while adding code snippets it is not working as expected
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
OS: linux
Browser chrome
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
https://github.com/user-attachments/assets/82a613bd-bd89-46b7-91bb-522d6a9341e9
Sorry but I don't see any problem here. Can you please be more specific?
sorry for ignorance, i did'nt see in dropdown menu, i thought code view toggle is button to add code snippets, i really sorry
sorry for ignorance, i did'nt see in dropdown menu, i thought code view toggle is button to add code snippets, i really sorry
No problem, have a good day. 💜
| gharchive/issue | 2024-11-02T00:36:40 | 2025-04-01T06:36:54.521607 | {
"authors": [
"DogukanUrker",
"wishrohitv"
],
"repo": "DogukanUrker/flaskBlog",
"url": "https://github.com/DogukanUrker/flaskBlog/issues/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1920985314 | Add git-diff and pypi links into CHANGELOG.md
[2.x.b]: https://github.com/Doist/todoist-api-python/compare/v2.x.a...v2.x.b
[202y-mm-dd]: https://pypi.org/project/todoist-api-python/2.x.b/
[Unreleased]: https://github.com/Doist/todoist-api-python/compare/v2.x.b...main
Preview: https://github.com/sadikkuzu/todoist-api-python/blob/main/CHANGELOG.md
| gharchive/pull-request | 2023-10-01T21:33:31 | 2025-04-01T06:36:54.523121 | {
"authors": [
"sadikkuzu"
],
"repo": "Doist/todoist-api-python",
"url": "https://github.com/Doist/todoist-api-python/pull/115",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1989403719 | ValidationError: duration is expected but was missing
Bug description
Hi all,
I'm getting this error
I think is related to #246 . Maybe the changes hasn't been published in a new version? I'm using 3.0.0
Expected behaviour
Not breaking when doing a request with the getTask method.
Is reproducible
Yes/No
To reproduce
It's the same problem that was in #245, and that was fixed in #246. I think it just hasn't been published.
Steps taken to try to reproduce
Screenshots
Version information:
Package version:
Additional information
v3.0.1 has been released which addresses this issue.
| gharchive/issue | 2023-11-12T13:27:26 | 2025-04-01T06:36:54.526720 | {
"authors": [
"dubisdev",
"scottlovegrove"
],
"repo": "Doist/todoist-api-typescript",
"url": "https://github.com/Doist/todoist-api-typescript/issues/248",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1385916752 | error: Cannot read properties of undefined (reading 'attributes')
I have integrated strapi-plugin-fuzzy-search "^1.10.0-beta.1", strapi version "4.3.9", set the search permissions from strapi admin panel and when I send request to "http://localhost:1337/api/fuzzy-search/search?query=" + text, I get the above mentioned error. Configuration in config/plugins.js is as follows:
module.exports = ({ env }) => ({
"fuzzy-search": {
enabled: true,
config: {
contentTypes: [
{
uid: "api::product.product",
modelName: "product",
queryConstraints: {
where: {
$and: [
{
publishedAt: { $notNull: true },
},
],
},
},
fuzzysortOptions: {
characterLimit: 300,
threshold: -600,
limit: 10,
keys: [
{
name: "title",
weight: 100,
},
// {
// name: "description",
// weight: -100,
// },
],
},
},
],
},
},
});
What am I missing or doing wrong? Thank you.
So I removed version ^1.10.0-beta.1 and installed 1.9.4 and this fixed the issue
| gharchive/issue | 2022-09-26T11:36:35 | 2025-04-01T06:36:54.547814 | {
"authors": [
"itsmefarhan"
],
"repo": "DomDew/strapi-plugin-fuzzy-search",
"url": "https://github.com/DomDew/strapi-plugin-fuzzy-search/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
482563852 | How to implement in react native expo
How to implement in react native expo ?
I don't know what that is, try stackoverfkow
how to implement the crop functionality in react native web project?
| gharchive/issue | 2019-08-19T22:49:59 | 2025-04-01T06:36:54.548923 | {
"authors": [
"DominicTobias",
"chayancbnits"
],
"repo": "DominicTobias/react-image-crop",
"url": "https://github.com/DominicTobias/react-image-crop/issues/293",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
2198471041 | Add Backdash
Add to network session: https://github.com/lucasteles/Backdash
Thank you!
| gharchive/pull-request | 2024-03-20T20:12:04 | 2025-04-01T06:36:54.592216 | {
"authors": [
"Doprez",
"lucasteles"
],
"repo": "Doprez/Awesome-Stride",
"url": "https://github.com/Doprez/Awesome-Stride/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1789717227 | Task 3: Item Pop-up menu
Task 3: Item Pop-up menu
In this PR, I have added functionality to display a popup menu and display details of the movie selected
Type of change
[ ] Created a new file called modalBox.js
[ ] Created function in the modalbox.js to display the popup menu
[ ] Updated the displayMovie function: Added event listener for comment button for each card
[ ] Updated the style.css file: Added the basic style of the popup-me
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my code
[ ] There is no linter error in my code
[ ] My changes generate no new warnings
Hi @AsumVictor , congratulations🍾 It's time to merge your project well done!
Great!
| gharchive/pull-request | 2023-07-05T14:43:15 | 2025-04-01T06:36:54.595692 | {
"authors": [
"AsumVictor"
],
"repo": "Dorcas126/JavaScript-capstone-project",
"url": "https://github.com/Dorcas126/JavaScript-capstone-project/pull/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
125759233 | Spaces between tag and first attribute won't be formatted
Before
<node attr="none" attr2="lots" attr3="less" > </node>
After
<node attr="none" attr2="lots" attr3="less" ></node>
Spaces between node and attr1 should be merged into only one space.
Also, spaces before the closing > aren't treated.
Attributes attr1, attr2 and attr3 were spaced correctly with each other.
Thanks for reporting! This has been released in version 1.3.2.
| gharchive/issue | 2016-01-09T13:23:56 | 2025-04-01T06:36:54.599295 | {
"authors": [
"DotJoshJohnson",
"davity"
],
"repo": "DotJoshJohnson/vscode-xml",
"url": "https://github.com/DotJoshJohnson/vscode-xml/issues/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1978540849 | 【文章推荐】Func, Predict 和 Expression 的区别
https://www.youtube.com/watch?v=PoniDOq5zQw&ab_channel=MilanJovanović
C# 中存在三种判断类型的委托,分别为
Func<T, bool>
Predicate
Expression<Func<T, bool>>
三者的区别可以用这一段代码表示
Func<User, bool> userFunc = user => user.Age > 29;
Predicate<User> userPredicate = user => user.Age > 29;
Expression<Func<User, bool>> userEf = user => user.Age > 29;
User user = new User { Age = 29 };
if (userFunc(user)
|| userPredicate(user)
|| userEf.Compile()(user))
{
}
| gharchive/issue | 2023-11-06T08:10:55 | 2025-04-01T06:36:54.601920 | {
"authors": [
"gaufung"
],
"repo": "DotNETWeekly-io/DotNetWeekly",
"url": "https://github.com/DotNETWeekly-io/DotNetWeekly/issues/499",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
975368314 | Реализация модели предметной области
По задаче #130
Модели и логику связей утянул из Auditor
Привел нулябельность полей в соответствие со схемами
Черт, я опять проиграл в неравной схватке с git. @ilabutin ты вроде "сквашишь" коммиты, это не должно стать большой проблемой?
| gharchive/pull-request | 2021-08-20T08:03:15 | 2025-04-01T06:36:54.605357 | {
"authors": [
"zetroot"
],
"repo": "DotNetRu/Commune",
"url": "https://github.com/DotNetRu/Commune/pull/147",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
225890545 | Merging dozer-osgi artifact with dozer core
dozer-osgi module is redundant. Having OSGI bundle descriptor inside core jar is harmless for non-OSGI environments. All the libraries out there that are OSGI-capable produce only one single OSGI-ready artifact. This pull request merges dozer-osgi into dozer.
The commit just transfers the configuration from dozer-osgi POM into dozer POM, with the following exceptions:
No embedded dependencies used. Old configuration embedded OSGI core and Felix into the bundle, which caused problems like in #224. Besides, having container implementation classes inside bundle is not required.
No private package configuration. Anyway bundle plugin ignored it and threw warnings into the build log.
No import of org.dozer.*, as the bundle itself provides those packages.
Next steps would be to generate bundle descriptor automatically from maven configuration instead of defining it manually. Prerequisite for this is proper organization of optional dependencies as OSGI is sensitive to this.
Part of changes in #336.
@orange-buffalo ; minor change. Can you put the OSGi plugins under the Core ones and make them alphabetical order, with a heading of OSGi plugins, i.e.: @ https://github.com/orange-buffalo/dozer/blob/cc1ae301e87390087edddbdca70e6c21e03bc017/core/pom.xml#L244
@garethahealy will do, no worries. Just one question to be sure: when sorting alphabetically, should I first sort by groupId and then by artifactId or only by artifactId?
Group then artifactId.
@garethahealy, all done.
| gharchive/pull-request | 2017-05-03T05:58:43 | 2025-04-01T06:36:54.634668 | {
"authors": [
"garethahealy",
"orange-buffalo"
],
"repo": "DozerMapper/dozer",
"url": "https://github.com/DozerMapper/dozer/pull/348",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2021610670 | More balancing in fight
Mettez tous vos retours ici !
les nouveaux items c'est cool !
2.le buff de l'attaque de guilde pas encore test mais j'approuve totalement c'est une super idée
3.ensuite, l'attaque bouclier est vrmt trop op et l'attaque canon trop nulle (j'ai un peu l'impression que les dégâts de ces 2 attaques ont été inversés 🤔
4.le nerf canon casse totalement la dynamique de jeu des canonniers car le ralentissement du canon servait pour bcp.
5.l'égide puissante moi ça me choque pas
je reviendrais peut être après avoir test les fights plus amplement :)
les nouveaux items c'est cool !
2.le buff de l'attaque de guilde pas encore test mais j'approuve totalement c'est une super idée
3.ensuite, l'attaque bouclier est vrmt trop op et l'attaque canon trop nulle (j'ai un peu l'impression que les dégâts de ces 2 attaques ont été inversés 🤔
4.le nerf canon casse totalement la dynamique de jeu des canonniers car le ralentissement du canon servait pour bcp.
5.l'égide puissante moi ça me choque pas
je reviendrais peut être après avoir test les fights plus amplement :)
Cette issue est la uniquement pr l'équilibrage des combats, de préférence après au moins 20/30 fight pr éliminer un peu le facteur chance
Moi je dit que l'attaque bouclier rend le cannonier nul
Sa veut dire que le canonier est faible au chevalier au paladin soit plus de 60%des joueur donc bon on peut plus trop gagner et puis on a en plus une vie faible par rapport à ces deux classes donc autant ne plus combattre donc plus trop de raison d'être canon
Nerf la shield car ce genre de spam, déjà que je fais plus beaucoup de fight, ça donne juste envie de vomir.
Je partage mon point de vue en tant que mage.
Je ne suis pas d'avis de réduire la puissance du bouclier, ça donne au chevalier une vraie force d'attaque.
Cependant, il faudrait doubler la consommation de souffle nécessaire. Ça permettra de réduire son utilisation excessive.
Je partage mon point de vue en tant que mage.
Je ne suis pas d'avis de réduire la puissance du bouclier, ça donne au chevalier une vraie force d'attaque.
Cependant, il faudrait doubler la consommation de souffle nécessaire. Ça permettra de réduire son utilisation excessive.
Ca risque de reduire grandement la puissance des tanks tho
Pour moi il faudrait baisser la puissance de l'attaque bouclier et la probabilité de l'affaiblissement et il faudrait baisser la puissance de l'attaque ultime (au alentour de 275 ce serait bien).
Et il faudrait faire démarrer le paladin avec moins de souffle.
| gharchive/issue | 2023-12-01T21:31:57 | 2025-04-01T06:36:54.650812 | {
"authors": [
"0eddo",
"Aikoo-Sama",
"BastLast",
"Ravenclaw-l",
"Sousoulman",
"Thefox60"
],
"repo": "DraftBot-A-Discord-Adventure/DraftBot",
"url": "https://github.com/DraftBot-A-Discord-Adventure/DraftBot/issues/2327",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
273072353 | adding macOS support via Docker
This will allow you to run PiShrink on macOS with a Docker engine installed. I think this will also work on Linux but I haven't tested it.
awesome addition thanks 👍
It works on Linux :+1:
it works, please merge it
@pablobuenaposada commits have been squashed as requested.
@miathedev on MacOS I get a bunch of errors when I invoke docker-compose without privileged: true in the docker-compose.yml. I did remove privileged: true and re-add it and verify these go away.
WARNING: Image for service pishrink was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
losetup: /pishrink/universal.img: failed to set up loop device: Operation not permitted
Usage: tune2fs [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]
[-i interval[d|m|w]] [-j] [-J journal_options] [-l]
[-m reserved_blocks_percent] [-o [^]mount_options[,...]]
[-r reserved_blocks_count] [-u user] [-C mount_count]
[-L volume_label] [-M last_mounted_dir]
[-O [^]feature[,...]] [-Q quota_options]
[-E extended-option[,...]] [-T last_check_time] [-U UUID]
[-I new_inode_size] [-z undo_file] device
Usage: tune2fs [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]
[-i interval[d|m|w]] [-j] [-J journal_options] [-l]
[-m reserved_blocks_percent] [-o [^]mount_options[,...]]
[-r reserved_blocks_count] [-u user] [-C mount_count]
[-L volume_label] [-M last_mounted_dir]
[-O [^]feature[,...]] [-Q quota_options]
[-E extended-option[,...]] [-T last_check_time] [-U UUID]
[-I new_inode_size] [-z undo_file] device
mount: /tmp/tmp.92SPHlr0rf: can't find in /etc/fstab.
md5sum: /tmp/tmp.92SPHlr0rf/etc/rc.local: No such file or directory
/pishrink/pishrink.sh: line 63: [: !=: unary operator expected
umount: /tmp/tmp.92SPHlr0rf: must be superuser to unmount.
Usage: e2fsck [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
[-l|-L bad_blocks_file] [-C fd] [-j external_journal]
[-E extended-options] [-z undo_file] device
Emergency help:
-p Automatic repair (no questions)
-n Make no changes to the filesystem
-y Assume "yes" to all questions
-c Check for bad blocks and add them to the badblock list
-f Force checking even if filesystem is marked clean
-v Be verbose
-b superblock Use alternative superblock
-B blocksize Force blocksize when looking for superblock
-j external_journal Set location of the external journal
-l bad_blocks_file Add to badblocks list
-L bad_blocks_file Set badblocks list
-z undo_file Create an undo file
resize2fs 1.44.1 (24-Mar-2018)
Usage: resize2fs [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] [-S RAID-stride] [-z undo_file]
it's a shame nothing gets merged 😢
@deepeeess thanks anyway
All good I still have hope @pablobuenaposada. No merge conflicts yet 😜
All good I still have hope @pablobuenaposada. No merge conflicts yet 😜
probably a rebase would help?
I dunno, I'm not a git expert but I've kind of stopped using rebase because it messes with the history. If rebasing would help get this merged I'm wiling to do it.
You can put your commit on top with git rebase -i for example, shouldn't be any problem.
The thing is that there are quite some commits after this one and would be nice to test it with everything up to date.
You don't need to rebase it. I just have not had time to get to this particular issue and test it. It's next on my list for the project though!
I think not rebasing is a silly move, you would test it with old code, would work, and you will merge it giving the chance that the new commits mess up the dockerization and having a broken master until someone tells you about 🤷♂
I would merge in master before I start testing, don't worry about that ;)
well, here you have the first conflict, then can we rebase now?
@pablobuenaposada I resolved the merge conflict.
Hey @deepeeess @miathedev @pablobuenaposada you can use PiShrink dockerized | Docker Hub PiShrink:
macOS Setup
Install Docker Desktop on Mac
Make a copy of a Raspberry Pi SD card that you want to shrink (see instructions here).
Using the Terminal, access the directory containing the Raspberry Pi image:
cd ~/Directory-with-RPi-image
Run PiShrink dockerized:
docker run --privileged=true --rm \
--volume $(pwd):/workdir \
mgomesborges/pishrink \
pishrink -pZv IMAGE_NAME.img NEW-IMAGE_NAME.img
Didnt expect that this issue still exist after this time! @Drewsif what speaks against a merge?
I don't get it honestly, other people are starting to create their own repos with this project dockerized because this is getting postponed again and again.
ping @Drewsif! Is it possible to merge this?
Closing. Added docker in 1fe1137. Sorry for the delays
Woo!
| gharchive/pull-request | 2017-11-10T21:57:28 | 2025-04-01T06:36:54.695792 | {
"authors": [
"Axel-Jacobsen",
"Drewsif",
"a2f0",
"deepeeess",
"mgomesborges",
"miathedev",
"pablobuenaposada",
"revolunet"
],
"repo": "Drewsif/PiShrink",
"url": "https://github.com/Drewsif/PiShrink/pull/27",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2574621060 | About training data process
Hi,
Thank you for your outstanding work! I have a question regarding the training process. When generating the conditioning signal, I understand that the point cloud is obtained from a single frame. However, during rendering, is the camera pose derived from running dust3r on a single frame, or from a clip of 25 frames? If it's the latter, could there be any discrepancies between the pose predicted from 25 frames during rendering and the one predicted from a single frame during inference?
Thank you for your help and for the excellent work you’ve done!
Thanks for your interest!
During training, the camera poses are derived from all 25 frames. During inference, the reference camera pose is not predicted; instead, it is fixed at (r, 0, 0) in the world coordinate system, and the subsequent camera poses are specified by the users, so there should be no discrepancies.
| gharchive/issue | 2024-10-09T03:11:43 | 2025-04-01T06:36:54.698929 | {
"authors": [
"Drexubery",
"cyf23"
],
"repo": "Drexubery/ViewCrafter",
"url": "https://github.com/Drexubery/ViewCrafter/issues/28",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2592824635 | PBL IDEATION
Stock Sentiment Analyzer
Backend: Java pulls in real-time financial news or social media data related to specific stocks and runs sentiment analysis using an algorithm (positive, neutral, negative sentiment).
Frontend: JavaScript allows users to input stock tickers, with Markdown displaying sentiment scores and trends over time. A graph or colored indicator (green for positive, red for negative) visualizes stock perception.
Data Collection:
Use a news API (e.g., NewsAPI, Financial Modeling Prep) to fetch articles or news about a particular stock ticker. You can query this API with the stock's name or ticker symbol to gather relevant articles.
Alternatively, use social media APIs like Twitter’s API to gather tweets related to the stock.
Sentiment Analysis:
Use a sentiment analysis library for Java like Stanford CoreNLP, LingPipe, or Apache OpenNLP. These libraries can help you determine the sentiment of each article or tweet (e.g., positive, neutral, or negative).
Cryptocurrency Price Comparison Tool
Backend: Java fetches real-time prices for various cryptocurrencies from multiple exchanges and compares the price differences.
Frontend: JavaScript creates a sortable data table where users can view, compare, and sort cryptocurrencies by factors like price, volume, or percent change. Markdown organizes the table, and users can click headers to sort the data (e.g., ascending/descending order by price).
Portfolio Performance Dashboard
Backend: Java processes a user's stock portfolio, calculates performance metrics (e.g., total return, individual stock performance, gains/losses over time), and stores historical data for comparison.
Frontend: JavaScript allows users to input their portfolio (e.g., stocks owned, purchase prices), and Markdown displays performance in a dashboard format. It includes graphs showing performance over time, total portfolio growth, and breakdowns by stock.
Investment Risk Calculator
Backend: Java processes portfolio inputs to calculate the risk score based on diversification, past volatility, and returns. It also provides suggestions to lower risk.
Frontend: JavaScript allows users to input portfolio details (stock percentages, asset types), and Markdown displays the calculated risk score with a visual gauge or chart to represent risk levels, along with investment advice.
Crypto game
start by picking a period of time to start an investment strategy
anytime in the last three years
fetch historical crypto prices
| gharchive/issue | 2024-10-16T19:13:56 | 2025-04-01T06:36:54.708876 | {
"authors": [
"DrishyaMody"
],
"repo": "DrishyaMody/CSAstudent_T1",
"url": "https://github.com/DrishyaMody/CSAstudent_T1/issues/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1849918011 | DroidKaigi's code style is missing features that the IDE supports.
Spotless/ktlin recommends using trailing commas,
so setting this style as the default style for your project seems like the right choice.
Is there a reason you didn't add it?
I would like to add it definitely!
🙋
Thanks! Assigned 👍
| gharchive/issue | 2023-08-14T14:36:53 | 2025-04-01T06:36:54.710788 | {
"authors": [
"Pluu",
"takahirom"
],
"repo": "DroidKaigi/conference-app-2023",
"url": "https://github.com/DroidKaigi/conference-app-2023/issues/477",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1888944110 | [iOS] :sparkles: Spacing was added as a theme.
Issue
close #891
Overview (Required)
The title says it all.
@ry-itto @tkhs0604
For some reason, no reviewers were assigned, so I mentions it. :bow:
| gharchive/pull-request | 2023-09-10T03:03:10 | 2025-04-01T06:36:54.712393 | {
"authors": [
"Corvus400"
],
"repo": "DroidKaigi/conference-app-2023",
"url": "https://github.com/DroidKaigi/conference-app-2023/pull/1142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
145484508 | How to add this plugin to AOSP
I would like to use this plugin, but I can't figure out how to add it to my AOSP build. Could you give instructions?
You can add plugin to your build script (usually build.gradle) as any other plugin, snippets are available at gradle plugin portal. Note that plugin has to be applied to android application and/or library modules, not to root module.
Of course you also need a gradle-based AOSP modules. I've made them in following way:
Common macro referenced later in particular Android.mk files.
Can be placed in $(BUILD_SYSTEM)/gradle.mk:
submodule_path := $(LOCAL_PATH)/$(LOCAL_GRADLE_PROJECT_NAME)
apk_relative_path := app/build/outputs/apk/app-release.apk
PRIVATE_SRC_FILES := $(LOCAL_GRADLE_PROJECT_NAME)/$(apk_relative_path)
.PHONY: $(submodule_path)/$(apk_relative_path)
$(submodule_path)/$(apk_relative_path) :
PLATFORM_SDK_VERSION="$(PLATFORM_SDK_VERSION)" PRODUCT_AAPT_PREF_CONFIG="$(PRODUCT_AAPT_PREF_CONFIG)" PRODUCT_LOCALES="$(PRODUCT_LOCALES)" $(submodule_path)/gradlew assembleRelease -p $(submodule_path)
$(BUILD_SYSTEM) is <root aosp directory>/build/core. Note that there is hardcoded module name (app) and build variant name (release without flavor).
Contents of Android.mk files for gradle-bases modules:
LOCAL_PATH := $(call my-dir)
LOCAL_GRADLE_PROJECT_NAME := DemoApp
include $(BUILD_SYSTEM)/gradle.mk
include $(CLEAR_VARS)
LOCAL_REQUIRED_MODULES := libdemo
LOCAL_JNI_SHARED_LIBRARIES := libdemo
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE := $(notdir $(LOCAL_PATH))
LOCAL_MODULE_CLASS := APPS
LOCAL_SRC_FILES := $(PRIVATE_SRC_FILES)
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
Important lines:
LOCAL_GRADLE_PROJECT_NAME := DemoApp - value is a name of the directory of gradle project
LOCAL_CERTIFICATE := PRESIGNED - signingConfig has to be set in build.gradle
include $(BUILD_PREBUILT)
Directory structure:
├── Demo
│ ├── Android.mk
│ ├── CleanSpec.mk
│ └── DemoApp <- LOCAL_GRADLE_PROJECT_NAME
│ ├── app <- hardcoded gradle module name
│ ├── build.gradle <- release signingConfig and aosp-aapt-plugin
│ ├── gradle.properties
│ ├── gradlew
│ └── settings.gradle
Hi Koral,
Could you please let me know if you can share any sample app built with AOSP?
Hi,
unfortunately I don't have any complete sample to share.
| gharchive/issue | 2016-04-03T11:43:13 | 2025-04-01T06:36:54.717871 | {
"authors": [
"KrishnaGolakoti",
"fonic",
"koral--"
],
"repo": "DroidsOnRoids/android-gradle-aosp-aapt-plugin",
"url": "https://github.com/DroidsOnRoids/android-gradle-aosp-aapt-plugin/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1338023339 | [BUG] Make Mobile Responsive
Description
Problem: The input elements in the modal for the generators on mobile go out of the modal a little.
Solution: it's probably a padding or margin doing that. Use media query to make it fix in the modal container
Screenshots
Description
Problem: The input elements in the modal for the generators on mobile go out of the modal a little.
Solution: it's probably a padding or margin doing that. Use media query to make it fix in the modal container
Screenshots
I can work on this!
I can work on this!
Can I work on this issue?
Can I work on this issue?
Sure
Can I work on this issue?
Sure
I checked the website on my mobile, it's responsive!!
Can I work on this issue?
Sure
I checked the website on my mobile, it's already responsive!!
It's not, open it on your phone and open a generator
Can I work on this issue?
Sure
I checked the website on my mobile, it's already responsive!!
It's not, open it on your phone and open a generator
Check this ⬇
Can I work on this issue?
Sure
I checked the website on my mobile, it's already responsive!!
It's not, open it on your phone and open a generator
Check this ⬇
Use your laptop and then adjust it
Use your laptop and then adjust it
At which viewport?
Use your laptop and then adjust it
On which viewport?
Every check it
Can I work on this issue?
Sure
I checked the website on my mobile, it's already responsive!!
I had a issue on this for many of my projects, it all depends on the phone size, usually iPhones and all tend to be a issue but Androids not so much, while 50% of phones may be responsive to the website, another 50% or so it's not responsive, it all depends on the phone brand, so while working on this issue, we will have to adjust the size depending on the model of the phone, if possible (but I've never gotten to doing this).
I had a issue on this for many of my projects, it all depends on the phone size, usually iPhones and all tend to be a issue but Androids not so much, while 50% of phones may be responsive to the website, another 50% or so it's not responsive, it all depends on the phone brand, so while working on this issue, we will have to adjust the size depending on the model of the phone, if possible (but I've never gotten to doing this).
I use an android tho, but no worries i will work on this
:tada: This issue has been resolved in version 1.12.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
| gharchive/issue | 2022-08-13T18:12:54 | 2025-04-01T06:36:55.069447 | {
"authors": [
"Dun-sin",
"KendallDoesCoding",
"pushkaraj2007"
],
"repo": "Dun-sin/trick-generator",
"url": "https://github.com/Dun-sin/trick-generator/issues/105",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2023294922 | [BUG] Wizard has the cleric "Cast a spell" move.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Tap on '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: [e.g. Google Pixel 2 XL]
OS: [e.g. Android 10]
Version [e.g. 1.0.15]
Additional context
Add any other context about the problem here.
Fixed in v3.0.3 (b08a3a2)
| gharchive/issue | 2023-12-04T01:37:03 | 2025-04-01T06:36:55.074098 | {
"authors": [
"chenasraf",
"magnus-ISU"
],
"repo": "DungeonPaper/dungeon_world_data",
"url": "https://github.com/DungeonPaper/dungeon_world_data/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1228820713 | Add SciolyFF Converter
This PR adds the SciolyFF converter to the main Duosmium site.
This is a JS rewrite of csv-to-sciolyff (live).
TODO:
[] Error handling/display
[] Download button
[] iframe in preview page
[] window communication for preview page
| gharchive/pull-request | 2022-05-08T07:57:42 | 2025-04-01T06:36:55.076338 | {
"authors": [
"tctree333"
],
"repo": "Duosmium/duosmium",
"url": "https://github.com/Duosmium/duosmium/pull/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1157857830 | Update secretsmanager to 2.17.141
Updates software.amazon.awssdk:secretsmanager from 2.17.110 to 2.17.141.
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a .scala-steward.conf file.
Have a fantastic day writing Scala!
Ignore future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "secretsmanager" } ]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1
Superseded by #118.
| gharchive/pull-request | 2022-03-03T01:12:19 | 2025-04-01T06:36:55.088370 | {
"authors": [
"scala-steward"
],
"repo": "Dwolla/postgresql-init-custom-resource",
"url": "https://github.com/Dwolla/postgresql-init-custom-resource/pull/117",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1109143315 | Use timestamps_enabled? in UpdateFields and Upsert to prevent updated_at from being added to the item
Use timestamps_enabled? in UpdateFields and Upsert to prevent updated_at from being added to the item.
Currently, When I use upsert or update_fields, updated_at is added to the item even if I set table timestamps: false.
Good catch! Thank you for the fix.
| gharchive/pull-request | 2022-01-20T10:46:34 | 2025-04-01T06:36:55.122796 | {
"authors": [
"andrykonchin",
"oieioi"
],
"repo": "Dynamoid/dynamoid",
"url": "https://github.com/Dynamoid/dynamoid/pull/527",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1617545125 | issue-255: extract environment from docker compose and use react env
update env files
update docker compose for ols4-frontend to point to env file
fix for #255
| gharchive/pull-request | 2023-03-09T16:11:04 | 2025-04-01T06:36:55.327962 | {
"authors": [
"serjoshua"
],
"repo": "EBISPOT/ols4",
"url": "https://github.com/EBISPOT/ols4/pull/256",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1905638740 | changed the convention from hyphen to underscore
fixes #50
Changed the multi-word names' separators from hyphen to underscore
After merging this branch, we'll have to delete the previous seqcol objects already saved in our db (in the deployment server) and re-ingest them again.
Otherwise we'll face problems of compatibility and the comparison function won't work. Because the seqcol service won't be able to find any variables with the '_' (hyphen).
| gharchive/pull-request | 2023-09-20T20:02:05 | 2025-04-01T06:36:55.329405 | {
"authors": [
"waterflow80"
],
"repo": "EBIvariation/eva-seqcol",
"url": "https://github.com/EBIvariation/eva-seqcol/pull/51",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1335435182 | 🛑 EC-Nordbund is down
In 81e9afa, EC-Nordbund (https://www.ec-nordbund.de) was down:
HTTP code: 0
Response time: 0 ms
Resolved: EC-Nordbund is back up in 4bc8ba7.
| gharchive/issue | 2022-08-11T03:47:54 | 2025-04-01T06:36:55.371551 | {
"authors": [
"mathe42"
],
"repo": "EC-Nordbund/uptime",
"url": "https://github.com/EC-Nordbund/uptime/issues/55",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1929700373 | [Feature] Top Bar
Description
Top bar of the GUI. Copy the drop down menus and options from the old GUI
Reason For Request
Duplicate of #2, blocked on #20
| gharchive/issue | 2023-10-06T08:40:18 | 2025-04-01T06:36:55.372997 | {
"authors": [
"Lodod",
"atjn"
],
"repo": "ECDAR-AAU-SW-P5/Ecdar-GUI-Web",
"url": "https://github.com/ECDAR-AAU-SW-P5/Ecdar-GUI-Web/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
309303374 | Proper Ansible configuration for group vars
The playbook uses a role which has some dependencies including an nginx role. This needs a variable for which sites you want to enable on the nginx server. This should be put in group_vars, but for some reason ansible is not picking this up.
Fixed in 56b6788fd
| gharchive/issue | 2018-03-28T10:12:49 | 2025-04-01T06:36:55.532262 | {
"authors": [
"brucellino"
],
"repo": "EGI-Foundation/community.egi.eu",
"url": "https://github.com/EGI-Foundation/community.egi.eu/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1302984527 | [Auto-generated] Update dependencies
Update dependencies
Automatically created PR from ci/dependency-updates.
For more information see the "Dependabot updates" workflow.
To-do
[ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions.
[ ] Make sure that the PR is squash merged, with a sensible commit message.
Codecov Report
Merging #55 (7fd582f) into master (a21a829) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #55 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 210 210
=========================================
Hits 210 210
Flag
Coverage Δ
linux
100.00% <ø> (ø)
windows
?
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a21a829...7fd582f. Read the comment docs.
| gharchive/pull-request | 2022-07-13T06:50:51 | 2025-04-01T06:36:55.551572 | {
"authors": [
"TEAM4-0",
"codecov-commenter"
],
"repo": "EMMC-ASBL/otelib",
"url": "https://github.com/EMMC-ASBL/otelib/pull/55",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1201458062 | 主服MCDR插件加载问题
在完全配置好之后,执行!!msr start,主服务器MCDR插件会被卸载,(大概)插件加载目录变更出现问题, 主服内执行!!MCDR plg list 指令显示只加载到部分插件(!!msr 指令无效),并且直接在控制台输入指令服务端会无法正常接收到指令,重启服务端会恢复
感觉问题描述不是很清楚qwq
MCDR版本:2.3.2
插件版本:1.0.3
python版本:3.8.6
系统:Windows11 21H2 22000.593
config内command:python -m mcdreforged
主服务器 MCDR config内start_command:run.bat (java -jar -Xms128M -Xmx8G -server -Dlog4j2.formatMsgNoLookups=true fabric-server-launch.jar nogui)
Mirror MCDR config内start_command:java -Xms1G -Xmx4G -jar fabric-server-launch.jar nogui
好的 我先下载下来看下log先
你这个情况是间歇性的还是一直存在 我目前没存在你这个问题
你试试开启主服务器,然后开启镜像服,接着直接关掉镜像服,最后关掉主服务器,把logs文件夹里面的MCDR.log文件传给我
你这个情况是间歇性的还是一直存在 我目前没存在你这个问题 你试试开启主服务器,然后开启镜像服,接着直接关掉镜像服,最后关掉主服务器,把logs文件夹里面的MCDR.log文件传给我
每次都会出现这种情况(总感觉是win11的锅)
[MCDR] [2022-04-17 17:35:29] [MainThread/INFO]: MCDReforged正于Python 3.8.6环境中运行
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 刷新所有插件中
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 auto_plugin_reloader@1.0.1 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 bilibiliinfo@1.0.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 biliwiki@1.0.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 daycount_nbt@2.0.2 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 join_motd@1.2.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 kick_time_plugin@1.0.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 minecraft_data_api@1.4.1 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 mc_uuid@1.0.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 mirror_server_reforged@1.0.3 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 playerlist_getter@1.0.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 quick_backup_multi@1.3.3 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 插件 simple_here@1.0.0 已加载
[MCDR] [2022-04-17 17:35:29] [TaskExecutor/INFO]: 共加载: §712§r 个插件; 已加载插件数: §714§r
[MCDR] [2022-04-17 17:35:29] [MainThread/INFO]: 正在启动服务端,启动参数为 "java -Xms128M -Xmx2048M -jar fabric-server-launch.jar nogui"
[MCDR] [2022-04-17 17:35:29] [MainThread/INFO]: 服务端正在以 PID 20868 运行中
[MCDR] [2022-04-17 17:35:30] [CheckUpdate/INFO]: MCDR 已为最新版
[MCDR] [2022-04-17 17:35:52] [TaskExecutor/INFO]: rcon 已连接
[MCDR] [2022-04-17 17:36:03] [TaskExecutor/INFO]: §b[MirrorServerReforged] §6镜像服未运行!
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 刷新所有变更的插件中
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 auto_plugin_reloader@1.0.1 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 bilibiliinfo@1.0.0 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 biliwiki@1.0.0 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 daycount_nbt@2.0.2 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 join_motd@1.2.0 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 kick_time_plugin@1.0.0 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 mc_uuid@1.0.0 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 minecraft_data_api@1.4.1 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 mirror_server_reforged@1.0.3 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 playerlist_getter@1.0.0 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 quick_backup_multi@1.3.3 已卸载
[MCDR] [2022-04-17 17:36:10] [TaskExecutor/INFO]: 插件 simple_here@1.0.0 已卸载
[MCDR] [2022-04-17 17:38:56] [TaskExecutor/INFO]: rcon 已断开连接
[MCDR] [2022-04-17 17:38:58] [MainThread/INFO]: 等待服务端进程停止
[MCDR] [2022-04-17 17:38:58] [MainThread/INFO]: 服务端进程返回代码: 0
[MCDR] [2022-04-17 17:38:58] [MainThread/INFO]: 服务端已关闭
[MCDR] [2022-04-17 17:38:58] [MainThread/INFO]: 正在关闭 MCDR
[MCDR] [2022-04-17 17:38:58] [MainThread/INFO]: 正在关闭高级控制台
[MCDR] [2022-04-17 17:38:59] [MainThread/INFO]: bye
Mirror:
[MCDR] [2022-04-17 17:36:11] [MainThread/INFO]: MCDReforged正于Python 3.8.6环境中运行
[MCDR] [2022-04-17 17:36:11] [TaskExecutor/INFO]: 刷新所有插件中
[MCDR] [2022-04-17 17:36:11] [TaskExecutor/INFO]: 没有插件变更; 已加载插件数: §72§r
[MCDR] [2022-04-17 17:36:11] [MainThread/INFO]: 正在启动服务端,启动参数为 "java -Xms1G -Xmx2G -jar fabric-server-launch.jar nogui"
[MCDR] [2022-04-17 17:36:11] [MainThread/INFO]: 服务端正在以 PID 11244 运行中
[MCDR] [2022-04-17 17:36:12] [CheckUpdate/INFO]: MCDR 已为最新版
[MCDR] [2022-04-17 17:36:39] [TaskExecutor/INFO]: rcon 已连接
[MCDR] [2022-04-17 17:38:22] [TaskExecutor/INFO]: rcon 已断开连接
[MCDR] [2022-04-17 17:38:25] [MainThread/INFO]: 等待服务端进程停止
[MCDR] [2022-04-17 17:38:25] [MainThread/INFO]: 服务端进程返回代码: 0
[MCDR] [2022-04-17 17:38:25] [MainThread/INFO]: 服务端已关闭
[MCDR] [2022-04-17 17:38:25] [MainThread/INFO]: 正在关闭 MCDR
[MCDR] [2022-04-17 17:38:25] [MainThread/INFO]: 正在关闭高级控制台
[MCDR] [2022-04-17 17:38:44] [MainThread/INFO]: bye
你这个情况是间歇性的还是一直存在 我目前没存在你这个问题 你试试开启主服务器,然后开启镜像服,接着直接关掉镜像服,最后关掉主服务器,把logs文件夹里面的MCDR.log文件传给我
找到原因了qwq
插件AutoPluginReloader版本过时,更新至最新版无插件加载问题
出先问题的插件版本为1.0.1,最新版本为1.1.3
插件仓库:https://github.com/TISUnion/AutoPluginReloader
但是控制台输入命令还是不能正确地 发送到主服/镜像服
非常感谢能抽空帮我解决问题,因为我测试原因而导致没有定位到问题,很抱歉
我不确定问题(控制台输入命令不能正确地 发送到主服/镜像服)是如何导致的,能否提供一下建议
你这个情况是间歇性的还是一直存在 我目前没存在你这个问题 你试试开启主服务器,然后开启镜像服,接着直接关掉镜像服,最后关掉主服务器,把logs文件夹里面的MCDR.log文件传给我
找到原因了qwq
前面删掉了两条回复
发现问题 :
插件 AutoPluginReloader 版本过低,此前使用版本为1.0.1,现更新到1.1.3无问题
主服MCDR config 内 start_command 使用bat启动服务器start_command: run.bat, 更改为直接使用命令行命令:start_command: java -Xms1024M -Xmx8G -jar fabric-server-launch.jar nogui无问题
插件仓库:https://github.com/TISUnion/AutoPluginReloader
但是控制台输入命令还是不能正确地 发送到主服/镜像服
非常感谢能抽空帮我解决问题,因为我测试原因而导致没有定位到问题,很抱歉
我无法确定问题(控制台输入命令不能正确地 发送到主服/镜像服)是如何导致的,能否提供一下建议
你这个情况是间歇性的还是一直存在 我目前没存在你这个问题 你试试开启主服务器,然后开启镜像服,接着直接关掉镜像服,最后关掉主服务器,把logs文件夹里面的MCDR.log文件传给我
搞得我也不是很确定上面描述的问题是否正确了,肯定的是与 AutoPluginReloader 有关系(大概。。我再多测试测试
那我把AutoReloader加在一起再看看吧
你这个情况是间歇性的还是一直存在 我目前没存在你这个问题 你试试开启主服务器,然后开启镜像服,接着直接关掉镜像服,最后关掉主服务器,把logs文件夹里面的MCDR.log文件传给我
搞得我也不是很确定上面描述的问题是否正确了,肯定的是与 AutoPluginReloader 有关系(大概。。我再多测试测试 更新插件之后这个问题不稳定出现,正在进一步查找原因
[MCDR] [2022-04-17 20:13:50] [MainThread/INFO]: MCDReforged正于Python 3.8.6环境中运行
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 刷新所有插件中
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 auto_plugin_reloader@1.1.3 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 biliwiki@1.0.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 carpet_bot_manager@0.3.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 chatbridge@2.2.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 crash_restart@1.0.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 daycount_nbt@2.2.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 here@1.2.2 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 info@0.0.2 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 join_motd@1.2.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 location_marker@1.3.1 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 minecraft_data_api@1.4.1 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 mirror_server_reforged@1.0.3 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 playerlist_getter@1.0.0 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 quick_backup_multi@1.4.3 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 timed_quick_backup_multi@1.0.1 已加载
[MCDR] [2022-04-17 20:13:50] [TaskExecutor/INFO]: 插件 where_is@1.0.0 已加载
[MCDR] [2022-04-17 20:13:51] [TaskExecutor/INFO]: 共加载: §716§r 个插件; 已加载插件数: §718§r
[MCDR] [2022-04-17 20:13:51] [MainThread/INFO]: 正在启动服务端,启动参数为 "java -Xms1024M -Xmx8G -jar fabric-server-launch.jar nogui"
[MCDR] [2022-04-17 20:13:51] [MainThread/INFO]: 服务端正在以 PID 24724 运行中
[MCDR] [2022-04-17 20:13:53] [CheckUpdate/INFO]: MCDR 已为最新版
[MCDR] [2022-04-17 20:14:23] [TaskExecutor/INFO]: rcon 已连接
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 刷新所有变更的插件中
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 auto_plugin_reloader@1.1.3 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 biliwiki@1.0.0 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 carpet_bot_manager@0.3.0 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 location_marker@1.3.1 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 mirror_server_reforged@1.0.3 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 quick_backup_multi@1.4.3 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 timed_quick_backup_multi@1.0.1 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 where_is@1.0.0 已卸载
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 chatbridge@2.2.0 (plugins\ChatBridge.pyz) 拥有与已存在插件 chatbridge@2.2.0 (plugins\ChatBridge.pyz) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 crash_restart@1.0.0 (plugins\CrashRestart-v1.0.0.mcdr) 拥有与已存在插件 crash_restart@1.0.0 (plugins\CrashRestart-v1.0.0.mcdr) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 daycount_nbt@2.2.0 (plugins\DayCountNBT-v2.2.0.mcdr) 拥有与已存在插件 daycount_nbt@2.2.0 (plugins\DayCountNBT-v2.2.0.mcdr) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 here@1.2.2 (plugins\Here-v1.2.2.mcdr) 拥有与已存在插件 here@1.2.2 (plugins\Here-v1.2.2.mcdr) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 info@0.0.2 (plugins\Info-v0.0.2.mcdr) 拥有与已存在插件 info@0.0.2 (plugins\Info-v0.0.2.mcdr) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 join_motd@1.2.0 (plugins\JoinMOTD-v1.2.0.mcdr) 拥有与已存在插件 join_motd@1.2.0 (plugins\JoinMOTD-v1.2.0.mcdr) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 minecraft_data_api@1.4.1 (plugins\MinecraftDataAPI-v1.4.1.mcdr) 拥有与已存在插件 minecraft_data_api@1.4.1 (plugins\MinecraftDataAPI-v1.4.1.mcdr) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/ERROR]: 插件 playerlist_getter@1.0.0 (plugins\PlayerList.py) 拥有与已存在插件 playerlist_getter@1.0.0 (plugins\PlayerList.py) 相同的 id,已移除
[MCDR] [2022-04-17 20:15:02] [TaskExecutor/INFO]: 插件 simple_op@1.2.0 已加载
你的猜想是对的 AutoReloader 会在开镜像服工作目录变更的那一刻自动获取镜像服目录下的插件,查到同样的就给卸载了,而且在镜像服插件设置的5秒后自动切换回去后也不会自动再次加载,看样子可能是改目录这个操作在AutoReloader里面是被视为一个插件执行条件
然而就目前来说,更改工作目录对于镜像服插件来说是必须的(要不然会出现主服务器的logs/MCDR.log被占用而导致镜像服无法启动),所以暂时来说,这个插件冲突修复不了
然而就目前来说,更改工作目录对于镜像服插件来说是必须的(要不然会出现主服务器的logs/MCDR.log被占用而导致镜像服无法启动),所以暂时来说,这个插件冲突修复不了
好的,非常感谢来帮助我,有一个想法:能不能让镜像服在另一个cmd窗口里启动,主服和镜像挤到一个里面好难受
暂时解决就不用 AutoReloader 插件了
或许可以试试在镜像服里面不放 AutoPluginReloader,至少它不会卸载它自己,然后切换回主服务器工作目录时让它加载插件
以上是我的一个想法(我没尝试)
或许可以试试在镜像服里面不放 AutoPluginReloader,至少它不会卸载它自己,然后切换回主服务器工作目录时让它加载插件
以上是我的一个想法(我没尝试)
试过了,还是会出现此问题
然而就目前来说,更改工作目录对于镜像服插件来说是必须的(要不然会出现主服务器的logs/MCDR.log被占用而导致镜像服无法启动),所以暂时来说,这个插件冲突修复不了
好的,非常感谢来帮助我,有一个想法:能不能让镜像服在另一个cmd窗口里启动,主服和镜像挤到一个里面好难受 暂时解决就不用 AutoReloader 插件了
我一开始的想法确实是这样的,但是好像Windows的cmd传参有点小问题,然后后来我尝试用安静模式启动MCDR,但是这样切换目录就没有意义了(因为安静模式下MCDR不会受到切换目录的影响,还是会出现log文件被占用而无法启动),等我晚点再找个好的解决方式
或许可以试试在镜像服里面不放 AutoPluginReloader,至少它不会卸载它自己,然后切换回主服务器工作目录时让它加载插件
以上是我的一个想法(我没尝试)
试过了,还是会出现此问题
行吧,那看来目前的解决方案就是两个插件停用其中一个了
或许可以试试在镜像服里面不放 AutoPluginReloader,至少它不会卸载它自己,然后切换回主服务器工作目录时让它加载插件
以上是我的一个想法(我没尝试)
试过了,还是会出现此问题
行吧,那看来目前的解决方案就是两个插件停用其中一个了
谢谢帮助
| gharchive/issue | 2022-04-12T08:54:48 | 2025-04-01T06:36:55.568357 | {
"authors": [
"GamerNoTitle",
"tangsu99"
],
"repo": "EMUnion/MirrorServerReforged",
"url": "https://github.com/EMUnion/MirrorServerReforged/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
449496421 | Handle notifications
Notifications
This PR extends the subscription behavior of actionType to be aware of notifications. The syntax looks like this:
[originating_account]::[action_name]>[notified_account]
For example, given that action 'foo' of account 'originating' notifies account 'notified', a subscription to this notification would look like this:
originating::foo>notified
With this subscription, its corresponding Updater or Effect will only run when account originating notifies notified of the action foo. Since the wildcard operator * works in combination, you can track all notifications from action originating::foo via:
originating::foo>*
Likewise, you can track all notifications to notified via:
*::*>notified
Other PR Changes
Add property isNotification to interface EosPayload
StateHistoryPostgresBlock now records whether an action is a notification or not via isNotification
MassiveEosActionHandler now validates all actionTypes of all Updaters and Effects of all HandlerVersions upon instantiation, and throws an error if there is one or more invalid actionType.
Does the original syntax still work or is this a breaking change for how we subscribe?
Does the original syntax still work or is this a breaking change for how we subscribe?
Nevermind, reading the code helps. Looks like it is backwards compatible.
| gharchive/pull-request | 2019-05-28T21:59:01 | 2025-04-01T06:36:55.619967 | {
"authors": [
"flux627",
"jeffreyssmith2nd"
],
"repo": "EOSIO/demux-js-eos",
"url": "https://github.com/EOSIO/demux-js-eos/pull/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
944979265 | remove copy of reversible blocks directory in snapshot tests - 2.0
Change Description
This removed copy needs to do nothing, otherwise the test cannot pass because an opened (and thus dirty) reversible block database gets copied to the new chain data directory and cannot be used because it is dirty. Indeed, this copy did nothing until boost 1.74, and it also did nothing for boost 1.74+ with EOSIO/fc#176. But unfortunately that fc commit was not backported to 2.0.x
Since the test's behavior is dependent on this line doing nothing, remove the line :smile:
For consistency this removal should be applied on all branches once accepted.
("nothing" here doesn't literally mean nothing, but rather that a copy of the reversible DB file does not occur)
Change Type
Select ONE:
[ ] Documentation
[ ] Stability bug fix
[x] Other
[ ] Other - special case
Testing Changes
Select ANY that apply:
[ ] New Tests
[ ] Existing Tests
[ ] Test Framework
[ ] CI System
[ ] Other
Consensus Changes
[ ] Consensus Changes
API Changes
[ ] API Changes
Documentation Additions
[ ] Documentation Additions
Because this line is actually already removed in 2.2, I'm not going to bother with a 2.1 uplift. 2.1 won't break as is (because of the fc fix).
| gharchive/pull-request | 2021-07-15T04:10:31 | 2025-04-01T06:36:55.628415 | {
"authors": [
"spoonincode"
],
"repo": "EOSIO/eos",
"url": "https://github.com/EOSIO/eos/pull/10515",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
648438329 | New Logger - add_transaction_failure_tracing
New logger add_transaction_failure_tracing reflected. Resolves #9252
Modified transaction_tracing info based on SME feedback
Change Description
Change Type
Select ONE
[x] Documentation
[ ] Stability bug fix
[ ] Other
[ ] Other - special case
Consensus Changes
[ ] Consensus Changes
API Changes
[ ] API Changes
Documentation Additions
[x] Documentation Additions
This PR was based on assuming that the release/2.0.x change was meant to be reflected into develop, whereas the original change was what was desired, and the release/2.0.x change was meant to keep from making that change in a minor release. Closing this PR.
| gharchive/pull-request | 2020-06-30T19:30:31 | 2025-04-01T06:36:55.634055 | {
"authors": [
"bobgt",
"brianjohnson5972"
],
"repo": "EOSIO/eos",
"url": "https://github.com/EOSIO/eos/pull/9271",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
372387832 | TypeError: WEBPACK_IMPORTED_MODULE_1_eosjs.Rpc is undefined
Version of EOSJS
^20.0.0-beta2
Describe the bug
I keep getting this error on react everytime I try to initiate a transaction witth EOSJS
To Reproduce
import {Api, Rpc, SignatureProvider} from 'eosjs'
import shajs from 'sha.js'
//httpEndpoint
const httpEndpoint = "http://127.0.0.1:8888";
const ContractName = "cx";
//main action call to blockchain
async function takeAction(action, dataValue) {
const privateKey = localStorage.getItem("KEY");
const rpc = new Rpc.JsonRpc();
const signatureProvider = new SignatureProvider([privateKey]);
const api = new Api({ rpc, signatureProvider, textDecoder: new TextDecoder(), textEncoder: new TextEncoder() });
// Main call to blockchain after setting action, account_name and data
try {
const resultWithConfig = await api.transact({
actions: [{
account: ContractName,
name: action,
authorization: [{
actor: localStorage.getItem("USERNAME"),
permission: 'active'
}],
data: dataValue,
}]
}, {
blocksBehind: 3,
expireSeconds: 30,
});
return resultWithConfig;
} catch (err) {
throw(err)
}
}
Expected behavior
I'm really new to eosjs and would really love to get past this asap
Hello feekayo,
We have made a few breaking changes moving from beta1->beta2, which have been outlined in the PR here along with appropriate updates to the README. Included in those changes is a refactor of the JsonRpc and JsSignatureProvider classes and how they're imported, so please update your code according to the new documentation and let us know if you have any further issues. We will also be doing some release notes outlining these changes today in order to minimize any confusion on the changes from beta1->beta2.
no Rpc., just jsonRpc. or use
import * as Eos from 'eosjs'
no Rpc., just jsonRpc. or use
import * as Eos from 'eosjs'
@iKest actually, you won't have to use JsonRpc. syntax anymore either. The interfaces have been pulled out of the eosjs_jsonrpc file now, so the syntax is now simply const rpc = new JsonRpc(httpEndpoint). The second issue for @feekayo is he must import the signature provider as JsSignatureProvider, but this is also outlined in our README and PR notes.
Thanks for your assistance. You guys are doing an exceptional job...
I've refactored my code.. Now I'm getting an error: fetching the abi
(internal service error) for my smart contract. Its progress I guess...
On Mon, Oct 22, 2018, 16:29 Cody Douglass notifications@github.com wrote:
@iKest https://github.com/iKest actually, you won't have to use
JsonRpc. syntax anymore either. The interfaces have been pulled out of the
eosjs_jsonrpc file now, so the syntax is now simply const rpc = new
JsonRpc(httpEndpoint). The second issue for @feekayo
https://github.com/feekayo is he must import the signature provider as
JsSignatureProvider, but this is also outlined in our README and PR notes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/EOSIO/eosjs/issues/405#issuecomment-431869140, or mute
the thread
https://github.com/notifications/unsubscribe-auth/APh8BrLngg2H1pxO-AkNj3fA4ua9JNnVks5uneRLgaJpZM4Xyz2Y
.
Thanks, happy to help eager developers out!
Many of the errors from the chain are obfuscated to "Internal Service Errors" for security purposes as of right now, but since you are running a local node you should be able to see the specifics of that error message in the terminal running your local node. Without seeing the updated code, I can't say for sure what the error might be, but there's two things that come to mind right off the bat:
Ensure you are using the correct httpEndpoint when intializing JsonRpc because this endpoint will be called upon to retrieve the abis
Ensure your transaction is not malformed and the contract actually exists on your local chain, the contractName and action need to reference a contract you've created when initializing your chain (i.e. account: "eosio.token", name: "transfer") here's a reference for these contracts.
This is me pushing the contract to my local node
this is the error log on my client browswer
This is the network trace on mozilla..
I know I am definitely doing something wrong... I have made the updates you asked for in my code.. Still getting the same error.
Thanks for your assistance
catch the error with:
catch (e) {
console.log('\nCaught exception: ' + e);
if (e instanceof RpcError)
console.log(JSON.stringify(e.json, null, 2);
}
for more error information
Here's what I got
The error on my local node from the get_abi function
The error on my log from get_abi function
I unlocked my wallets before carrying out the actions
| gharchive/issue | 2018-10-22T03:56:09 | 2025-04-01T06:36:55.649239 | {
"authors": [
"c0d3ster",
"feekayo",
"iKest"
],
"repo": "EOSIO/eosjs",
"url": "https://github.com/EOSIO/eosjs/issues/405",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
326370620 | Double-fault handler not running correctly
It seems like the double fault handler isn't running with its own stack like is intended. This should be investigated.
In #46, a TODO was added with a test for this functionality that should be updated once the issue is fixed.
| gharchive/issue | 2018-05-25T03:43:24 | 2025-04-01T06:36:55.660175 | {
"authors": [
"4e554c4c",
"jjgarzella"
],
"repo": "ESALP/ESALP-1",
"url": "https://github.com/ESALP/ESALP-1/issues/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
430174633 | Various changes (unit tests, scripts from private repositories)
This PR contains several changes:
Unit tests for esmvaltool.diag_scripts.shared.io and esmvaltool.diag_scripts.shared.iris_helpers
Fix and derivation scripts from the private repositories which should be available in the public repo
Various smaller optimizations
Update of recipe_flato13ipcc with recent CMIP6 models.
I addressed all comments, added units tests for the preprocessor and fix files and removed the fixes for the CMIP6 models (see discussion in #983).
| gharchive/pull-request | 2019-04-07T18:06:17 | 2025-04-01T06:36:55.715633 | {
"authors": [
"schlunma"
],
"repo": "ESMValGroup/ESMValTool",
"url": "https://github.com/ESMValGroup/ESMValTool/pull/1012",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1538048636 | Improve flexibility of cloud diagnostics
Description
This technical PR increases the flexibility of the cloud diagnostics stored in diag_script/clouds to allow for:
analyzing single model datasets, i.e. dropping the requirement for having multiple datasets and
splitting a variable in a recipe into two sections (e.g. "clt" and "clt_icon") in case two different preprocessors are required. Two different preprocessors are required e.g. for ICON data (unstructured data) as the same regridder cannot be applied (yet) to data on regular grids such as observations.
Test recipes
Multiple CMIP models + ICON (new): recipe_test_cmip.yml.txt
Single model (new): recipe_test_single.yml.txt
Checklist
It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
[x] 🛠 This pull request has a descriptive title
[x] 🛠 Code is written according to the code quality guidelines
[x] 🛠 Documentation is available
[x] 🛠 Tests run successfully
[x] 🛠 The list of authors is up to date
[x] 🛠 Any changed dependencies have been added or removed correctly
[x] 🛠 All checks below this pull request were successful
New or updated recipe/diagnostic
[ ] 🧪 Recipe runs successfully
[x] 🧪 Recipe is well documented
[ ] 🧪 Figure(s) and data look as expected from literature
[x] 🛠 Provenance information has been added
Thanks for expanding your diagnostics @axel-lauer!
I tested both recipes, both ran successfully! :tada: However, there were a couple of warnings from the NCL scripts:
recipe_test_cmip.yml:
WARNING [2341674] NCL: warning:Dimension (0) has not been defined
WARNING [2341674] There were warnings during the execution of NCL script clouds/clouds.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_cmip_20230120_083422/run/clouds_clim_cmip5/avgclt/log.txt
WARNING [2341674] NCL: INFO warning: cannot calculate t-test for dataset ERA5; need at least 3 years, dataset length = 2 years; disabling t-test
WARNING [2341674] There were warnings during the execution of NCL script clouds/clouds_zonal.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_cmip_20230120_083422/run/clw_cmip5/zonal/log.txt
WARNING [2339109] NCL: warning:avg: Entire input array contains missing values, can't compute average
WARNING [2339109] NCL: warning:avg: Entire input array contains missing values, can't compute average
WARNING [2339109] NCL: warning:avg: Entire input array contains missing values, can't compute average
...
WARNING [2341674] NCL: warning:ContourPlotInitialize: no valid values in scalar field; ContourPlot not possible:[errno=1101]
WARNING [2341674] NCL: ^Mwarning:ContourPlotSetValues: Data values out of range of levels set by EXPLICITLEVELS mode
WARNING [2341674] NCL: ^Mwarning:ContourPlotInitialize: no valid values in scalar field; ContourPlot not possible:[errno=1101]
WARNING [2341674] NCL: ^Mwarning:ContourPlotInitialize: no valid values in scalar field; ContourPlot not possible:[errno=1101]
WARNING [2341674] NCL: ^Mwarning:ContourPlotSetValues: Data values out of range of levels set by EXPLICITLEVELS mode
WARNING [2341674] There were warnings during the execution of NCL script clouds/clouds_dyn_matrix.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_cmip_20230120_083422/run/clouds_dynmatrices_cmip5_ocean/dynclt/log.txt
WARNING [2341674] NCL: warning:TransformDataPolyline, not enough points for a line
WARNING [2341674] There were warnings during the execution of NCL script clouds/clouds_pdf.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_cmip_20230120_083422/run/pdf_clt_djf_cmip5/southernocean/log.txt
recipe_test_single.yml:
WARNING [2339113] NCL: warning:TransformDataPolyline, not enough points for a line
WARNING [2339113] There were warnings during the execution of NCL script clouds/clouds_pdf.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_single_20230120_083154/run/pdf_clt_djf_cmip5/southernocean/log.txt
WARNING [2339109] NCL: warning:avg: Entire input array contains missing values, can't compute average
WARNING [2339109] NCL: warning:avg: Entire input array contains missing values, can't compute average
WARNING [2339109] NCL: warning:avg: Entire input array contains missing values, can't compute average
...
WARNING [2339109] There were warnings during the execution of NCL script clouds/clouds_dyn_matrix.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_single_20230120_083154/run/clouds_dynmatrices_cmip5_ocean/dynclt/log.txt
WARNING [2339107] NCL: warning:Dimension (0) has not been defined
WARNING [2339107] There were warnings during the execution of NCL script clouds/clouds.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_single_20230120_083154/run/clouds_clim_cmip5/avgclt/log.txt
WARNING [2339101] NCL: INFO warning: cannot calculate t-test for dataset ERA5; need at least 3 years, dataset length = 2 years; disabling t-test
WARNING [2339101] There were warnings during the execution of NCL script clouds/clouds_zonal.ncl, for details, see the log /home/b/b309141/scratch/esmvaltool_output/recipe_test_single_20230120_083154/run/cl_cmip5/zonal/log.txt
In addition, all dyn_matrix plots that involve ICON are empty, e.g.,
I am currently also running other cloud recipes to test if anything is broken. So far I found a problem with recipe_clouds_ipcc.yml in the diagnostic clouds_ipcc_lwcre/clim:
6 INFO Loading settings from /home/b/b309141/scratch/esmvaltool_output/recipe_clouds_ipcc_20230120_084545/run/clouds_ipcc_lwcre/clim/settings.ncl
7 INFO Loading input data description from /home/b/b309141/scratch/esmvaltool_output/recipe_clouds_ipcc_20230120_084545/preproc/clouds_ipcc_lwcre/lwcre/lwcre_info.ncl
8 INFO ++++++++++++++++++++++++++++++++++++++++++
9 INFO clim (var: lwcre)
10 INFO ++++++++++++++++++++++++++++++++++++++++++
11 fatal:syntax error: line 211 in file /home/b/b309141/repos/ESMValTool/esmvaltool/diag_scripts/clouds/clouds_ipcc.ncl before or near delete
12 delete
13 ---------^
14
15 ^Mfatal:error in statement
16 ^Mfatal:Syntax Error in block, block not executed
17 ^Mfatal:error at line 780 in file /home/b/b309141/repos/ESMValTool/esmvaltool/diag_scripts/clouds/clouds_ipcc.ncl
@axel-lauer this looks very useful indeed (to my untrained NCL and sciencey eye), you should add the Milestone 2.8 to it, I reckon! @ESMValGroup/tech-reviewers can we have one NCL expert look at this please? :beer:
Thanks @schlunma for taking a look! I found out that I made a mistake in the test recipes so only part of the functionality was actually tested. I updated the test recipes (sorry about this):
recipe_test_cmip.yml.txt
recipe_test_single.yml.txt
I think the NCL warning about entire input arrays containing missing values resulting in the dyn_matrix plots for ICON being empty are caused by a problem with the extract_levels preprocessor. I use the preprocessor to select the 500 hPa level of wap, which results in an empty output field (containing only nan values). The preprocessor gives the following warning:
WARNING [1425940] There were warnings in variable wap:
Cannot check requested values of 3D coordinate plev since it is not 1D
loaded from file /work/bd0854/b309141/icon_eval/data/cool014/cool014_atm_3d_ml_1979-2014.nc
WARNING [1425940] There were warnings in variable wap:
Cannot check requested values of 3D coordinate plev since it is not 1D
loaded from file
This problem can be reprocuded with this test recipe: recipe_test_wap.yml.txt
If you think this could indeed be a more general problem, I would open an issue. In any case, I think the empty ICON plot and the many related NCL warnings are not a problem of the changes introduced in this PR.
Thanks for the update Axel! I will test this again with the new recipe versions.
Regarding the preprocessor for wap: I think you need a coordinate: air_pressure for the extract_levels preprocessor since ICON does not have a 1D but 3D air_pressure field. The warning is not related to that. I fix that when testing the recipes; if it works I will update the corresponding ICON documentation!
However, the dyn_matrix plots for ICON look a bit weird and very different to the other models:
I think there might be something strange going on with the unit conversion for ICON data.
convert_units:
units: "Pa min-1"
The first time step in the preprocessed files for ICON contains only very low values (in contrast to the other time steps). This seems wrong to me and might explain the "line" around wap=0 in the plot. Here an example of the first two time steps of the preprocessed files to illustrate what I mean (left = ERA5 and right = ICON). Btw, the other time steps also look strange. The values seem rather noisy and quite high compared to what I would expect.
I don't think this is an issue with the convert_units preprocessor. This is the raw data for January 2004:
> cdo infon -seldate,2004-01-31 -selvar,wap cool014_atm_3d_ml_1979-2014.nc 407ms
cdo(1) seldate: Process started
cdo(2) selname: Process started
-1 : Date Time Level Gridsize Miss : Minimum Mean Maximum : Parameter name
1 : 2004-01-31 23:45:00 1 20480 0 : -7.1167e-09 2.9211e-13 7.7118e-09 : wap
2 : 2004-01-31 23:45:00 2 20480 0 : -3.1761e-08 -4.9191e-11 3.0903e-08 : wap
3 : 2004-01-31 23:45:00 3 20480 0 : -6.5397e-08 -5.7341e-11 7.3015e-08 : wap
4 : 2004-01-31 23:45:00 4 20480 0 : -1.3055e-07 -5.4905e-11 1.0615e-07 : wap
5 : 2004-01-31 23:45:00 5 20480 0 : -2.9226e-07 1.7382e-10 2.1725e-07 : wap
6 : 2004-01-31 23:45:00 6 20480 0 : -6.8148e-07 4.0211e-10 3.0572e-07 : wap
7 : 2004-01-31 23:45:00 7 20480 0 : -6.7034e-07 4.4165e-10 6.1205e-07 : wap
8 : 2004-01-31 23:45:00 8 20480 0 : -7.8983e-07 8.1892e-10 7.2386e-07 : wap
9 : 2004-01-31 23:45:00 9 20480 0 : -7.0851e-07 9.1138e-10 7.4135e-07 : wap
10 : 2004-01-31 23:45:00 10 20480 0 : -9.2007e-07 9.0179e-10 9.1854e-07 : wap
11 : 2004-01-31 23:45:00 11 20480 0 : -1.2227e-06 7.9684e-10 9.8680e-07 : wap
12 : 2004-01-31 23:45:00 12 20480 0 : -1.5929e-06 2.7547e-10 1.2892e-06 : wap
13 : 2004-01-31 23:45:00 13 20480 0 : -2.2430e-06 -1.6896e-10 1.3992e-06 : wap
14 : 2004-01-31 23:45:00 14 20480 0 : -2.4143e-06 -5.5042e-10 2.0248e-06 : wap
15 : 2004-01-31 23:45:00 15 20480 0 : -3.7398e-06 -1.9255e-09 2.4443e-06 : wap
16 : 2004-01-31 23:45:00 16 20480 0 : -5.6178e-06 -3.6629e-09 4.0683e-06 : wap
17 : 2004-01-31 23:45:00 17 20480 0 : -4.1424e-06 -5.8895e-09 4.2739e-06 : wap
18 : 2004-01-31 23:45:00 18 20480 0 : -6.0425e-06 -9.0078e-09 6.2628e-06 : wap
19 : 2004-01-31 23:45:00 19 20480 0 : -1.1072e-05 -1.3541e-08 6.6932e-06 : wap
20 : 2004-01-31 23:45:00 20 20480 0 : -1.6428e-05 -1.6153e-08 1.1556e-05 : wap
21 : 2004-01-31 23:45:00 21 20480 0 : -3.0966e-05 -1.9117e-08 1.2874e-05 : wap
22 : 2004-01-31 23:45:00 22 20480 0 : -3.2487e-05 -2.0433e-08 1.6764e-05 : wap
23 : 2004-01-31 23:45:00 23 20480 0 : -3.2672e-05 -2.9051e-08 3.7560e-05 : wap
24 : 2004-01-31 23:45:00 24 20480 0 : -0.00011018 -4.5185e-08 8.6546e-05 : wap
25 : 2004-01-31 23:45:00 25 20480 0 : -0.00024596 -5.7868e-08 0.00012716 : wap
26 : 2004-01-31 23:45:00 26 20480 0 : -0.00034678 -6.3702e-08 0.00013203 : wap
27 : 2004-01-31 23:45:00 27 20480 0 : -0.00041334 -4.1644e-08 0.00016758 : wap
28 : 2004-01-31 23:45:00 28 20480 0 : -0.00044360 -3.1704e-09 0.00015490 : wap
29 : 2004-01-31 23:45:00 29 20480 0 : -0.00044274 3.6188e-08 0.00021983 : wap
30 : 2004-01-31 23:45:00 30 20480 0 : -0.00043368 6.6305e-08 0.00027186 : wap
31 : 2004-01-31 23:45:00 31 20480 0 : -0.00051028 8.3887e-08 0.00028731 : wap
32 : 2004-01-31 23:45:00 32 20480 0 : -0.00054055 9.7393e-08 0.00031635 : wap
33 : 2004-01-31 23:45:00 33 20480 0 : -0.00054955 1.0517e-07 0.00032663 : wap
34 : 2004-01-31 23:45:00 34 20480 0 : -0.00053920 1.0675e-07 0.00030782 : wap
35 : 2004-01-31 23:45:00 35 20480 0 : -0.00054621 1.0248e-07 0.00027728 : wap
36 : 2004-01-31 23:45:00 36 20480 0 : -0.00055896 9.3676e-08 0.00024290 : wap
37 : 2004-01-31 23:45:00 37 20480 0 : -0.00055081 1.0464e-07 0.00026969 : wap
38 : 2004-01-31 23:45:00 38 20480 0 : -0.00051664 1.3339e-07 0.00029790 : wap
39 : 2004-01-31 23:45:00 39 20480 0 : -0.00046242 1.6843e-07 0.00028879 : wap
40 : 2004-01-31 23:45:00 40 20480 0 : -0.00040076 2.2412e-07 0.00024659 : wap
41 : 2004-01-31 23:45:00 41 20480 0 : -0.00033678 3.1324e-07 0.00025553 : wap
42 : 2004-01-31 23:45:00 42 20480 0 : -0.00028845 4.7916e-07 0.00031654 : wap
43 : 2004-01-31 23:45:00 43 20480 0 : -0.00030098 8.0699e-07 0.00039933 : wap
44 : 2004-01-31 23:45:00 44 20480 0 : -0.00031034 1.4062e-06 0.00048213 : wap
45 : 2004-01-31 23:45:00 45 20480 0 : -0.00032026 2.3831e-06 0.00058814 : wap
46 : 2004-01-31 23:45:00 46 20480 0 : -0.00030654 3.1999e-06 0.00063805 : wap
47 : 2004-01-31 23:45:00 47 20480 0 : -0.00029163 3.3656e-06 0.00066832 : wap
cdo(2) selname: Processed 415825920 values from 13 variables over 432 timesteps
cdo(1) seldate: Processed 962560 values from 1 variable over 302 timesteps
This is the data for February 2004:
> cdo infon -seldate,2004-02-29 -selvar,wap cool014_atm_3d_ml_1979-2014.nc 1161ms
cdo(1) seldate: Process started
cdo(2) selname: Process started
-1 : Date Time Level Gridsize Miss : Minimum Mean Maximum : Parameter name
1 : 2004-02-29 23:45:00 1 20480 0 : -2.1174e-05 8.6242e-10 2.2940e-05 : wap
2 : 2004-02-29 23:45:00 2 20480 0 : -9.4485e-05 -1.4635e-07 9.1931e-05 : wap
3 : 2004-02-29 23:45:00 3 20480 0 : -0.00019453 -1.7060e-07 0.00021722 : wap
4 : 2004-02-29 23:45:00 4 20480 0 : -0.00038835 -1.6339e-07 0.00031578 : wap
5 : 2004-02-29 23:45:00 5 20480 0 : -0.00086941 5.1721e-07 0.00064632 : wap
6 : 2004-02-29 23:45:00 6 20480 0 : -0.0020274 1.1968e-06 0.00090943 : wap
7 : 2004-02-29 23:45:00 7 20480 0 : -0.0019942 1.3146e-06 0.0018208 : wap
8 : 2004-02-29 23:45:00 8 20480 0 : -0.0023497 2.4369e-06 0.0021536 : wap
9 : 2004-02-29 23:45:00 9 20480 0 : -0.0021078 2.7117e-06 0.0022054 : wap
10 : 2004-02-29 23:45:00 10 20480 0 : -0.0027371 2.6831e-06 0.0027326 : wap
11 : 2004-02-29 23:45:00 11 20480 0 : -0.0036374 2.3709e-06 0.0029359 : wap
12 : 2004-02-29 23:45:00 12 20480 0 : -0.0047377 8.1947e-07 0.0038348 : wap
13 : 2004-02-29 23:45:00 13 20480 0 : -0.0066719 -5.0325e-07 0.0041623 : wap
14 : 2004-02-29 23:45:00 14 20480 0 : -0.0071829 -1.6383e-06 0.0060240 : wap
15 : 2004-02-29 23:45:00 15 20480 0 : -0.011125 -5.7302e-06 0.0072727 : wap
16 : 2004-02-29 23:45:00 16 20480 0 : -0.016713 -1.0901e-05 0.012105 : wap
17 : 2004-02-29 23:45:00 17 20480 0 : -0.012325 -1.7528e-05 0.012716 : wap
18 : 2004-02-29 23:45:00 18 20480 0 : -0.017976 -2.6806e-05 0.018631 : wap
19 : 2004-02-29 23:45:00 19 20480 0 : -0.032936 -4.0296e-05 0.019913 : wap
20 : 2004-02-29 23:45:00 20 20480 0 : -0.048872 -4.8070e-05 0.034375 : wap
21 : 2004-02-29 23:45:00 21 20480 0 : -0.092113 -5.6895e-05 0.038296 : wap
22 : 2004-02-29 23:45:00 22 20480 0 : -0.096644 -6.0815e-05 0.049871 : wap
23 : 2004-02-29 23:45:00 23 20480 0 : -0.097209 -8.6459e-05 0.11172 : wap
24 : 2004-02-29 23:45:00 24 20480 0 : -0.32778 -0.00013447 0.25749 : wap
25 : 2004-02-29 23:45:00 25 20480 0 : -0.73171 -0.00017222 0.37828 : wap
26 : 2004-02-29 23:45:00 26 20480 0 : -1.0317 -0.00018956 0.39279 : wap
27 : 2004-02-29 23:45:00 27 20480 0 : -1.2297 -0.00012390 0.49854 : wap
28 : 2004-02-29 23:45:00 28 20480 0 : -1.3198 -9.4015e-06 0.46081 : wap
29 : 2004-02-29 23:45:00 29 20480 0 : -1.3172 0.00010774 0.65397 : wap
30 : 2004-02-29 23:45:00 30 20480 0 : -1.2901 0.00019737 0.80877 : wap
31 : 2004-02-29 23:45:00 31 20480 0 : -1.5180 0.00024969 0.85475 : wap
32 : 2004-02-29 23:45:00 32 20480 0 : -1.6080 0.00028986 0.94114 : wap
33 : 2004-02-29 23:45:00 33 20480 0 : -1.6348 0.00031300 0.97170 : wap
34 : 2004-02-29 23:45:00 34 20480 0 : -1.6040 0.00031771 0.91573 : wap
35 : 2004-02-29 23:45:00 35 20480 0 : -1.6249 0.00030501 0.82489 : wap
36 : 2004-02-29 23:45:00 36 20480 0 : -1.6629 0.00027881 0.72265 : wap
37 : 2004-02-29 23:45:00 37 20480 0 : -1.6386 0.00031143 0.80220 : wap
38 : 2004-02-29 23:45:00 38 20480 0 : -1.5370 0.00039697 0.88614 : wap
39 : 2004-02-29 23:45:00 39 20480 0 : -1.3757 0.00050125 0.85904 : wap
40 : 2004-02-29 23:45:00 40 20480 0 : -1.1922 0.00066700 0.73351 : wap
41 : 2004-02-29 23:45:00 41 20480 0 : -1.0019 0.00093226 0.76024 : wap
42 : 2004-02-29 23:45:00 42 20480 0 : -0.85839 0.0014260 0.94201 : wap
43 : 2004-02-29 23:45:00 43 20480 0 : -0.89565 0.0024016 1.1884 : wap
44 : 2004-02-29 23:45:00 44 20480 0 : -0.92349 0.0041850 1.4348 : wap
45 : 2004-02-29 23:45:00 45 20480 0 : -0.95296 0.0070924 1.7502 : wap
46 : 2004-02-29 23:45:00 46 20480 0 : -0.91213 0.0095231 1.8987 : wap
47 : 2004-02-29 23:45:00 47 20480 0 : -0.86773 0.010016 1.9888 : wap
cdo(2) selname: Processed 415825920 values from 13 variables over 432 timesteps
cdo(1) seldate: Processed 962560 values from 1 variable over 303 timesteps
The values differ by a factor of ~10e4! The February values look much more similar than the data from other models, although the maximum is considerably higher. The noise you describe is also in the raw input data:
I don't think this is an issue with the convert_units preprocessor. This is the raw data for January 2004:
I agree. Thanks for checking! I think this is ready to be merged then.
| gharchive/pull-request | 2023-01-18T13:58:43 | 2025-04-01T06:36:55.743008 | {
"authors": [
"axel-lauer",
"schlunma",
"valeriupredoi"
],
"repo": "ESMValGroup/ESMValTool",
"url": "https://github.com/ESMValGroup/ESMValTool/pull/3016",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1208605931 | Improve num_regression with changes in percent
Add relative change, use sign on errors
The first idea would be to add a fourth column besides obtained_..., expected_... and diff: relative change. It would print the relative error of the obtained, in relation with the expected. It would also change to use a sign on the error.
Example:
obtained_U_gas [m/s] expected_U_gas [m/s] abs. diff rel. diff (%)
E 1 0.00000526006928701 0.00092027745031029 -0.000915017381023 -99.428425711698500
E 2 0.00109742144185932 0.05314025093428264 -0.052042829492423 -97.934858374650000
E 3 0.10233425003713974 0.83767265449607820 -0.735338404458939 -87.783503557400900
E 4 1.50587844448218111 2.46949341632139818 -0.963614971839210 -39.020754842692900
E 5 3.85292939530965661 4.17226524036200175 -0.319335845052350 -7.653776225996680
E 6 6.48537098006507318 6.44999832744570334 0.035372652619370 0.548413361114436
E 7 10.33851199361759932 9.96422211906309130 0.374289874554410 3.756338127372090
E 8 15.91086496866478051 15.83790607275804696 0.072958895906700 0.460659986058339
E 9 28.43953100878306728 28.31184178336182455 0.127689225421200 0.451009956887510
Note: using rel_error_in_percent = (obtained - expected) / abs(expected) * 100. There may be other better equations.
How it is currently:
E obtained_U_gas [m/s] expected_U_gas [m/s] diff
E 1 0.00000526006928701 0.00092027745031029 0.00091501738102328
E 2 0.00109742144185932 0.05314025093428264 0.05204282949242332
E 3 0.10233425003713974 0.83767265449607820 0.73533840445893850
E 4 1.50587844448218111 2.46949341632139818 0.96361497183921707
E 5 3.85292939530965661 4.17226524036200175 0.31933584505234514
E 6 6.48537098006507318 6.44999832744570334 0.03537265261936984
E 7 10.33851199361759932 9.96422211906309130 0.37428987455450802
E 8 15.91086496866478051 15.83790607275804696 0.07295889590673355
E 9 28.43953100878306728 28.31184178336182455 0.12768922542124272
Add changes on statistical properties
Sometimes it maybe useful to only look at variations in statistical properties, so this could be added to the output:
obtained_U_gas [m/s] expected_U_gas [m/s] abs. diff rel. diff (%)
E 1 0.00000526006928701 0.00092027745031029 -0.000915017381023 -99.428425711698500
(...)
E 9 28.43953100878306728 28.31184178336182455 0.127689225421200 0.451009956887510
E min 0.000005260069287 0.000920277450310 -0.000915017381023 -99.428425711698500
E max 28.439531008783000 28.311841783361800 0.127689225421200 0.451009956887510
E avg 7.404058191385600 7.566384460243630 -0.162326268858032 -2.145361099623600
E std 9.582861811894490 9.369144876763070 0.213716935131419 2.281071943518240
I'll mention @tadeu here since he's the original author of this request 😃
Nice! Perhaps abs. diff might be confusing, since it's not an absolute value anymore (as in "using abs()")? Could it be called obtained - expected?
Good idea about the statistical properties. avg might be misleading over possibly negative values, as it could be near 0.0 in a case with plenty of errors symmetrically distributed.
| gharchive/issue | 2022-04-19T16:40:35 | 2025-04-01T06:36:55.770775 | {
"authors": [
"arthursoprana",
"tadeu"
],
"repo": "ESSS/pytest-regressions",
"url": "https://github.com/ESSS/pytest-regressions/issues/93",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1930622172 | Add scanner info etc
More feature complete, but still a long way off!
I've split type info in separate files, and implemented more types and content.
This would be good to merge once the C++ examples get updated...
@johnstairs feel free to comment 😄
| gharchive/pull-request | 2023-10-06T16:59:30 | 2025-04-01T06:36:55.777324 | {
"authors": [
"KrisThielemans"
],
"repo": "ETSInitiative/PRDdefinition",
"url": "https://github.com/ETSInitiative/PRDdefinition/pull/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
206274694 | New instalation error
Magento 2.1.3
[Zend_Db_Statement_Exception] SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (magento2.warehouseinventory_stock_item, CONSTRAINT WAREHOUSEINV_STOCK_ITEM_STOCK_ID_WAREHOUSEINV_STOCK_STOCK_ID FOREIGN KEY (stock_id) REFERENCES warehouseinven
tory_stock (stock_id), query was: INSERT INTO warehouseinventory_stock_item () VALUES ()
Hi,
Can you provide us with more details please. Installation method, other usefull information?
Thanks,
I used composer to install..
Then i deleted an entry in the WAREHOUSEINVENTORY_STOCK_ITEM table and i run setup up again an it worked.
Hi,
Ok, thanks. We will investigate. Did you have any items (products)?
Thanks,
No, clean installation.
Ok, That we will test again,
Thanks,
I tried again to install with the command line and i get this.
`[Progress: 199 / 397]
Installing data...
Data install/update:
Module 'Eadesigndev_Eacore':
[Progress: 200 / 397]
Module 'Eadesigndev_Warehouses':
Installing data...
[Magento\Framework\Exception\LocalizedException]
Wrong entity ID`
This should be fixed on dev. I will try to get a new release asap.
| gharchive/issue | 2017-02-08T17:54:33 | 2025-04-01T06:36:55.806997 | {
"authors": [
"eadesignro",
"inluxc"
],
"repo": "EaDesgin/magento2-warehouses",
"url": "https://github.com/EaDesgin/magento2-warehouses/issues/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1692569784 | chore: update to react 18
Updates the react library to React 18.
Closes #364
This should be used as the starting point for #364.
Important to note that when resolving conflicts in package-lock.json and other files, you may end up with multiple versions of React installed which will cause some crazy errors. Run npm ls react in the root of the repo to see what versions are being pulled in. If it's inconsistent, then npm update may help.
Taking this out of draft for now. I think that things are working. Editing & Viewing seem to work the same and the tests are passing.
I would love a fairly thorough review to make sure I haven't missed anything.
I also am unsure why tests are not running...
@tuckerzp reopen so I can review
| gharchive/pull-request | 2023-05-02T14:48:15 | 2025-04-01T06:36:55.833302 | {
"authors": [
"kylelaker",
"tuckerzp"
],
"repo": "EasyDynamics/oscal-react-library",
"url": "https://github.com/EasyDynamics/oscal-react-library/pull/832",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
132292631 | Possibly connection timeout
Also need to check the async state in a timer
Fixed in 0c68185c93d61f0f07bd1074d81acce7120e238a
| gharchive/issue | 2016-02-08T23:58:57 | 2025-04-01T06:36:55.852056 | {
"authors": [
"EbenZhang"
],
"repo": "EbenZhang/DbRestorer",
"url": "https://github.com/EbenZhang/DbRestorer/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1958461699 | Update Programming Playground with Gremlin section and reference
What does this PR do?
Add resource(s)
For resources
Programming Playground
Description
Adding Gremlin section to Programming playground with first reference.
Why is this valuable (or not)?
Having a place to play with gremlin
How do we know it's really free?
Its under donation policy only and its sponsored by AWS neptune to promote gremlin open source language.
Checklist:
[x] Read our contributing guidelines.
[x] Search for duplicates.
[x] Include author(s) and platform where appropriate.
[x] Put lists in alphabetical order, correct spacing.
[x] Add needed indications (PDF, access notes, under construction).
[x] Used an informative name for this pull request.
Follow-up
Check the status of GitHub Actions and resolve any reported warnings!
the changes to the index all break links. don't do that!
I got a lil problem with one vs code extension and it passed by. Fixed already @eshellman
Thanks, and welcome to free-programming-books!
| gharchive/pull-request | 2023-10-24T03:52:43 | 2025-04-01T06:36:55.856724 | {
"authors": [
"eshellman",
"joaoluizn"
],
"repo": "EbookFoundation/free-programming-books",
"url": "https://github.com/EbookFoundation/free-programming-books/pull/10708",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
413106008 | Change bottom ribbon from blue Marine Planner to green FISHPass
http://fishpass.ecotrust.org/accounts/forgot/
http://fishpass.ecotrust.org/accounts/
http://fishpass.ecotrust.org/accounts/register/
http://fishpass.ecotrust.org/accounts/change-password/
At minimum, can we remove the "Marine Planner" text?
| gharchive/issue | 2019-02-21T20:19:03 | 2025-04-01T06:36:55.882632 | {
"authors": [
"jtutak"
],
"repo": "Ecotrust/FishPass",
"url": "https://github.com/Ecotrust/FishPass/issues/127",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1456900012 | Upload model to the repo
It is difficult to download the model files outside China. Can you please upload a copy to github? I think it is easy to do with lfs. Or upload a copy in the release.
I forked your repo, downloaded the model files and then put those files in the forked repo maintained with git-lfs.
But unfortunately I have to make it standalone as LFS is not supported in a publicly forked project.
Thank you for your interest in my project. Considering that LFS has a capacity cap, I wouldn't always want to upload it there. I've updated the download link for Google Drive in the README and I think this can help you. And you have reminded me that maybe I need to write an English README to help people outside of China.
| gharchive/issue | 2022-11-20T13:16:12 | 2025-04-01T06:36:55.890273 | {
"authors": [
"EdVince",
"fengwang"
],
"repo": "EdVince/Stable-Diffusion-NCNN",
"url": "https://github.com/EdVince/Stable-Diffusion-NCNN/issues/4",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1992696230 | feat: New 'Steps to Reproduce' section in bug template
Fixes Issue
Closes #9742
Changes proposed
To add a required "Steps to Reproduce" section in the bug issue template to reduce the workload for maintainers and help them to reproduce bugs more quickly and easily, which will lead to faster fixes.
In bug.yml template:
Added new Steps to Reproduce property
Added guidelines/instruction in comment line of value.
This section is mandatory to provide the bug steps.
Check List (Check all the applicable boxes)
[x] My code follows the code style of this project.
[x] My change requires changes to the documentation.
[ ] I have updated the documentation accordingly.
[x] All new and existing tests passed.
[x] This PR does not contain plagiarized content.
[x] The title of my pull request is a short description of the requested changes.
Screenshots
YML Github Preview (not from actual user issue creation)
Note to reviewers
I added instruction in comment line of textarea field instead of placeholder. So that, contributor can copy the sample template and provide the steps. In case of placeholder, they need to manually type and it usually disappear when we type something in Textarea.
Please let me know if you have any feedback on whether to use a placeholder or a value for the instructions in comment line.
I believe the documentation needs to be updated. If so, can you help me identify where it needs to be updated and what information needs to be added?
| gharchive/pull-request | 2023-11-14T12:58:18 | 2025-04-01T06:36:55.896038 | {
"authors": [
"Kamaruddheen"
],
"repo": "EddieHubCommunity/BioDrop",
"url": "https://github.com/EddieHubCommunity/BioDrop/pull/9789",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1759107432 | [UI] Content Overflow in user profile card
Description
The description text is overflowing below the card in the search bar profile suggestions
Screenshots
Additional information
The potential solution can be either limiting the number of characters in the description or making the card responsive to the text
Thank you for raising, I can't replicate, so I will close
| gharchive/issue | 2023-06-15T15:39:13 | 2025-04-01T06:36:55.898134 | {
"authors": [
"Deveesh-Shetty",
"eddiejaoude"
],
"repo": "EddieHubCommunity/LinkFree",
"url": "https://github.com/EddieHubCommunity/LinkFree/issues/7605",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1515621442 | issue #2562 fix
this fix is for issue #2562 where I have set transformInLineCode to true
closes #2562
Fixes Issue
#2562
Changes proposed
Check List (Check all the applicable boxes)
[ x] My code follows the code style of this project.
[ ] My change requires changes to the documentation.
[ ] I have updated the documentation accordingly.
[x ] All new and existing tests passed.
[x ] This PR does not contain plagiarized content.
[ x] The title of my pull request is a short description of the requested changes.
Screenshots
Note to reviewers
I need more advice for this PR to check if it is correct
Thank you Sean! Can you add a screenshot of before and after please
just to clarify:
do you want me to add screenshots of the code changes?
I'm not sure what to screenshot otherwise
Sorry for the confusion. Not the code changes because I can see the code changes in the files changed tab. But it would be useful to see what effect the change the config file had to the docs that are created to see if the inline code is now rendered and the issue #2562 is resolved.
Ah I got it! I shall do that. Thank you Eddie!
im stuck in finding the new (and correct) stuff to be displayed
the old error which @Pradumnasaraf had shown is in this link:
https://linkfree.eddiehub.io/docs/contributing/hacktoberfest
In order for this to work correctly, the following code needs to be added to styles/globals.css before the tailwind imports:
code.language-unknown::before, code.language-unknown::after {
content: ""
}
Then the hacktoberfest docs will look like the following:
Hey @dan-mba
I have now updated the styles/global.css file as you have specified.
Is it correct?
Hey @dan-mba I have now updated the styles/global.css file as you have specified. Is it correct?
@AldrinSeanPereira The styles change looks good.
Now you need to fix next.config.mjs like I mentioned here
Thank you @schmelto for getting this fixed.
Thank you @dan-mba for your help 🙌🏼
I had been busy with work and unfortunately forgot to get back to this.
Great collab everyone 👍
| gharchive/pull-request | 2023-01-01T14:57:06 | 2025-04-01T06:36:55.907700 | {
"authors": [
"AldrinSeanPereira",
"dan-mba",
"eddiejaoude"
],
"repo": "EddieHubCommunity/LinkFree",
"url": "https://github.com/EddieHubCommunity/LinkFree/pull/2566",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1305593434 | Main old
Related issue
What changes does this PR do?
Screenshots (If any)
Questions
These are the changes from the old main branch which is no longer activity maintained and should not be merged into the current main branch. Closing the pr due to this. Feel free to reopen if there is anything missing or wrong.
| gharchive/pull-request | 2022-07-15T05:29:04 | 2025-04-01T06:36:55.909302 | {
"authors": [
"schmelto",
"zayidmohamedy"
],
"repo": "EddieHubCommunity/hacktoberfest-practice",
"url": "https://github.com/EddieHubCommunity/hacktoberfest-practice/pull/1301",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
723472605 | I would like to join the organization
Please send me an invitation as a member of Eddie Jaounde community
Thank you @frankiefab100 👍
I will transfer this issue to the support repo and with the relevant labels.
| gharchive/issue | 2020-10-16T19:22:44 | 2025-04-01T06:36:55.910425 | {
"authors": [
"eddiejaoude",
"frankiefab100"
],
"repo": "EddieJaoudeCommunity/gh-action-community",
"url": "https://github.com/EddieJaoudeCommunity/gh-action-community/issues/58",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
78623402 | iOS build fails when using the xcode 6.3.2
Hello,
above all, many thanks for this plugin I've been using quite a lot for the app I created so far.
After the latest xcode update (today), I'm not able to build an iOS binary anymore.
Xcode returns the following:
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_MFMailComposeViewController", referenced from:
objc-class-ref in SocialSharing.o
"OBJC_CLASS$_MFMessageComposeViewController", referenced from:
objc-class-ref in SocialSharing.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Is there any quick fix I could apply to make it work?
Many thanks in advance.
Hi!
Yes there is a quick fix. Search the readme for MessageUI.framework.
Best,
Eddy
| gharchive/issue | 2015-05-20T17:47:41 | 2025-04-01T06:36:55.914399 | {
"authors": [
"EddyVerbruggen",
"code-making-machine"
],
"repo": "EddyVerbruggen/SocialSharing-PhoneGap-Plugin",
"url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues/357",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1489803723 | yaml syntax highlighting not showing distinct colors for field and values
Description
When using nightfox colorschemes, the syntax highlighting for yaml filetypes are off, the strings and fields all have the same colour, with the only colour distinction coming from numbers/booleans.
Reproduced using the steps below
This is the output of :TSHighlightCapturesUnderCursor after a :syntax on.
For reference, the same init.lua file using folke/tokyonight.nvim colorscheme gives the correct expected output
PS: I've seen the recently raised #262 talking about the same problem, but I couldn't understand the solution (if there was any).
Behavior
Expected behavior
The syntax highlighting should look similar to that of tokyonight's (shown above), with distinct colours for field keys and values.
Configuration
Relevant nightfox's configuration...
Reproduce
Create a minimal1.lua file and a.yaml (see below for file contents).
nvim --clean -nu minimal1.lua a.yaml. Restart neovim if needed, once packer installs everything required. Run :syntax on if needed. (:TSHighlightCapturesUnderCursor should then show the result I shown above)
In case you think that it is because there is no yaml language server installed, I've also provided a minimal2.lua file which installs the language server via mason.
Clear the tmp nvim site directory if you are running this after the previous config reproduction. (rm -rf /tmp/nvim or smth to that effect) Just so we get a fresh start.
Create a minimal2.lua file and a.yaml (see below for file contents).
nvim --clean -nu minimal2.lua a.yaml. You will need to restart neovim a couple times to install all the relevant plugins & language server. Run :syntax on if needed. (:TSHighlightCapturesUnderCursor should then still show the result I shown above)
FILES
a.yaml
colors:
- name: blank
files:
- config.yaml
- other-number: 2
- other-bool: false
minimal1.lua
-- this template is borrowed from null-ls
local on_windows = vim.loop.os_uname().version:match("Windows")
local function join_paths(...)
local path_sep = on_windows and "\\" or "/"
local result = table.concat({ ... }, path_sep)
return result
end
vim.g.loaded_remote_plugins = ""
vim.cmd([[set runtimepath=$VIMRUNTIME]])
local temp_dir = vim.loop.os_getenv("TEMP") or "/tmp"
vim.cmd("set packpath=" .. join_paths(temp_dir, "nvim", "site"))
local package_root = join_paths(temp_dir, "nvim", "site", "pack")
local install_path = join_paths(package_root, "packer", "start", "packer.nvim")
local compile_path = join_paths(install_path, "plugin", "packer_compiled.lua")
local mason_path = join_paths(install_path, "plugin", "mason")
local ts_config = function()
local ts = require("nvim-treesitter.configs")
-- add only what you need to reproduce your issue
ts.setup({
ensure_installed = { "yaml" },
auto_install = true,
highlight = {
enable = true,
},
playground = {
enable = true,
}
})
end
local function load_plugins()
-- only add other plugins if they are necessary to reproduce the issue
require("packer").startup({
{
"wbthomason/packer.nvim",
{
"EdenEast/nightfox.nvim",
config = function()
vim.cmd([[colorscheme nightfox]])
end
},
"folke/tokyonight.nvim", -- only for comparison, not necessary for reproducing bug
{
"nvim-treesitter/nvim-treesitter",
config = ts_config,
},
"nvim-treesitter/playground",
},
config = {
package_root = package_root,
compile_path = compile_path,
},
})
end
if vim.fn.isdirectory(install_path) == 0 then
vim.fn.system({ "git", "clone", "https://github.com/wbthomason/packer.nvim", install_path })
load_plugins()
require("packer").sync()
else
load_plugins()
require("packer").sync()
end
minimal2.lua
-- this template is borrowed from null-ls
local on_windows = vim.loop.os_uname().version:match("Windows")
local function join_paths(...)
local path_sep = on_windows and "\\" or "/"
local result = table.concat({ ... }, path_sep)
return result
end
vim.g.loaded_remote_plugins = ""
vim.cmd([[set runtimepath=$VIMRUNTIME]])
local temp_dir = vim.loop.os_getenv("TEMP") or "/tmp"
vim.cmd("set packpath=" .. join_paths(temp_dir, "nvim", "site"))
local package_root = join_paths(temp_dir, "nvim", "site", "pack")
local install_path = join_paths(package_root, "packer", "start", "packer.nvim")
local compile_path = join_paths(install_path, "plugin", "packer_compiled.lua")
local mason_path = join_paths(install_path, "plugin", "mason")
local ts_config = function()
local ts = require("nvim-treesitter.configs")
-- add only what you need to reproduce your issue
ts.setup({
ensure_installed = { "yaml" },
auto_install = true,
highlight = {
enable = true,
},
playground = {
enable = true,
}
})
end
local function load_plugins()
-- only add other plugins if they are necessary to reproduce the issue
require("packer").startup({
{
"wbthomason/packer.nvim",
{
"EdenEast/nightfox.nvim",
config = function()
vim.cmd([[colorscheme nightfox]])
end
},
"folke/tokyonight.nvim", -- only for comparison, not necessary for reproducing bug
{
"nvim-treesitter/nvim-treesitter",
config = ts_config,
},
"nvim-treesitter/playground",
-- and with lsp server installed
{ "williamboman/mason.nvim" },
{ "williamboman/mason-lspconfig.nvim" },
{ "neovim/nvim-lspconfig" },
},
config = {
package_root = package_root,
compile_path = compile_path,
},
})
end
if vim.fn.isdirectory(install_path) == 0 then
vim.fn.system({ "git", "clone", "https://github.com/wbthomason/packer.nvim", install_path })
load_plugins()
require("packer").sync()
else
load_plugins()
require("packer").sync()
end
-- Custom config for LSP
require("mason").setup({
install_root_dir = mason_path,
})
require("mason-lspconfig").setup({
ensure_installed = {"yamlls"},
automatic_installation=true,
})
require("lspconfig").yamlls.setup{}
Additional info / context
$ nvim -v
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/0.8.1/share/nvim"
MacOS 12.5.1, Kitty terminal emulator.
Silly me, the suggested solution was to turn off treesitter's highlight for yaml.
require("nvim-treesitter.configs").setup({
highlight = { enable = true, disable = { "yaml" } },
-- your other treesitter configs
})
and indeed it seems to work.
Found that there was an issue with yaml and found that I was disabling yaml highlight in my config. I can reproduce and fix.
| gharchive/issue | 2022-12-11T10:42:23 | 2025-04-01T06:36:55.927401 | {
"authors": [
"EdenEast",
"thatlittleboy"
],
"repo": "EdenEast/nightfox.nvim",
"url": "https://github.com/EdenEast/nightfox.nvim/issues/274",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
318418368 | predict error
I have trained my own datasets for about 30K steps,then when I predicted,it detected nothing,I changed threshold to 0.01,still nothing.Then I printed class scores,found all scores are 0.So I tested official SSD coco model to see if detection file works ,it works okay,but official faster rcnn coco model does not,even with an error:
Traceback (most recent call last):
File "D:\Anaconda35\lib\site-packages\tensorflow\python\client\session.py", line 1323, in _do_call
return fn(*args)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\client\session.py", line 1302, in _run_fn
status, run_metadata)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 473, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=<unknown>; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: Preprocessor/map/TensorArray = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=<unknown>, identical_element_shapes=true, tensor_array_name="", _device="/job:localhost/replica:0/task:0/device:GPU:0"](Preprocessor/map/TensorArrayUnstack/strided_slice). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
[[Node: Preprocessor/map/TensorArray = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=<unknown>, identical_element_shapes=true, tensor_array_name="", _device="/job:localhost/replica:0/task:0/device:GPU:0"](Preprocessor/map/TensorArrayUnstack/strided_slice)]]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "G:/__TF_examples/models/research/object_detection/demo1.py", line 98, in <module>
feed_dict={image_tensor: image_expanded})
File "D:\Anaconda35\lib\site-packages\tensorflow\python\client\session.py", line 889, in run
run_metadata_ptr)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\client\session.py", line 1120, in _run
feed_dict_tensor, options, run_metadata)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\client\session.py", line 1317, in _do_run
options, run_metadata)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\client\session.py", line 1336, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=<unknown>; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: Preprocessor/map/TensorArray = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=<unknown>, identical_element_shapes=true, tensor_array_name="", _device="/job:localhost/replica:0/task:0/device:GPU:0"](Preprocessor/map/TensorArrayUnstack/strided_slice). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
[[Node: Preprocessor/map/TensorArray = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=<unknown>, identical_element_shapes=true, tensor_array_name="", _device="/job:localhost/replica:0/task:0/device:GPU:0"](Preprocessor/map/TensorArrayUnstack/strided_slice)]]
Caused by op 'Preprocessor/map/TensorArray', defined at:
File "<string>", line 1, in <module>
File "D:\Anaconda35\lib\idlelib\run.py", line 124, in main
ret = method(*args, **kwargs)
File "D:\Anaconda35\lib\idlelib\run.py", line 351, in runcode
exec(code, self.locals)
File "G:/__TF_examples/models/research/object_detection/demo1.py", line 68, in <module>
tf.import_graph_def(od_graph_def, name='')
File "D:\Anaconda35\lib\site-packages\tensorflow\python\framework\importer.py", line 313, in import_graph_def
op_def=op_def)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\framework\ops.py", line 2956, in create_op
op_def=op_def)
File "D:\Anaconda35\lib\site-packages\tensorflow\python\framework\ops.py", line 1470, in __init__
self._traceback = self._graph._extract_stack() # pylint: disable=protected-access
InvalidArgumentError (see above for traceback): NodeDef mentions attr 'identical_element_shapes' not in Op<name=TensorArrayV3; signature=size:int32 -> handle:resource, flow:float; attr=dtype:type; attr=element_shape:shape,default=<unknown>; attr=dynamic_size:bool,default=false; attr=clear_after_read:bool,default=true; attr=tensor_array_name:string,default=""; is_stateful=true>; NodeDef: Preprocessor/map/TensorArray = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=<unknown>, identical_element_shapes=true, tensor_array_name="", _device="/job:localhost/replica:0/task:0/device:GPU:0"](Preprocessor/map/TensorArrayUnstack/strided_slice). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
[[Node: Preprocessor/map/TensorArray = TensorArrayV3[clear_after_read=true, dtype=DT_FLOAT, dynamic_size=false, element_shape=<unknown>, identical_element_shapes=true, tensor_array_name="", _device="/job:localhost/replica:0/task:0/device:GPU:0"](Preprocessor/map/TensorArrayUnstack/strided_slice)]]
Main issue is why all scores are 0? Thanks for answer.
This looks like a complicated issue! I don't know TensorFlow well enough to help with this one. Maybe someone else will be able to assist you.
Thanks,now it works okay,I even do not know what I have changed XD.
| gharchive/issue | 2018-04-27T13:53:35 | 2025-04-01T06:36:55.951727 | {
"authors": [
"EdjeElectronics",
"cryer"
],
"repo": "EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10",
"url": "https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/39",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1274561393 | There is no subtract() method on Calculator
Describe the bug
Test run on subtract() method indicate the method does not exist
To Reproduce
Steps to reproduce the behavior:
Go to https://testing-php-replit.meedl.repl.co/calculator-subtract-test.php
See error
Expected behavior
All tests should go green
Screenshots
Call to undefined method Calculator::subtract()
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
Add any other context about the problem here.
I'll be fixing this on branch xxx.
| gharchive/issue | 2022-06-17T04:43:36 | 2025-04-01T06:36:55.955726 | {
"authors": [
"Edlme"
],
"repo": "Edlme/testing-php-replit",
"url": "https://github.com/Edlme/testing-php-replit/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
167655966 | Palloquin patch 2
added setting allowManualDefault
when set to false the user can not select the 'default' or 'empty' setting anymore once set.
Hello Palloquin,
can you just add a class when the allowManualDefault is set to false.
in line ~215, method wrapElement(), you can name the class "candlestick-default-disabled"
And i see an other thing, ~line 115, in switch case 'default', when allowManualDefault is set to false, you have to disable the reset action.
Ex (I do not test)
var candlestick = candlestickLightInitialize($(this), defaults);
if (defaults.allowManualDefault) {
candlestick.defaultOrganization();
candlestick.setValue(0);
}
And can you use gulp to minimize the js and add it to commit, thx.
Edouard
Hi Edouard,
Added the steps requested, just not sure how to gulp something..
Palloquin,
You know gulpjs ?
If you don't, you have to install it and update to load librairies i use
npm install --global gulp-cli
npm update
```
and to launch the minimize
```ssh
gulp
```
if not a success, i will do.
I'm checking your code.
Edouard
Hi, No I don't know glubjs. Nor do I use npm... I just edited the file on the GitHub site without using any local client.
Thanks!
Ok, i will do it.
I will merge it later tonigth.
Thanks for contribution
| gharchive/pull-request | 2016-07-26T16:45:42 | 2025-04-01T06:36:55.959838 | {
"authors": [
"EdouardTack",
"Palloquin"
],
"repo": "EdouardTack/candlestick",
"url": "https://github.com/EdouardTack/candlestick/pull/11",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
340659571 | custom login path didn't work
in startip.cs file
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{
services.AddUEditorService();
services.AddIdentity<AdvertUser, IdentityRole>().AddEntityFrameworkStores().AddDefaultTokenProviders();
services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
.AddCookie(o =>
{
o.LoginPath = "/admin/account/login";
o.AccessDeniedPath = "/admin/account/accessdenied";
});
services.AddMvc();
Bootstrapper.RegisterServices(services);
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
if (env.IsDevelopment())
{
app.UseBrowserLink();
app.UseDeveloperExceptionPage();
}
else
{
app.UseExceptionHandler("/Home/Error");
}
app.UseStaticFiles();
app.UseAuthentication();
app.UseMvc(routes =>
{
routes.MapAreaRoute(
name: "AdvAdmin",
areaName:"Admin",
template: "Admin/{controller=Home}/{action=Index}/{id?}");
routes.MapRoute(
name: "default",
template: "{controller=Home}/{action=Index}/{id?}");
});
}
but when i get the authorized page ,it still use the default login path "/account/login"
Did you decorated the controllers with this new attribute?
| gharchive/issue | 2018-07-12T14:20:53 | 2025-04-01T06:36:55.973065 | {
"authors": [
"EduardoPires",
"liugt34"
],
"repo": "EduardoPires/EquinoxProject",
"url": "https://github.com/EduardoPires/EquinoxProject/issues/104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
254870956 | install error
Severity Code Description Project File Line Suppression State
Error Could not install package 'Toasts.Forms.Plugin 3.2.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0
The toasts plugin is .NET Standard. You need to update your project to .NET Standard, or I think you can install it, if you change your PCL to Profile111. https://xamarinhelp.com/upgrade-pcl-net-standard-class-library/
| gharchive/issue | 2017-09-03T12:14:37 | 2025-04-01T06:36:55.993967 | {
"authors": [
"adamped",
"ptrkseg"
],
"repo": "EgorBo/Toasts.Forms.Plugin",
"url": "https://github.com/EgorBo/Toasts.Forms.Plugin/issues/131",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1147032687 | v0.6.0: Polynomials and GMM
This PR has small changes but the following is breaking:
GMM are not supported anymore via GaussianMixtures.jl but via MixtureModels from Distributions.jl
This allows to remove the GaussianMixtures dependency.
Other, non-breaking:
On the other hand, Polynomials.jl is added to the deps, and now polynomials logpdf, heslogpdf and gradlogpdf can be passed
Finally, _PMDSE.rand for ExtendedBeta is extended to add AbstractRNGs, e.g., to fix seeds
@JuliaRegistrator register()
Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.
| gharchive/pull-request | 2022-02-22T15:11:32 | 2025-04-01T06:36:56.062810 | {
"authors": [
"JuliaRegistrator",
"MartaVanin"
],
"repo": "Electa-Git/PowerModelsDistributionStateEstimation.jl",
"url": "https://github.com/Electa-Git/PowerModelsDistributionStateEstimation.jl/pull/48",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2497420869 | 🛑 ElectoTempo Frontend is down
In 066dafa, ElectoTempo Frontend ($ET_FRONTEND_HEALTH_ENDPOINT) was down:
HTTP code: 403
Response time: 202 ms
Resolved: ElectoTempo Frontend is back up in 56a5d65 after 1 hour, 2 minutes.
| gharchive/issue | 2024-08-30T14:40:26 | 2025-04-01T06:36:56.068579 | {
"authors": [
"electrotempo-dev"
],
"repo": "ElectroTempo/electrotempo-status",
"url": "https://github.com/ElectroTempo/electrotempo-status/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2499035539 | 🛑 ElectoTempo Backend is down
In ca54ef5, ElectoTempo Backend ($ET_BACKEND_HEALTH_ENDPOINT) was down:
HTTP code: 403
Response time: 185 ms
Resolved: ElectoTempo Backend is back up in c2fbee3 after 2 hours, 6 minutes.
| gharchive/issue | 2024-08-31T20:25:12 | 2025-04-01T06:36:56.070805 | {
"authors": [
"electrotempo-dev"
],
"repo": "ElectroTempo/electrotempo-status",
"url": "https://github.com/ElectroTempo/electrotempo-status/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
358491946 | 日期那块能做的和vue一样强一点吗,目前那个日期的太简单了
Issue Type:
[ ] Bug
[x] Feature
[ ] Help
Version & Environment:
Description:
希望饿了么团队早点更新日期和时间组件,拜托了
| gharchive/issue | 2018-09-10T06:59:16 | 2025-04-01T06:36:56.141989 | {
"authors": [
"vistwang"
],
"repo": "ElemeFE/element-angular",
"url": "https://github.com/ElemeFE/element-angular/issues/140",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
310433511 | validateResult如何引入
Issue Type:
[ ] Bug
[ ] Feature
[ ] Help
Version & Environment:
Description:
private cityValidator = (control: FormControl): validateResult => {
if (!control.value) {
return { status: 'error', message: '必须填写城市名' }
}
if (!/[一-龥]/.test(control.value)) {
return { status: 'error', message: '城市名必须是中文' }
}
return { status: 'success' }
}
类似这样的校验函数,validateResult是怎么引入的,文档里没有
这个是随手写的,具体自己需要什么可以直接定义一个类型。
type validateResult = {
status: string,
message?: string,
}
close. if you still have a issue, reopen it.
| gharchive/issue | 2018-04-02T08:57:20 | 2025-04-01T06:36:56.144402 | {
"authors": [
"WittBulter",
"jasminecjc"
],
"repo": "ElemeFE/element-angular",
"url": "https://github.com/ElemeFE/element-angular/issues/78",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
347599437 | check
error
| gharchive/issue | 2018-08-04T08:11:57 | 2025-04-01T06:36:56.145221 | {
"authors": [
"gmkgmk"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/12228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
348131817 | [Bug Report] After insert into the dialog, it doesn't play after, doesn't
Element UI version
2.4.5
OS/Browsers version
Chrome 67.0.3396.99 (64bit)
Vue version
2.5.17
Compent version
VideoJs V6.6.2
Element-UI v2.4.5
Reproduction Link
https://jsfiddle.net/15klli/h63s104c/14/
Steps to reproduce
点击“打开dialog”--click the link to open dialog
点击 poster中间的播放按钮(无反应) -- click the Play button on the center of the poster(it doesn't works)
点击 “触发提示” 按钮 (有反应) -- click the toggle noticiation (it works.)
What is Expected?
点击 poster 中间的播放按钮可以播放 -- After clicking the Play button on the center of the poster, the video begins to play.
What is actually happening?
点击 poster中间的播放按钮(无反应) -- click the Play button on the center of the poster(it doesn't works)
@15klli 不像是 element-ui 的 bug。我不把播放器放在 dialog 里面,点击之后还是无法播放。https://jsfiddle.net/zhiyang/h63s104c/20/
@ziyoung 把id="app"的``</div>移到 视频块id="vueapp" 的前面就可以点击打开了 https://jsfiddle.net/15klli/h63s104c/24/
| gharchive/issue | 2018-08-07T01:14:36 | 2025-04-01T06:36:56.150603 | {
"authors": [
"15klli",
"ziyoung"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/12253",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
397681763 | [Bug Report] Tree demo of render function not work
Element UI version
2.4.11
OS/Browsers version
ubuntu 18.04/ chrome 70.0
Vue version
2.5.21
Reproduction Link
https://jsfiddle.net/764ha3nL/
Steps to reproduce
access https://jsfiddle.net/764ha3nL/
What is Expected?
The label not empty
What is actually happening?
the demo cannot display as expected, the label is empty
jsfiddle 不支持 jsx。请检查一下项目是否正确编译了 render-content。
| gharchive/issue | 2019-01-10T05:48:24 | 2025-04-01T06:36:56.154029 | {
"authors": [
"zhangchunlin",
"ziyoung"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/14038",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1447611776 | vue+vite下,使用tooltips没有反应
我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui
我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui
我也是有这个问题,element-ui版本是2.15.14
可以尝试使用类似cdn的产出资源,不经过编译处理
link: https://github.com/vitejs/vite/issues/12957
resolve: {
alias: {
'vue': 'vue/dist/vue.esm.js'
}
}
需指定vue解析为esm版本
| gharchive/issue | 2022-11-14T08:30:08 | 2025-04-01T06:36:56.156473 | {
"authors": [
"hotdogc1017",
"laomu1988",
"leon-kfd",
"xuchenxi12138"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/22246",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1960446981 | [Feature Request] datepicker range类型 添加至今选项
Existing Component
是
Component Name
Datepicker
Description
当前range类型的快捷选项仅支持自定义开始和结束两个选项,对于开始时间由用户选择,结束时间为至今的需求并不能很好的满足,在结束时间的选择面板上添加至今选项是否更好
不只是至今,也有时候选择身份证,结束时间是长期,所以需要考虑清楚…
| gharchive/issue | 2023-10-25T03:14:10 | 2025-04-01T06:36:56.158304 | {
"authors": [
"staredbyshark",
"wangdaodao"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/22716",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
181824330 | time-picker,当鼠标移动到时间选择框上框就隐藏了,无法选择时间
ElementUI version
1.0.0-rc.5
OS/Browers version
win10/Chrome 53
Debian/Chrome 52
Vue version
2.0.0-rc.8
Reproduction Link
http://element.eleme.io/#/component/time-picker
官网示例就存在这个问题
Steps to reproduce
正常使用即可
What is Expected?
时间选择框在点击取消或者确定按钮时才隐藏
What is actually happening?
当鼠标移动到时间选择框上时框就隐藏了,没有办法选择时间
fixed in #210
@xing-zhi 请确认和 #210 描述的问题是否一致。我在 win10/Chrome 53 下访问官网没有出现你说的现象。
@Leopoldthecoder 不好意思,系统是win8.1,平时在windows下开发的少,没有留意
和#210描述的不完全一样,不用点击,鼠标移上去就会隐藏
测试了下,点击icon弹出选择框时会重现上述问题,点击输入框时不存在此问题
已经修复了,应该跟 #210 是同一个 bug 导致的
官网文档没更新么?我看现在网站示例还都有这个问题
是的没更新,下一版本才可以
点输入框确实不存在这个问题
不过时分秒选择任何一个,选择框就隐藏的行为不太好,同时编辑时分秒是存在的
@xing-zhi 「时分秒选择任何一个,选择框就隐藏」已经在 #215 修了
好的
| gharchive/issue | 2016-10-08T12:47:27 | 2025-04-01T06:36:56.163997 | {
"authors": [
"Leopoldthecoder",
"QingWei-Li",
"erguotou520",
"xing-zhi"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/267",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
206383939 | 关于tree里面overflow的问题
图片右边的操作 按钮被遮住了,
示例demo地址http://jsfiddle.net/k599kg67/
demo里面的文字也是显示不全,我该如何实现这种滚动条效果
自己加一条样式:
.el-tree-node__content {
overflow: auto;
}
.el-tree-node__content相当于每一个div都有了,后面发现我改变
.el-tree-node.is-expanded>.el-tree-node__children {
display: inline;
}
这个的样式就有效果了
@Leopoldthecoder 你这种方案只能是每个节点出滚动条,应该是树出现滚动条
@killdada 具体什么原因呢
::v-deep .el-tree-node > .el-tree-node__children {
overflow:visible
}
这样当宽度超过时就会显示滚动条
| gharchive/issue | 2017-02-09T02:11:35 | 2025-04-01T06:36:56.168092 | {
"authors": [
"Leopoldthecoder",
"heroYiPing",
"killdada",
"rainwalkerhu",
"xxholly32"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/2745",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
222312647 | [Bug Report] 选项卡切换时表格闪动
Element UI version
1.2.8
OS/Browsers version
Mac OS X 10.12/ Chrome 57.0.2987.133
Vue version
2.2.6
Reproduction Link
https://jsfiddle.net/ewn9d0qm/
Steps to reproduce
在选项卡组件中,使用表格组件
在页面首次加载完成后,点击选项卡切换时,表格闪动
切回后不会再次闪动
What is Expected?
表格不闪动
What is actually happening?
闪动一次后(猜测 dom 渲染完成后),不会再次闪动
已在最新版修复。
| gharchive/issue | 2017-04-18T06:13:55 | 2025-04-01T06:36:56.171595 | {
"authors": [
"Leopoldthecoder",
"galaxycoder"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/4270",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
247897882 | [Bug Report] upload used ajax method " put " doesn't have the progress percent?
Element UI version
1.4.1
OS/Browsers version
Google Chrome 59.0.3071.86
Vue version
2.4.2
Reproduction Link
https://jsfiddle.net/vqvng7xy/
Steps to reproduce
just upload by method " put ", but the progress doesn't has percent。
What is Expected?
https://github.com/ElemeFE/element/blob/dev/packages/upload/src/index.vue
on line 141
handleProgress(ev, rawFile) {
var file = this.getFile(rawFile);
this.onProgress(ev, file, this.uploadFiles);
file.status = 'uploading';
file.percentage = ev.percent || 0;
},
I want to set " this.onProgress(ev, file, this.uploadFiles); " after set file.percentage,
or set " file.percentage = ev.loaded / ev.total * 100 " ;
What is actually happening?
I set the ajax method: "put", but the onProgress doesn't has the percent attribute。
Use others Ajax Library ,you can check what is the problem.may be axios?
It's not Ajax Library problem。 element use it's native ajax(https://github.com/ElemeFE/element/blob/dev/packages/upload/src/ajax.js),in the line42,it set it's own attribute percent。 But now I use axios to put my xhr, it didn't find percent attribute so the percent attribute is also 0%。
help me !
@thandonguocmo2020 what?
I shot xhr it has no upload process.
I put data file up by default. But the process runs 100% before processing is done on the server. Please show me how to fix it.
@thandonguocmo2020 I use 'post' method to solve this problem。 But if you have to use 'put' method, please download the upload component,rewrite https://github.com/ElemeFE/element/blob/dev/packages/upload/src/ajax.js#L70 'post' to 'put'
| gharchive/issue | 2017-08-04T04:09:05 | 2025-04-01T06:36:56.178549 | {
"authors": [
"SherwinChan",
"qingdengyue",
"thandonguocmo2020"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/6287",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
269568174 | [Feature Request] need a mean to unselect a radio button
Existing Component
Yes
Component Name
Radio / RadioGroup
Description
I need to unselect all Radio from a RadioGroup to represent the "null" value (for a database query for example).
Currently, even using @change, I am not able to unselect a radio. My only option is to add an additional radio (with null label), but I think this is not the best solution for end-users.
https://jsfiddle.net/5wc28v7y/
Thanks, for the reply.
The idea of my feature request is just to avoid an additional element to unselect radios.
Radios cannot be unselected by design:
It is possible that initially none of the radio buttons in a group are selected. This unselected state cannot be restored by interacting with the radio button widget, though it may be possible through other user interface elements.
So other user interface elements seems to be necessary.
I understand that element semantics should be respected.
However the following trick with native radio is quite useful:
<template v-for="(option, index) in options">
<input
type="radio"
v-model="model"
:value="option.value"
@click="handleUnselect(index)"
></input>{{option.text}}
...
...
methods: {
handleUnselect(index) {
if ( !this.notnull && this.options[index].value === this.model )
this.model = null;
}
}
If you're OK with some hacking: https://jsfiddle.net/5wc28v7y/1/
Oh, thanks a lot for the .native trick, you make my day !
No problem. You may be interested in taking a look at this.
| gharchive/issue | 2017-10-30T11:36:36 | 2025-04-01T06:36:56.184737 | {
"authors": [
"FranckFreiburger",
"Leopoldthecoder"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/7856",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
774677358 | Cascader: fix多选状态下,首次输入搜索词,选中项目后,搜索词被清空
多选可搜索时,首次输入搜索词,选中下拉列表的项目后,input框中搜索词被清空
| gharchive/pull-request | 2020-12-25T08:28:44 | 2025-04-01T06:36:56.186217 | {
"authors": [
"wkcole",
"zimuZhao"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/pull/20615",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1486230719 | feat(tooltip): add closeDelay prop
Please make sure these boxes are checked before submitting your PR, thank you!
[ ] Make sure you follow Element's contributing guide (中文 | English | Español | Français).
[ ] Make sure you are merging your commits to dev branch.
[ ] Add some descriptions and refer relative issues for you PR.
see issue #4156
| gharchive/pull-request | 2022-12-09T07:36:10 | 2025-04-01T06:36:56.188802 | {
"authors": [
"webpig"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/pull/22310",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
175715963 | use hash
Please makes sure these boxes are checked before submitting your PR, thank you!
[x] Make sure you follow Element's Contributing Guide.
[x] Rebase before creating a PR to keep commit history clear.
[x] Add some descriptions and refer relative issues for you PR.
lgtm
| gharchive/pull-request | 2016-09-08T10:12:38 | 2025-04-01T06:36:56.190574 | {
"authors": [
"Leopoldthecoder",
"QingWei-Li"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/pull/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
159093779 | 如何单独引入popup、picker等组件
像这样写 import { popup } from 'mint-ui' 是引入不了的,mint-ui对象里面没有popup
只能全局引入才可以吗?
要是用按需引入需要使用 babel-plugin-component usage
我已经配置好了babel-plugin-component,引入toast、button这些是没问题的。但是popup就不行,mint-ui里面没有popup
用的最新版么 0.1.5, 我刚才试了一下没问题
是的。vue版本:1.0.18;
引入:
import { Popup, Button } from 'mint-ui'
报错信息:
vue.common.js?e881:1853 Uncaught TypeError: Cannot read property 'name' of undefined
sure. 有些组件没有设置 name 属性,导致报错。Popup.name 不存在。在修复
Vue.component(Popup.name, Popup);
你先这样用
Vue.component('mt-popup', Popup);
我用的是.vue文件模式。我不是很清楚该怎么引入和局部注册。比如这样引入的时候:
import { Popup } from 'mint-ui'
Popup是undefined
如果配置了 babel-plugin-component 才能使用按需加载。如果没有配置 import { Popup } from 'mint-ui' 时还是引入的主文件,目前主文件里忘记配置 Popup 了,会导致 undefined,但是如果使用了那个插件不应该有这问题。
升级了 0.1.6 你再试试
Popup可以了,但是(最怕但是了哈哈哈),Picker仍然不行。mint-ui也就是index文件里面有Picker这个对象,引入的时候,不是undefined。却仍然报错,估计这个组件才是真正的没有配置name
Array-syntax assets must provide a "name" or "id" field.
and
Unknown custom element: <mt-picker> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
我目前使用这样临时解决:
import picker from 'mint-ui/lib/picker' require('mint-ui/lib/picker/style.css')
现在是 0.1.7 再试试
哦 我明白了,你配置的 babel 插件没生效啊。index.js 文件里引入的 picker 没有设置上名字,一会我改一下。但是如果插件生效应该是可行的才对。
现在 0.1.9
你检查下你的配置项,babel-plugin-component 并没有生效,下面两种方式应该是等价的
import picker from 'mint-ui/lib/picker'
import 'mint-ui/lib/picker/style.css'
import { picker } from 'mint-ui'
但是如果不用那个插件 import { picker } from 'mint-ui' 是 index.js 里的(也就是引入了整个文件),那里面的我之前是忘记加名字了。
真是奇怪了,我安装最新的是0.1.8啊,没有0.1.9。而且我也把babel-plugin-component升级到0.2.0.
现在是报 not defined
import { Popup } from 'mint-ui'
components: [ Popup ],
Uncaught ReferenceError: Popup is not defined
components 接受的是对象而不是数组吧?(前面说错是 0.1.8)
components: { Popup }
果然是。我之前一直用的都是[],现在换成{}就可以了。可能是mint-ui组件使用的注册方式不一样吧。谢谢
有可以参考的么,我看了文档貌似 components 只接受对象格式一种吧 😂
不是,可以使用数组局部注册,components: [ Popup ]
可能是vue-loader起到的作用,这个我没研究过。
问题又来了😂
我现在只能这样注册:
components: { 'mt-button': Button, 'mt-popup': Popup, 'mt-picker': Picker },
下面都不行:
components: { Button, Popup, Picker },
components: [ Button, Popup, Picker ],
报未定义错误,我也不知道这算不算是个bug了
是的,这是 ES6 的语法
{ Popup } 会被翻译成 { Popup: Popup } 所以只能通过 <popup></popup> 使用。
嗯嗯,这个确实是。那这点应该不是bug了。
看来我得看一下为什么不能使用数组注册。我本地写的组件都是用数组注册的。
是 bug
居然可以接受数组,babel 插件的问题,我在解决。
@acmeid 已修复
babel-plugin-component 升级到 0.3.0 支持数组表达式
| gharchive/issue | 2016-06-08T07:06:32 | 2025-04-01T06:36:56.203577 | {
"authors": [
"QingWei-Li",
"acmeid"
],
"repo": "ElemeFE/mint-ui",
"url": "https://github.com/ElemeFE/mint-ui/issues/74",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
198442958 | add ssr support
Please makes sure these boxes are checked before submitting your PR, thank you!
[ ] Make sure you follow the contributing guide.
[ ] Rebase before creating a PR to keep commit history clear.
[ ] Add some descriptions and refer relative issues for you PR.
add ssr support
Has been in nuxt npm run dist test available, please test, thank you
已经修改了一些新的空格语法问题
但是这个不确定是否能通过
可是我又特点的去看来一些原仓库,发现这个是原仓库本身就是这样的css路径
由于我这边的的命令行确实是检测通过,不好意思,烦请再次检测
不要提交 lib 里的代码
好的,因为原本就有,我现在马上删除一下
删除了@QingWei-Li 请检查
恢复 lib 里的变更
判断用 $isServer
Rebase before creating a PR to keep commit history clear.
感谢 PR
好的
已经恢复,烦请再次检测
大概要多久才可以提交到主仓库呢?我等着给同事npm安装使用,非常感谢您使用您的宝贵时间帮忙检测
后面还有两条呢 https://github.com/ElemeFE/mint-ui/pull/555#issuecomment-270087340
$isServer 我马上操作,稍等,我先看看$isServer是不是全局的
Rebase before creating a PR to keep commit history clear. 是怎么操作呢?现在可以Rebase before creating a PR to keep commit history clear.了吗
@QingWei-Li Rebase before creating a PR to keep commit history clear. 这个是怎么操作呢?
@QingWei-Li 我该如何操作呢?
对git不懂,转移到了https://github.com/ElemeFE/mint-ui/pull/556
| gharchive/pull-request | 2017-01-03T10:10:24 | 2025-04-01T06:36:56.211712 | {
"authors": [
"QingWei-Li",
"yuchonghua"
],
"repo": "ElemeFE/mint-ui",
"url": "https://github.com/ElemeFE/mint-ui/pull/555",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
745655277 | nit: doc/protocol.md: remove superfluous the
Caught my eye. Have not read it all yet. This can be squashed if there are more.
Thanks.
| gharchive/pull-request | 2020-11-18T13:21:42 | 2025-04-01T06:36:56.227679 | {
"authors": [
"jsarenik",
"real-or-random"
],
"repo": "ElementsProject/dicemix",
"url": "https://github.com/ElementsProject/dicemix/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
714096974 | Add the "all-contributors" bot
https://github.com/apps/allcontributors/installations/new
All-contributors bot is a GitHub bot to automate acknowledging contributors to your open source projects. This is achieved by setting up a contributors table in the readme which is edited according to the commands given to our bot. This bot is created and maintained by the all-contributors organisation.
@Tlazypanda Can I go ahead with this issue?
Yes sure @Cybertron-Avneesh :tada:
@Tlazypanda I tried to install All-contributor bot, but now it says "This action must be performed by an organization owner".
Link - https://github.com/apps/allcontributors/installations/12186776
Plz, update repository access for All-contributor bot.
Hey @Cybertron-Avneesh permissions have been granted 😅
@all-contributors add @Tlazypanda for maintenance
Hey @Cybertron-Avneesh Looking good 🔥 can we also add the configuration file (https://allcontributors.org/docs/en/bot/configuration) in the root for better control over the bot in the future? 😅
Hey @Cybertron-Avneesh Looking good 🔥 can we also add the configuration file (https://allcontributors.org/docs/en/bot/configuration) in the root for better control over the bot in the future? 😅
I think merging PR #7 will automatically add the configuration file in the root directory. 😊
Ohh yes worked like a charm! Can you change the contributors per line to 10 😅 Then we are all set 🎉
Sure
| gharchive/issue | 2020-10-03T14:02:15 | 2025-04-01T06:36:56.245986 | {
"authors": [
"Cybertron-Avneesh",
"Tlazypanda"
],
"repo": "Elevate-Lab/Import-Template",
"url": "https://github.com/Elevate-Lab/Import-Template/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
134638339 | Some complex lookups fail on nested iterables
Considering the following data:
users = [
{
"name": "Hazel Robertson",
"gender": "female",
"friends": [
{
"name": "Mays Conway",
"tags": [
{"name": "dolore"},
{"name": "laborum"},
]
},
],
},
]
The following raise an exception:
manager = lifter.load(users)
manager.filter(friends__name=lifter.startswith('Mays'))
With the following stacktrace:
/path/lifter/lifter/query.py in filter(self, **kwargs)
97 def filter(self, **kwargs):
98 _filter = self._build_filter(**kwargs)
---> 99 return self._clone(filter(_filter, self._values))
100
101 def exclude(self, **kwargs):
/path/lifter/lifter/query.py in _clone(self, new_values)
39
40 def _clone(self, new_values):
---> 41 return self.__class__(new_values)
42
43 def __repr__(self):
/path/lifter/lifter/query.py in __init__(self, values)
19 class QuerySet(object):
20 def __init__(self, values):
---> 21 self._values = list(values)
22
23 def __iter__(self):
/path/lifter/lifter/query.py in object_filter(obj)
57 if hasattr(value, '__call__'):
58 # User passed a callable for a custom comparison
---> 59 if not value(getter(obj)):
60 return False
61 else:
/path/lifter/lifter/lookups.py in __call__(self, value)
2 class BaseLookup(object):
3 def __call__(self, value):
----> 4 return self.lookup(value)
5
6 def lookup(self, value):
/path/lifter/lifter/lookups.py in lookup(self, value)
33 class startswith(OneValueLookup):
34 def lookup(self, value):
---> 35 return value.startswith(self.reference_value)
36
37 class istartswith(OneValueLookup):
AttributeError: 'IterableAttr' object has no attribute 'startswith'
@Ogreman since you worked on this, you may have an idea about this. It seems all lookups involving accessing a part of the iterable value (startswith, endswith, contains...) fail, while the ones using the whole value (such as value_in) works as expected.
Think it's just a matter of implementing the required magic methods for that Iter class. I'll get on that now.
This is still an issue, see for example : http://indexerror.net/4461/itération-dans-un-structure-de-dictionnaire-complexe?show=4467#c4467
| gharchive/issue | 2016-02-18T17:08:22 | 2025-04-01T06:36:56.251344 | {
"authors": [
"EliotBerriot",
"Ogreman"
],
"repo": "EliotBerriot/lifter",
"url": "https://github.com/EliotBerriot/lifter/issues/7",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
111059891 | CuteSpotify on ubuntu touch: asking to login almost each time I start it
When re-logging in it also loses the playlists I have set to be as available offline. Weird thing is that at least once it did save the login stuff and had the offline playlists available. Running CuteSpotify version 1.4 on bq Aquaris E4.5 Ubuntu Edition, OS version: Ubuntu 15.04 (r25).
I can provide additional debugging information.
Same here. I've tried the latest version in the Ubuntu Store as well as Open Store. BQ E4.5 Ubuntu Touch.
| gharchive/issue | 2015-10-12T21:30:06 | 2025-04-01T06:36:56.260837 | {
"authors": [
"Wnt",
"tenleftfingers"
],
"repo": "Elleo/cutespotify",
"url": "https://github.com/Elleo/cutespotify/issues/20",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1690162776 | Unable to login to Google Calendar within iframe
Upon adding a new Google Calendar frame, the unauthenticated google calendar page loads but nothing happens when you click on the "Sign in" button. Probably because google authentication requires a new tab to be opened?
Duplicate of #73
| gharchive/issue | 2023-05-01T00:25:32 | 2025-04-01T06:36:56.261828 | {
"authors": [
"schloo"
],
"repo": "Ellpeck/ObsidianCustomFrames",
"url": "https://github.com/Ellpeck/ObsidianCustomFrames/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2239453155 | Puffin_egui v0.27 does not display the flamegraph correctly
Describe the bug
A clear and concise description of what the bug is.
The puffin_egui flamegraph doesn't display correctly.
To Reproduce
Steps to reproduce the behavior:
Make an egui native app, that has puffin scopes and allows you to interact with the puffin_egui ui.
Run the app and open the debugger.
Expected behavior
A clear and concise description of what you expected to happen.
I expected the flamegraph to show, like in previous versions.
Screenshots
If applicable, add screenshots to help explain your problem.
Device:
OS: [e.g. iOS] NixOs
Browser [e.g. chrome, safari] Using Native App, not browser.
Version [e.g. 22]
Additional context
Add any other context about the problem here.
app code here: https://github.com/C0D3-M4513R/unnamed-artnet-orion-vrsl-app/commit/41bb2cf38b82a001a9e549b6ee3841a8695c85cc (needs feature puffin, to display debugging menu)
(call to draw the window here: https://github.com/C0D3-M4513R/unnamed-artnet-orion-vrsl-app/blob/41bb2cf38b82a001a9e549b6ee3841a8695c85cc/app/src/app.rs#L405
)
I narrowed it down to puffin not creating any scopes in non-release mode.
Please check out the repo and run cargo r --example eframe. It should show you some profile scopes even without --release.
| gharchive/issue | 2024-04-12T08:54:50 | 2025-04-01T06:36:56.296568 | {
"authors": [
"C0D3-M4513R",
"emilk"
],
"repo": "EmbarkStudios/puffin",
"url": "https://github.com/EmbarkStudios/puffin/issues/204",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2552428605 | [FEATURE] support video recording for the execution process
Title
support video recording for the execution process
Description
add video recording with playwright under chroium web driver [browser context parameters]
Problem Background
facilitate execution process‘s problem analysis
Today we have screen shots, but not video. Just making sure that you saw that :)
| gharchive/issue | 2024-09-27T09:15:58 | 2025-04-01T06:36:56.298259 | {
"authors": [
"bolt163",
"teaxio"
],
"repo": "EmergenceAI/Agent-E",
"url": "https://github.com/EmergenceAI/Agent-E/issues/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
343455432 | allow users to add supports arbitrarily
instead of automatically assuming lower nodes to be supports, we could let the user define supports wherever they want in the model. this would be very powerful cause then you could suddenly explore more designs than just typical towers/buildings.
we shouldn't delete the auto lower nodes functionality however, but maybe it can become an option through a button similar to BraceAll.
Good idea
awesome
| gharchive/issue | 2018-07-23T00:53:43 | 2025-04-01T06:36:56.311874 | {
"authors": [
"EmilPoulsen",
"lelandjobson"
],
"repo": "EmilPoulsen/Frixel",
"url": "https://github.com/EmilPoulsen/Frixel/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2010689212 | fix read
fixes #2
Can confirm that it works
Oh i forgot to mention: I think get_push_event isn't really fixable. I thought about adding a debug statement there that mentions that this prob. doesn't work on some systems - which would keep compatibility, but makes note of the issue if anybody hits upon it again.
i don't know what's wrong with nightly, getting
--> src/mug/battery.rs:12:10
|
12 | #[derive(BinRead, Debug)]
| ^^^^^^^
|
= help: message: attempt to subtract with overflow
| gharchive/pull-request | 2023-11-25T14:59:45 | 2025-04-01T06:36:56.313811 | {
"authors": [
"Emilgardis",
"tyalie"
],
"repo": "Emilgardis/ember_mug",
"url": "https://github.com/Emilgardis/ember_mug/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1244719079 | Add tempest to disabled services
Devstack does not respect the INSTALL_TEMPEST=False setting and still
tries to install tempest when it is found in the ENABLED_SERVICES
variable. We need to remove it from the list in order to ensure it won't
be installed.
See https://github.com/gophercloud/gophercloud/issues/2408 for more
info.
Thanks @mandre !
| gharchive/pull-request | 2022-05-23T07:43:49 | 2025-04-01T06:36:56.315857 | {
"authors": [
"EmilienM",
"mandre"
],
"repo": "EmilienM/devstack-action",
"url": "https://github.com/EmilienM/devstack-action/pull/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
727707101 | Make it so EnderStudio will use a custom markdown language so it would be easier to support other platforms without re-writing current apps
https://rsms.me/markdown-wasm/
EnderKit
| gharchive/issue | 2020-10-22T20:41:56 | 2025-04-01T06:36:56.343475 | {
"authors": [
"adel-sbeh"
],
"repo": "EnderAdel/EnderFramework",
"url": "https://github.com/EnderAdel/EnderFramework/issues/86",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1105051914 | Navigation パラメータ調整
AMCL
https://sy-base.com/myrobotics/ros/ros-amcl/
Navigation
https://sy-base.com/myrobotics/ros/ros-move_base/
AMCL や 障害物回避に関するパラメータを調整した.
経由地で以前より若干ふらつくようにもなったが,stackしない確率は今回の調整後のほうが低いと思う.
| gharchive/pull-request | 2022-01-16T13:25:23 | 2025-04-01T06:36:56.345543 | {
"authors": [
"ikemuuu"
],
"repo": "EndoNrak/burger_war_dev",
"url": "https://github.com/EndoNrak/burger_war_dev/pull/69",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
304580825 | Unity Version
Hi,
I am having issues in regard to what version of Unity I should be using. When using the suggested version (Unity 2017.1.3f1), I am getting XR namespace doesn't exist errors. Apparently only Unity versions 2017.2 and after use XR and any previous version uses the VR namespace. Is there any updates as to which version of Unity we should use?
Thanks!
Thank you for your inquiry.
As you said, I think that if the VR namespace error is fixed, it works with the new Unity editor version.
However, it seems that breaking changes have been made to HoloToolKit 2017.2.1.0 running on Unity editor 2017.2.
It is necessary to modify the example scenes to make it work properly.
For Unity Version 2017.1.3f1, I had an issue where Core did not have a rotate function, so I commented out the line to remove the error.
I do not know if it is related but when I build the project, I am not able to select the different demos on the menu screen. Do you know anything that would cause this?
What is the version of OpenCV for Unity you are using?
This issue does not occur if the latest version of OpenCV for Unity is used
I imported the most recent OpenCV for Unity available to me (2.1.3). Do I have to buy the upgrade to get the 2.2.7 version?
Environment
Windows 10 Pro 1709
Windows 10 SDK 10.0.14393.0 to 10.0.16299.0
Visual Studio 2017 (v151.5.0)
Unity 2017.1.3f1
HoloToolkit-Unity-v1.2017.1.2 (https://github.com/Microsoft/MixedRealityToolkit-Unity/releases)
OpenCV for Unity 2.2.6 (https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088)
HoloLensCameraStream (https://github.com/VulcanTechnologies/HoloLensCameraStream)
Have to use "OpenCV for Unity" 2.2.6 or later.
| gharchive/issue | 2018-03-12T23:50:42 | 2025-04-01T06:36:56.373579 | {
"authors": [
"EnoxSoftware",
"jchen183"
],
"repo": "EnoxSoftware/HoloLensWithOpenCVForUnityExample",
"url": "https://github.com/EnoxSoftware/HoloLensWithOpenCVForUnityExample/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1462220973 | Enable all tests on Windows in CI
I wonder if tests magically work on Windows in CI now given the recent changes to tests?
Amazingly they did 🤩
Almost seems too good to be true.
@Emilgardis Am I missing something? 🤔
well well, seems to work now?
Yep :shrug:
| gharchive/pull-request | 2022-11-23T18:28:51 | 2025-04-01T06:36:56.375543 | {
"authors": [
"Emilgardis",
"Enselic"
],
"repo": "Enselic/cargo-public-api",
"url": "https://github.com/Enselic/cargo-public-api/pull/214",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2499006498 | Support valid values for QRMatrixOption
Fixes #4.
@Enter-tainer can you check the settings to see why this PR can't be merged, fix/qr-mask-opt3 branch is based on master.
fixed
@Caellian thanks, currently not tested, because i need to build it first (im until monday away from my computer).
I have looked over the code and it should work for me for now. But I think there is one thing that is not supported: ZINT_FULL_MULTIBYTE | (N + 1) << 8
I don't currently use this option myself, only the masking option. But just for info.
@lublak the check was ignoring bits set by ZINT_FULL_MULTIBYTE.
I've made it more explicit now.
@lublak the check was ignoring bits set by ZINT_FULL_MULTIBYTE.
I've made it more explicit now.
Thanks! On the phone it's difficult to read. I will test it on Monday :)
i will publish a new version if it works for you. @lublak
@Enter-tainer @Caellian
i know i know! Its not monday. But i had some time in the morning, so i tested it today! (i hope its okay xD)
Simply: it doesn't work.
tiaoma.qrcode(data, options: (
option-1: 2, // M
option-2: 2,
option-3: (7 + 1).bit-lshift(8), // 2048
))
after a bit testing i found it, it goes here:
https://github.com/Enter-tainer/zint-wasi/blob/master/zint-wasm-rs/src/options/option3.rs#L32 which is not QR Options.
i simply swapped the code to test this
return Err(Error::UnknownOption {
which: "option_3_datamatrix",
value: Box::new(other),
})
return Err(Error::UnknownOption {
which: "option_3_qrmatrix",
value: Box::new(other),
});
eturn Err(Error::UnknownOption {
which: "option_3_ultracode",
value: Box::new(other),
})
a bit more reading: https://github.com/Enter-tainer/zint-wasi/blob/master/zint-wasm-rs/src/options/option3.rs#L175
| gharchive/pull-request | 2024-08-31T18:54:32 | 2025-04-01T06:36:56.411266 | {
"authors": [
"Caellian",
"Enter-tainer",
"lublak"
],
"repo": "Enter-tainer/zint-wasi",
"url": "https://github.com/Enter-tainer/zint-wasi/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
597156814 | Feature Request: Debug run
Are there plans for this plugin to support a debug run feature? This could be implemented using an extra task. If there is no such thing planned, i might even do it myself, if other interest exists.
Can you please explain what exactly the "debug run" do?
There are no such debug feature and no plans now, but if is it helpful, I will consider to add it.
Sorry if i was being unclear. I meant something like a in-IDE run, or a server run using the gradle project. Using forge as an example, there is a gradle task that start a modded client with your mod installed. I was thinking of something similar by simply downloading buildtools and creating a server instance with your plugin installed automatically.
Thanks for the explain :)
Would also love to see this! It would make a lot of development simple.
For CraftBukkit and Spigot, we'll need to run buildtools. For Paper, they have a web API where you can use to directly download a Paperclip jar that automatically patches the vanilla jar.
I almost forgot about this. I can definitely provide some working code for it, however it is in form of a buildSrc/ folder right now, and i have a few too many comissions to do normal open source work and convert it into a plugin extension. If anyone is interested i can do that, but i think we should think about the actual structure of this inbefore.
I'd maybe suggest adding a task named runServer. And, when started, it'll make a run folder on the project folder (like ForgeGradle), if it not exists.
That folder will then have the server files.
It would be nice to have a way to add other plugins (like dependencies or something else).
Also, if possible, make it pass nogui or let us pass arbitrary arguments to the task.
Yes, that + as project extension for easy configuration of the server. (Like maybe an auto eula accept option, or command arguments). However I'm not quite sure how you make project extensions available using gradle projects.
I think FG allows the users to configure stuff directly from Gradle.
Would be nice to make it so anyone can just git clone a project and start working on it and having it ready to run.
breakpoints can be useful when someone who write plugins.
i dont think breakpoints can be easily done without bootstrapping the server directly (which might be possible, but would be very hard)
its possible but before that this debug stuffs should finish. breakpoints are depend debug tools.
i dont think breakpoints can be easily done without bootstrapping the server directly (which might be possible, but would be very hard)
Don't think you need to complicate everything. Running the server JAR inside Intellij already works wonders. If the code is loaded, the debugger should set a breakpoint automatically.
Oh, right, you can run the jar directly in intellij.
The main reason to should be that is not just running debug mode, also running a real sever by C.I. This feature will be helpful in this case too.
I added this feature into my scope. I will try to make it.
There u can get some inspirations:
https://gitlab.com/Firestar99/spigotgradle
https://github.com/EndlessCodeGroup/BukkitGradle
:)
Although the things posted by @TheAifam5 are a start, please don't make Spigradle download Spigot builds off wonky of websites. The best is to download BuildTools and build it manually as builds on those websites are usually outdated at best, and dubious at worse.
For Paper, there's their Paperclip tool which automatically downloads and patches a vanilla jar, so you can run it pretty easily. I know that they have somewhere an API for https://papermc.io/downloads
Thanks for all the nice discussion, yeah I'll use BuildTools for build spigot also paper.
Recently I completed migration to kotlin, support nukkit and bungeecord. so now priority is debug run things.
I'll consider to implement passing parameters like nogui, accept eula, download dependency plugins. And, good to hear that you'll make breakpoint feature @portlek.
@EntryPointKR I'm happy to see improvements being done as time goes on.
yeah I'll use BuildTools for build spigot also paper.
I'm not sure if in here you meant that you were gonna use Build Tools to build Spigot and Paper. I'm asking because just wanted to make it clear that only Spigot requires Build Tools action.
And, good to hear that you'll make breakpoint feature
Breakpoints are supposedly done by the debugger and shouldn't need extra code.
@NickAcPT Good point! I didn't research about paper build yet, so I thought that need to build paper using paper's build tool. but it can be done by paperclip.
And I something misinterpreted. as portlek said breakpoint, I thought it is some special feature because I saw he's code that generates IDEA xml on he's repository.
Before implement these things, I really need to research about it.
But I'm sharing about its importance. I will implement it carefully.
@NickAcPT wait what? They use the official build jar file ;D
@NickAcPT wait what? They use the official build jar file ;D
I feel like you're talking about getbukkit. It's usually not a good way to get your JARs. As I've mentioned previously, they're usually pretty much outdated.
@NickAcPT wait what? They use the official build jar file ;D
@TheAifam5 I feel like you're talking about getbukkit. It's usually not a good way to get your JARs. As I've mentioned previously, they're usually pretty much outdated.
https://github.com/EndlessCodeGroup/BukkitGradle
this plugin is using original BuildTool.jar file.
@NickAcPT I know what I am talking about:
https://github.com/EndlessCodeGroup/BukkitGradle/blob/711bd72fe9a04564d66ab747ddfa4dcfbb726ba9/src/main/groovy/ru/endlesscode/bukkitgradle/server/ServerCore.groovy#L104
https://gitlab.com/Firestar99/spigotgradle/-/blob/master/src/main/java/firestar99/spigotgradle/server/SpigotServerPlugin.java#L28
@NickAcPT I know what I am talking about:
EndlessCodeGroup/BukkitGradle:src/main/groovy/ru/endlesscode/bukkitgradle/server/ServerCore.groovy@711bd72#L104
gitlab.com/Firestar99/spigotgradle/-/blob/master/src/main/java/firestar99/spigotgradle/server/SpigotServerPlugin.java#L28
@TheAifam5 That is BuildTools and I know.. But I was talking about when you mentioned getbukkit and telling you that you shouldn't use it.
@NickAcPT that's why I removed it. It was my attempt to build but then I realize that's bad idea and was throwing the warning that is outdated.
I pushed up the prototype of tasks that BuildTools and RunServer just now. (spigot only in this time)
Demo is here: https://github.com/EntryPointKR/Spigradle/blob/bc673db7fdd53dc3996530b1d4d70424e8655d02/src/test/kotlin/kr/entree/spigradle/spigot/PrepareServerTest.kt
Pull request: #9
It is not completed yet, still in progress of development. if you find things that some weird or improvements in there being progress, feel free to share here.
And, tasks that download BuildTools, build spigot, and run it is not hard to implement.
But I'm not sure what is the best way to download depend plugins for setup a debug run server.
The option that easy to think is just download it from spigotmc or maven repository.
But I'm not sure what is the best way to download depend plugins for setup a debug run server.
I'd say to either allow the user to use something like Spiget and download through Spigot, or have them manually put the jar file.
Yep, I'll allow manual placing the jars.
Okay, the debug tasks seems done.
Now you guys can try it out by cloning this project: SpigradleSample.
Execute task debugPaper or debugSpigot will startup the server with plugins.
Command: ./gradlew debugPaper or ./gradlew debugSpigot
List of debug tasks: downloadSpigotBuildTools, cleanSpigotBuild, buildSpigot, prepareSpigot, runSpigot, prepareSpigotPlugin, debugSpigot, downloadPaper, debugPaper
If you import it using IntelliJ IDEA, then the "debug" directory will be marked as excluded, Debug run configurations will be generated. Currently supports IntelliJ IDEA only.
I'll document all of changes and release 1.3.0 in this week. If you have a feedback or improvements then feel free to share here :)
Instead of "debug", wouldn't it be less confusing if it was named "run"?
@NickAcPT The runSpgiot already used as subtask of debugSpigot.
More further, the debugSpigot is just lifecycle task(no function) that depends on tasks downloadBuildTools, preparePlugins, runSpigot. the reason of division into subtask is for flexibility, it will be documented in wiki soon. I agree about confusing between run and debug. it can be renamed.
Do we need “debug” task if run is already there?
The runSpigot task just runs the jar at specified path with configured arguments, and accepts EULA if user agreed.
But the debugSpigot nothing to do itself, but executes tasks preparePlugin, prepareSpigot, runSpigot. That means:
preparePlugin(Copy): It will copy the project artifact jar and dependency plugins(like ProtocolLib). the depend plugins will automatically resolved from classpath. Related: DebugTasks.kt
prepareSpigot(Copy): It will download the BuildTools from configured URL, and build the Spigot. and copy the Spigot from build output into configured server directory. Related: SpigotPlugin.kt#76, SpigotDebugTask.kt
runSpigot(JavaExec): It will runs the Spigot at configured path with configured (vm)arguments, and accepts EULA if user agreed. Related: SpigotDebugTask.kt#80, DebugTask.kt#34
debugSpigot(Task): It is nothing to do, but just executes preparePlugin, prepareSpigot, runSpigot.
So if you delete the debug(server) directory and execute only runSpigot then you will get error but if you configure valid jar path at the task, it will work. and I thought the task division would be configurable, reusable. but if there a better idea to constructing these tasks, I'll make the change as open mind.
I thought the runSpigot can be used some special case. but if it not worth, I'll consider to merge two task run and debug.
I think so. Using local jar could be set as a flag or a path to the jar, otherwise would execute the debug tasks you mentioned.
I think more about that, the use case is
Any task can depend on runSpigot, not debugSpigot.
Run the server without any preparing tasks, prepareSpigot and preparePlugins.
The first one is useless. second, if a user want to avoid prepare tasks, the user can just disable the task or set the skipWhenExists property to true for manual placing server jar.
And, if set a different path in run task, then in debug task will same result. run task is a subset of debug task.
So I think both tasks can be merged. if there a no objections, I'll merge both.
Sorry for being too late, the 1.3.0 released just now.
You can find the migration tips at Spigot Migration Tips.
If you had a problem with it, please open a new issue.
Still the usage is:
plugins {
id 'kr.entree.spigradle' version '1.3.0'
}
See also:
The Spigot plugin
The Bungeecord plugin
The Nukkit plugin
Spigradle Sample
Changelogs
Thanks again for all the contributions!
| gharchive/issue | 2020-04-09T09:41:53 | 2025-04-01T06:36:56.450567 | {
"authors": [
"EntryPointKR",
"NickAcPT",
"TheAifam5",
"portlek",
"romangraef"
],
"repo": "EntryPointKR/Spigradle",
"url": "https://github.com/EntryPointKR/Spigradle/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
760725194 | [WP] Creates elmer settings files for magnetic analysis.
Additional entries are added to write the settings file used by ElmerSolve to run magnetodynamic2D solver.
Hello Alejandro,
Thank you for your contribution. Your PR looks fine to me but sadly I can't merge it because of a conflict on gen_elmer_mesh. Can you solve it ?
Best regards,
Pierre
Hello Pierre, I guess it is due to some of my last PRs, so I will care about that. BR Sebastian
Hello Alejandro, it seems that there is something wrong with your last commit. There are 2000+ empty files.
I would suggest you to create a new branch to store your current work, go back to master, reset it to the commit before and do the PR again (i.e. without this last commit). If you want to I can also give you the git commands to do so.
After that we can care about your last commit. Maybe there is only some 'empty' difference due to line endings.
Best, Sebastian
Just one more question. Did you use black? Maybe that could also solve the problem (with one more commit).
| gharchive/pull-request | 2020-12-09T22:38:18 | 2025-04-01T06:36:56.478709 | {
"authors": [
"BonneelP",
"SebGue",
"ajpina"
],
"repo": "Eomys/pyleecan",
"url": "https://github.com/Eomys/pyleecan/pull/264",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2061085450 | 🛑 RPi3B+ 06 is down
In 1679346, RPi3B+ 06 (https://$API_SERVER/uptime/rpi?id=6) was down:
HTTP code: 404
Response time: 2344 ms
Resolved: RPi3B+ 06 is back up in fb0a98f after 19 minutes.
| gharchive/issue | 2023-12-31T14:57:41 | 2025-04-01T06:36:56.485000 | {
"authors": [
"Eotel"
],
"repo": "Eotel/pxe-yokohama-rpi-uptime",
"url": "https://github.com/Eotel/pxe-yokohama-rpi-uptime/issues/251",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
607064822 | Allow possibilities disabled hologram and set SIGN.
Hello
When it's possible to add SIGN on chest dans disabled hologram to config ?
Because 10 shop its good but when we take +100 shop and impossible set a chest on a chest, its not good for player.
There will never be sign shops in this plugin.
| gharchive/issue | 2020-04-26T17:19:50 | 2025-04-01T06:36:56.490179 | {
"authors": [
"DoctaEnkoda",
"EpicEricEE"
],
"repo": "EpicEricEE/ShopChest",
"url": "https://github.com/EpicEricEE/ShopChest/issues/322",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1625579362 | could you help to send an invitation to join epic games
I connected github and epic games account, but no invitation received, could you please help, thanks~ @EpicTeamAdmin
Hi there,
You might have to contact the support team for this. Double-check that you are checking the correct email associated with the account and that the invitation email didn't go to spam. Check that you didn't miss any of the steps below:
https://www.epicgames.com/help/en-US/epic-accounts-c5719348850459/connect-accounts-c5719351300507/how-do-i-link-my-unreal-engine-account-with-my-github-account-a5720369784347
And if you are still experiencing the issue, use the Contact Us form on the page.
| gharchive/issue | 2023-03-15T13:55:29 | 2025-04-01T06:36:56.492335 | {
"authors": [
"DenisTensorWorks",
"ppzzp"
],
"repo": "EpicGames/PixelStreamingInfrastructure",
"url": "https://github.com/EpicGames/PixelStreamingInfrastructure/issues/157",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2092272200 | Mouse release event ignored if released too quickly
If you depress the left mouse button, and release it too quickly, the release event seems to be ignored.
For example, if you do it over a line in the text view widget it'll be stuck selecting text afterwards, but it also happens with other widgets (menu items and tabs).
Here is a recording of it happening, by sending automated down and up events without any delay to reproduce it consistently:
https://github.com/EpicGames/raddebugger/assets/10407330/040eca64-5642-4f93-96db-92c17c0e3d29
Fixed in fd0feefcf280538dd5b2c84885b97295f950ad57.
This was initially fixed for me, but I think it broke again in 0d1ccd7.
I think the issue is with this if statement:
// src\raddbg\raddbg.c
for(OS_Event *ev = leftover_events.first, *next = 0; ev != 0; ev = next)
{
next = ev->next;
if(ev->timestamp_us+1000000 < os_now_microseconds() ||
ev->kind == OS_EventKind_Text ||
(ev->kind == OS_EventKind_Press && ev->key != OS_Key_LeftMouseButton) ||
(ev->kind == OS_EventKind_Press && ev->key != OS_Key_RightMouseButton) ||
(ev->kind == OS_EventKind_Press && ev->key != OS_Key_MiddleMouseButton) ||
(ev->kind == OS_EventKind_Release && ev->key != OS_Key_LeftMouseButton) ||
(ev->kind == OS_EventKind_Release && ev->key != OS_Key_RightMouseButton) ||
(ev->kind == OS_EventKind_Release && ev->key != OS_Key_MiddleMouseButton) ||
(ev->kind == OS_EventKind_Scroll))
{
os_eat_event(&leftover_events, ev);
}
}
All press and release events will be eaten regardless of ev->key.
Oops... must've been on autopilot there. Fixed again in baca24c0377d9498fe6830ac1e16d9da8b7607e0.
I'm experiencing issues on my end with unconsumed events sticking around, so I am going to disable this behavior & reopen this issue until this is fully fixed.
It seems fixed for the menu items and tabs, but the text view widget seems to ignore the down event now as well (text cursor doesn't update).
Can you show a video of what you're seeing? I am not seeing that on my end.
I think I see one potential issue - you might be expecting whatever mouse positions are attached to the mouse press/release events (presumably auto-generated) to show up in the selection itself, without forcibly changing what the mouse position is?
If that's the case, can you expand on the intended use case you have in mind for that?
https://github.com/EpicGames/raddebugger/assets/10407330/ccda40d1-5f02-47c4-a8b3-82ac27934e80
Yeah, the fast click events are auto-generated to reproduce it consistently for video.
#pragma comment(lib, "user32.lib")
#include <Windows.h>
int main()
{
if(RegisterHotKey(0, 1, MOD_NOREPEAT, 'A'))
{
MSG Msg = {0};
while(GetMessage(&Msg, 0, 0, 0) != 0)
{
if(Msg.message == WM_HOTKEY)
{
int const Count = 2;
INPUT Inputs[Count] = {};
Inputs[0].type = INPUT_MOUSE;
Inputs[0].mi.dwFlags = MOUSEEVENTF_LEFTDOWN;
Inputs[1].type = INPUT_MOUSE;
Inputs[1].mi.dwFlags = MOUSEEVENTF_LEFTUP;
if(SendInput(Count, Inputs, sizeof(INPUT)) != Count)
{
break;
}
}
}
}
return 0;
}
(Also tested with a Logitech mouse macro, and my actual use case, remote desktop.)
Ahhhhh okay makes perfect sense, thanks. Looks like I've fixed this on my end in 77337f9e860cd32c473878932fded8c56e5e355a. Can you give that a try?
Seems to be working! 👍
| gharchive/issue | 2024-01-20T23:16:45 | 2025-04-01T06:36:56.499511 | {
"authors": [
"aswerw",
"ryanfleury"
],
"repo": "EpicGames/raddebugger",
"url": "https://github.com/EpicGames/raddebugger/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1740666673 | Fix bug with AutoBackup
On one of my games, there is a common occurrence where the map does not get backed up properly at the start of the server. I figured out that it was because I set my command prefix from the Adonis menu instead of from the Settings module. It seems that this bug might be because some functions are not loaded in the correct order or are too slow as the correct prefix doesn't get loaded before this setting is initialized. You can simply add a small delay to the function since this gap isn't very large. Here is the fix that I implemented for my game.
Are you sure the task.wait is necessary?
Are you sure the task.wait is necessary?
When printing out Settings.Prefix it would only print out the correct/saved prefix if the task.wait was there, so I believe so. You can also confirm this by trying it on a custom version of Adonis.
Any updates on this?
Are you sure the task.wait is necessary?
When printing out Settings.Prefix it would only print out the correct/saved prefix if the task.wait was there, so I believe so. You can also confirm this by trying it on a custom version of Adonis.
This is because it's waiting until the datastore stuff loads. This will not always work if the datastore loading is for some reason delayed. A better place to put this would be immediately after the datastore finishes its loading process.
Are you sure the task.wait is necessary?
When printing out Settings.Prefix it would only print out the correct/saved prefix if the task.wait was there, so I believe so. You can also confirm this by trying it on a custom version of Adonis.
This is because it's waiting until the datastore stuff loads. This will not always work if the datastore loading is for some reason delayed. A better place to put this would be immediately after the datastore finishes its loading process.
Thanks for your feedback, that is true. I will be updating this pull request
MY APOLOGIES........................
I shalt update the request sometime later today
Okay updated, I also added some bugfixes and put myself in the contributors list. When testing my pull request it seems that OnStartup was just completely broken?? I updated TrackTask so the third argument doesn't have to be an errHandler function and can be an argument (OnStartup utilizes this but it seems like TrackTask was rewritten so it broke) and made it so the RunCommand function actually specifies the player argument as non-existent.
Ok I realized the problem with what i was doing, it should be actually ready now
Does it work tho
it should work I added scel's suggestion, Settings.Prefix shouldn't be desynced anymore. also OnStartup is no longer broken
Have you tested this tho
The AutoBackup part maybe needs revision
well then you should get on that
ima just close this PR and redo this later, it seems like another part of the code is breaking my script cuz it seems to not work even though Settings.Prefix matches
i love nightly
same
| gharchive/pull-request | 2023-06-04T23:53:39 | 2025-04-01T06:36:56.519900 | {
"authors": [
"Dimenpsyonal",
"Sceleratis",
"ccuser44",
"cocooo23"
],
"repo": "Epix-Incorporated/Adonis",
"url": "https://github.com/Epix-Incorporated/Adonis/pull/1131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.