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 |
---|---|---|---|---|---|
532625585 | csv-table align option is ignored
The csv-table directive always produce a table with left-aligned cells, regardless of the :align: option being set to center or right. I would expect the resulting table to respect the alignement option attached with the csv-table directive, and default to left if none is provided.
As far as I know, :align: option does not have effect for cell alignment also in other builders.
In my opinion, this is a job of a style file.
I will add the feature to apply different style for each tables in next release.
@ghisvail
I add the feature to apply user defined style in docxbuilder 1.2.0.
Please update docxbuilder.
See documents (https://docxbuilder.readthedocs.io/en/latest/customization.html#user-defined-styles) for details
| gharchive/issue | 2019-12-04T11:31:05 | 2025-04-01T06:37:48.746368 | {
"authors": [
"amedama41",
"ghisvail"
],
"repo": "amedama41/docxbuilder",
"url": "https://github.com/amedama41/docxbuilder/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
176975346 | Master-Standby swap has to be robust
There is a possibility under current implementation that when partition becomes a Master there are still messages in the change log from the previous Master that have not been consumed. This is because under the current prototype, the master naively stops tailing the topic on receiving BecomeMaster message but this needs to be analysed statically and proven that it can't happen or put in place mechanism that guarantees all messages by previous Master have been Consumed.
Another problem with the current implementation is that the cluster router doesn't keep the standbys in the list of routees and on master failure there will be a brief period when the partition is not represented by any region master. There are 2 ways how to go about this one:
First, instead of ask provide io.amient.affinity.core.ask which catches the IllegalStateException and retries in few short intervals.
Second, map all the standbys into the routees and on failure use next available routee for that partition effectively pre-empting the outcome of the election.
| gharchive/issue | 2016-09-14T17:52:40 | 2025-04-01T06:37:48.758767 | {
"authors": [
"michal-harish"
],
"repo": "amient/affinity",
"url": "https://github.com/amient/affinity/issues/6",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
251404166 | Schematic Help
Hello,
I'm trying to complete a schematic since it was never released. I think I have everything except for 5 wires. Can anyone (preferably the author) ensure i am correct and give me the last 5 wires (boxes in purple with "?"). Thank you!
Edit: I Just noticed the R3 wasn't finished and should be the same as r4,r5,r6. (1, GND)
Figured it out... here is a schematic via excel and kicad. I think everything is correct.
| gharchive/issue | 2017-08-19T06:11:17 | 2025-04-01T06:37:48.761367 | {
"authors": [
"dtomcat"
],
"repo": "amilkovich/snes-rd",
"url": "https://github.com/amilkovich/snes-rd/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2054528158 | Use readme.md file in nuget readme
It's better to use the readme file content in nuget description.
To achieve this we should create a HttpClientToCurlGenerator.nuspec file in the project like this:
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>HttpClientToCurlGenerator</id>
<version>2.0.3</version>
<description>An extension for generating Curl script of HttpClient</description>
<authors>Amin</authors>
<summary>
This extension will help you to see whatever is set in HttpClient in the form of a curl script.
</summary>
<releaseNotes>
...
</releaseNotes>
<projectUrl>https://github.com/amingolmahalle/HttpClientToCurlGenerator</projectUrl>
<repository type="git" url="https://github.com/amingolmahalle/HttpClientToCurlGenerator.git" branch="main" />
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>csharp HTTP httpclient curl</tags>
<icon>icon.png</icon>
<readme>README.md</readme>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="README.md" />
</files>
</package>
Nice idea. I will do it.
@thanks dear @naeemaei
closed
| gharchive/issue | 2023-12-22T21:43:12 | 2025-04-01T06:37:48.764405 | {
"authors": [
"amingolmahalle",
"naeemaei"
],
"repo": "amingolmahalle/HttpClientToCurlGenerator",
"url": "https://github.com/amingolmahalle/HttpClientToCurlGenerator/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1138855280 | Reduce risks of clashes with package identifiers
Running CompileBot failed for me in a package which exports a function
named data. Resolve this by renaming the global variable data used
by CompileBot to __the_data__ which should minimize the risk of clashes.
Also changed some more quoted code to use let to avoid similar problems
for pc and packageSym.
Codecov Report
Merging #48 (5c0d0dd) into master (dd0c0cf) will not change coverage.
The diff coverage is 0.00%.
@@ Coverage Diff @@
## master #48 +/- ##
=======================================
Coverage 70.68% 70.68%
=======================================
Files 7 7
Lines 440 440
=======================================
Hits 311 311
Misses 129 129
Impacted Files
Coverage Δ
src/snoop_bench.jl
65.30% <ø> (ø)
src/snoop_bot.jl
75.34% <0.00%> (ø)
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 d2c8578...5c0d0dd. Read the comment docs.
| gharchive/pull-request | 2022-02-15T15:35:16 | 2025-04-01T06:37:48.776840 | {
"authors": [
"codecov-commenter",
"fingolfin"
],
"repo": "aminya/CompileBot.jl",
"url": "https://github.com/aminya/CompileBot.jl/pull/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
54506553 | Link to pypa docs for pip installation instructions
Right now the Readme has a lot of information about installing pip, this can be replaced with a link to https://pip.pypa.io/en/latest/installing.html
e1311fc892bbcca6486e91e43bca4c6927f40156
| gharchive/issue | 2015-01-15T21:27:11 | 2025-04-01T06:37:48.916571 | {
"authors": [
"amjith"
],
"repo": "amjith/pgcli",
"url": "https://github.com/amjith/pgcli/issues/123",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
443256846 | mock an attendance for this test and make it work.
The puzzle 51-58882287 from #51 has to be resolved:
https://github.com/ammaratef45/Attendance/blob/fbdba811a613eddf24735e47ac232e93e71c179b/attendance/test/api_test.dart#L41-L41
The puzzle was created by Ammar Atef on 12-May-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
@ammaratef45/z please, pay attention to this issue
| gharchive/issue | 2019-05-13T07:58:37 | 2025-04-01T06:37:48.929094 | {
"authors": [
"0crat",
"0pdd"
],
"repo": "ammaratef45/Attendance",
"url": "https://github.com/ammaratef45/Attendance/issues/105",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
443256864 | remove litems and uitems and get them from user as future.
The puzzle 102-6eee6dfd from #102 has to be resolved:
https://github.com/ammaratef45/Attendance/blob/fbdba811a613eddf24735e47ac232e93e71c179b/attendance/lib/homePage/home_page_viewmodel.dart#L119-L119
The puzzle was created by Ammar Atef on 12-May-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
@ammaratef45/z please, pay attention to this issue
| gharchive/issue | 2019-05-13T07:58:40 | 2025-04-01T06:37:48.932155 | {
"authors": [
"0crat",
"0pdd"
],
"repo": "ammaratef45/Attendance",
"url": "https://github.com/ammaratef45/Attendance/issues/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
440407654 | #79 refactored the code to match the required in issue
PR for #79
Job #87 is now in scope, role is REV
This pull request #87 is assigned to @bahaaib/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @ammaratef45/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer; @bahaaib/z is not a member of this project yet, but they can request to join, as §1 explains; there will be no monetary reward for this job
Manual assignment of issues is discouraged, see §19: -5 point(s) just awarded to @ammaratef45/z
@Bahaaib Okay, It's because of the const constructor
Which is prefered for immutable classes.
@rultor merge
@rultor merge
@bahaaib Thanks for your request. @ammaratef45 Please confirm this.
@rultor merge
@rultor merge
@ammaratef45 OK, I'll try to merge now. You can check the progress of the merge here
@rultor merge
@ammaratef45 Done! FYI, the full log is here (took me 6min)
Quality is low, no payment, see §31:
Job was finished in 7 hours, bonus for fast delivery is possible (see §36)
The job #87 is now out of scope
Payment to ARC for a closed pull request, as in §28: +10 point(s) just awarded to @ammaratef45/z
| gharchive/pull-request | 2019-05-05T06:34:09 | 2025-04-01T06:37:48.941313 | {
"authors": [
"0crat",
"Bahaaib",
"ammaratef45",
"rultor"
],
"repo": "ammaratef45/Attendance",
"url": "https://github.com/ammaratef45/Attendance/pull/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
147661634 | Keep getting "Uncaught TypeError: Cannot read property 'replaceChild' of null".
Original version of index.html(not minified) works without problem, but after I minify index.html with html-webpack-plugin, I keep getting "Uncaught TypeError: Cannot read property 'replaceChild' of null". Note that my web app is working well regardless, but this error is driving me crazy.
Part of my webpack config:
new HtmlWebpackPlugin({
template: 'app/main.html',
filename: 'index.html',
minify: {
collapseWhitespace: true,
removeComments: true,
removeRedundantAttributes: true,
removeScriptTypeAttributes: true,
removeStyleLinkTypeAttributes: true,
},
})
I found the problem.
Every time I minify the html file, it produces two script tags, which is strange because there is only one script tag in the original html file.
Original one only has <script src="./app.js"></script> while the minified version produces <script src="./app.js"></script><script src="app.js"></script>.
There is an redundant <script src="app.js"></script>.
Any idea how to solve this?
I solved the problem.
Docs:
The plugin will generate an HTML5 file for you that includes all your webpack bundles in the body using script tags.
So, I can remove <script src="./app.js"></script> from template.
Yes you could also set inject:false if you want to add them by yourself.
| gharchive/issue | 2016-04-12T07:38:15 | 2025-04-01T06:37:48.984030 | {
"authors": [
"jantimon",
"tetsushiomi"
],
"repo": "ampedandwired/html-webpack-plugin",
"url": "https://github.com/ampedandwired/html-webpack-plugin/issues/288",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
101514035 | [TACHYON-794] Added test coverage for Master
https://tachyon.atlassian.net/browse/TACHYON-794
Added test coverage for InodeDirectory
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/Tachyon-Pull-Request-Builder/4272/
Test PASSed.
| gharchive/pull-request | 2015-08-17T21:28:55 | 2025-04-01T06:37:48.986134 | {
"authors": [
"AmplabJenkins",
"yupeng9"
],
"repo": "amplab/tachyon",
"url": "https://github.com/amplab/tachyon/pull/1312",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
167079010 | Implement safe persistence of logs in ES
Added two commands to disco_elasticsearch.py:
archive: Archive the indices that are older than yesterday's date to S3. It also has a --groom flag, which would delete enough indices from the cluster to bring down disk usage to the archive threshold.
restore: Restore the indices within a date range from S3 to any cluster
Associated story: https://amplify-litco.atlassian.net/browse/AS-184
TODO:
[x] Write unit tests
[x] Update readme
+1
build
+1
| gharchive/pull-request | 2016-07-22T16:06:29 | 2025-04-01T06:37:49.009149 | {
"authors": [
"IlyaSukhanov",
"jichen-amplify",
"pchand-amplify"
],
"repo": "amplifylitco/asiaq",
"url": "https://github.com/amplifylitco/asiaq/pull/99",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
439258815 | AMP Access & Subscriptions WG call for members
We'd like to expand the WG membership to include people developing or maintaining amp-access vendor extensions and CMS or publisher developers working with amp-access, amp-subscriptions and amp-subscriptions-google
The If you are interested in membership please respond to this issue.
cc @chenshay @mpaw @sjparkinson @merwan7 @gmajoulet @enzo-giancola @davidsteeb @wigth @dackmin @rodrigues @kushal @dbow
I'm interested. :)
get me on board ⛵️
Definitely interested!
I'm curious, but I'd be keen to know what is involved. And if not me, I'd like to make sure we have someone from @Financial-Times if that's okay.
✋
Thanks for responding, I'll post something ext week with an outline of what's involved. @sjparkinson regarding specific membership, if there is somebody in your org who is a better fit that's fine.
I'm interested too and can represent @dowjones for The Wall Street Journal and Barrons.
A little late to the party, was offline for a few days, but I'm interested.
On Sun, 5 May 2019 at 21:24, Marcin Pawelek notifications@github.com
wrote:
I'm interested too and can represent @dowjones
https://github.com/dowjones for The Wall Street Journal and Barrons.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/ampproject/wg-access-subscriptions/issues/3#issuecomment-489455701,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA5O7656NTXDKCNGI6BJQWLPT4X7TANCNFSM4HJVFYKA
.
--
b13 GmbH
Breitscheidstraße 65 :: 70176 Stuttgart :: Germany
Telefon +49 711 46058970 :: Telefax +49 711 46058979
Sitz der Gesellschaft: Stuttgart
Handelsregister Amtsgericht Stuttgart HRB 733314
Geschäftsführer: Benjamin Mack, David Steeb
b13 ist TYPO3 Agency Enterprise Partner
b13 ist TYPO3 Platinum Member
The amp contributor summit this year is October 9 and 10 in NY. If you'd like to go please apply here and indicate you are a prospective WG member.
https://events.withgoogle.com/ampcs2019/registrations/new/details/
Can you all let me know what time zones you are in? Best time for a meeting appears to be early AM California time / late in the day in Europe. Do we have an APAC folks that would not work for?
@jpettitt I'm in EDT timezone
I'm a maintainer for amp-access-scroll ( https://github.com/ampproject/amphtml/pull/21528 ), I'd love to be involved
| gharchive/issue | 2019-05-01T18:03:13 | 2025-04-01T06:37:49.067014 | {
"authors": [
"dackmin",
"davidsteeb",
"gmajoulet",
"jpettitt",
"junoatscroll",
"kushal",
"merwan7",
"mpaw",
"sjparkinson"
],
"repo": "ampproject/wg-access-subscriptions",
"url": "https://github.com/ampproject/wg-access-subscriptions/issues/3",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1006707866 | wg-performance Status Update 2021-09-27
cc @ampproject/wg-performance
What was accomplished
Lessons Learned
What's Next
What was accomplished
Cleanup of unused performance metrics (1, 2)
esbuild exp_c: https://github.com/ampproject/amphtml/pull/36163, https://github.com/ampproject/amphtml/pull/36105
Removed CC header from worker-dom: https://github.com/ampproject/worker-dom/pull/1097
Added benchmarking to bento-compiler 1, identified most expensive piece as being worker-dom.createElement, identified 3x speedup 2
bento-compiler integration fixes: https://github.com/ampproject/bento-compiler/pull/20
relanded build-system amp_config simplification: https://github.com/ampproject/amphtml/pull/36008
Lessons Learned
Class fields are much slower than setting values in the ctor, even though they are algorithmically faster (O(1) vs O(prototype chain)). See this benchmark. bench
What's Next
Removing fid-polyfill from AMP Cache
What was accomplished
automated rollouts of Bento Compiler service (google3)
various related compliance and security dances for above
performance debugging with @samouri
Lessons Learned
verifiable build-deploy-release systems are extremely complicated
What's Next
continue trying to satisfy security requirements for rollout
possibly some core/type-checking work
cc @ampproject/wg-performance
What was accomplished
get baseline performance numbers for simple amp-story examples. This allows us to interpret possible performance gains per environment (origin vs origin + optimizer vs cache vs plain html)
Lessons Learned
What's Next
finish amp geo SSR work
write doc on amp story css inlining
write doc on changes needed to the nodeJS amp toolbox optimizer for amp story optimizations
What was accomplished
Update CLS metric to 5s-window and 1s-session-gap: https://github.com/ampproject/amphtml/pull/36147
Fix adblock CLS regerssion: https://github.com/ampproject/amphtml/pull/36157
Lessons Learned
What's Next
Finishing abstract ops for Jolt
Image metadata
| gharchive/issue | 2021-09-24T18:07:01 | 2025-04-01T06:37:49.078366 | {
"authors": [
"erwinmombay",
"jridgewell",
"rcebulko",
"samouri"
],
"repo": "ampproject/wg-performance",
"url": "https://github.com/ampproject/wg-performance/issues/96",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
467281370 | Muti children
I have two children(sections, parts) in json, how can I supposed to do?
Thank you
{
"id": "jxk2ahca",
"unit": "1",
"name": "",
"nameEn": "Stationery",
"sections": [
{
"section": "1",
"name": "",
"nameEn": "",
"file": "",
"type": "folder",
"icon": "",
"parts": [
{
"part": "1",
"name": "",
"nameEn": "",
"file": "",
"type": "file",
"icon": ""
}
]
}
}
Hi! It might help you: https://amsik.github.io/liquor-tree/#Redefine-Structure-Example
How can I set for children?
treeOptions: {
propertyNames: {
text: 'name',
children: 'sections' || 'parts'
}
},
it does not work
It will not work. You have to transform your data recursively before use tree.
| gharchive/issue | 2019-07-12T08:14:16 | 2025-04-01T06:37:49.085975 | {
"authors": [
"amsik",
"yulunyang"
],
"repo": "amsik/liquor-tree",
"url": "https://github.com/amsik/liquor-tree/issues/135",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
929547726 | feat: Making notices more general
Summary of Changes
Added wildcard functionality to notices (ie if we wanted to add a notice to every table in the shadow schema, could do that with ..shadow.*) and dynamic HTML messages (ie if we wanted to have each of those notices have a different message depending on which table it was)
Why
Part of the follow up work for the Notices feature detailed on the RFC: https://github.com/amundsen-io/rfcs/blob/master/rfcs/029-resource-notices.md#future-possibilities
Mentioned on the original PR: https://github.com/amundsen-io/amundsenfrontendlibrary/pull/957#issuecomment-802943900
Tests
Added notices tests to test the functionality of the wildcard and the dynamic message.
/ptal @itstemo @Golodhros #persistence-dev
remade pr here: https://github.com/amundsen-io/amundsen/pull/1280
| gharchive/pull-request | 2021-06-24T19:26:48 | 2025-04-01T06:37:49.093182 | {
"authors": [
"elenaboal"
],
"repo": "amundsen-io/amundsen",
"url": "https://github.com/amundsen-io/amundsen/pull/1274",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1718441895 | Update README.md
Describe your changes
added readme badges
Screenshots - If Any (Optional)
Issue ticket number and link - If Any
Closes #108
Checklist before requesting a review
[x] I have performed a self-review of my code.
[x] Starred the repository.
[x] Added My Name to the Contributor's List.
[x] Followed the repository's Contributing Guidelines.
[x] I ran the app and tested it locally to verify that it works as expected.
Thanks @S-ishita. Nice
| gharchive/pull-request | 2023-05-21T09:54:45 | 2025-04-01T06:37:49.096866 | {
"authors": [
"S-ishita",
"anmode"
],
"repo": "amupedia2021/Project-Amupedia",
"url": "https://github.com/amupedia2021/Project-Amupedia/pull/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
355720223 | what should is_none test for?
is_none currently results in true for none_unit or directly derived, but is sometimes used
where one really wants to test: unit.base == none.base ( instead of unit.is_none() )
(this arises when testing e.g. units.rad and units.deg)
should be revisted
lets close; if it a real reason to change it comes up its easier to fix
| gharchive/issue | 2018-08-30T19:20:54 | 2025-04-01T06:37:49.098668 | {
"authors": [
"ipelupessy"
],
"repo": "amusecode/amuse",
"url": "https://github.com/amusecode/amuse/issues/293",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
624436227 | bugfix: in the preferential batch BO example the acquisition function…
…s were previously minimized, not maximized
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Codecov Report
Merging #304 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #304 +/- ##
=======================================
Coverage 89.26% 89.26%
=======================================
Files 120 120
Lines 3932 3932
Branches 454 454
=======================================
Hits 3510 3510
Misses 329 329
Partials 93 93
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 2db676b...fe23f04. Read the comment docs.
Hi Eero, are you sure this is happening? GradientAcquisitionOptimizer flips the sign of the acquisition function in its _optimize method.
Dear Maren. Thank you for taking a look! I am positive about the bugfix being the right thing to do. GradientAcquisitionOptimizer flips the sign and then minimizes the flipped function (= maximizes the original function). In the preferential batch Bayesian optimization example, all acquisition function evaluations were ALREADY returned as flipped versions (negative qEI) so we ended up minimizing the acquisition functions, which is not what we want.
Before building the wrapper for emukit, I was performing the optimization of the acquisition myself using "acq_fun_optimizer"-function (https://github.com/esiivola/emukit/blob/fe23f046b7e4b92d065bb71212a5e6f082432451/emukit/examples/preferential_batch_bayesian_optimization/pbbo/acquisitions/expectation_acquisition.py#L235), which minimized the "evaluate"-function (https://github.com/esiivola/emukit/blob/fe23f046b7e4b92d065bb71212a5e6f082432451/emukit/examples/preferential_batch_bayesian_optimization/pbbo/acquisitions/expectation_acquisition.py#L287).
However, this "evaluate" function is maximized by emukit. The bugfix flips this function inside the emukit wrapper.
I see, thanks for the explanation!
| gharchive/pull-request | 2020-05-25T18:33:12 | 2025-04-01T06:37:49.114753 | {
"authors": [
"codecov-commenter",
"esiivola",
"mmahsereci"
],
"repo": "amzn/emukit",
"url": "https://github.com/amzn/emukit/pull/304",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2208212887 | Cannot find package '@ngtools/webpack' On MacOs when starting the project
Please provide the environment you discovered this bug in.
MacOs 14.4.1
NodeJs v20.11.0
Which area/package is the issue in?
create-analog
Description
I follow the Getting started guide.
yarn create analog
Go in the directory
yarn
yarn start
Please provide the exception or error you saw
failed to load config from /Users/thierryleveque/Documents/dev/testProject/analog-project/vite.config.ts
An unhandled exception occurred: Cannot find package '@ngtools/webpack' imported from /Users/thierryleveque/Documents/dev/testProject/analog-project/node_modules/@analogjs/vite-plugin-angular/src/lib/host.js
Other information
No response
I would be willing to submit a PR to fix this issue
[ ] Yes
[X] No
Only when using yarn, you have to explicitly add the @ngtools/webpack package to the package.json.
yarn add @ngtools/webpack --dev
We could maybe detect this when generating a new app, but I don't want to add it for everyone
And then now it is @angular-devkit/build-angular that is missing...
Adding it also fix the problem.
But this should be added in the documentation. On the getting started page.
| gharchive/issue | 2024-03-26T13:13:48 | 2025-04-01T06:37:49.152440 | {
"authors": [
"brandonroberts",
"tleveque23"
],
"repo": "analogjs/analog",
"url": "https://github.com/analogjs/analog/issues/967",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2499654988 | Add F# tools Fantomas and ionide-analyzers
[x] I have not changed the README.md directly.
Much appreciated. Thanks!
| gharchive/pull-request | 2024-09-01T19:54:10 | 2025-04-01T06:37:49.156683 | {
"authors": [
"dawedawe",
"mre"
],
"repo": "analysis-tools-dev/static-analysis",
"url": "https://github.com/analysis-tools-dev/static-analysis/pull/1614",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
849906774 | Array indexing with a variable
function githubExample(value) {
return request.resource.data[value];
}
The plugin highlights the "value" indexer with: '[' or number expected, got 'value'
@Artelis thanks for testing, issue will be fixed on version: 2.5.3
| gharchive/issue | 2021-04-04T16:10:41 | 2025-04-01T06:37:49.198362 | {
"authors": [
"Artelis",
"dalgarins"
],
"repo": "anboralabs/intellij-firebase-highlighter",
"url": "https://github.com/anboralabs/intellij-firebase-highlighter/issues/57",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1944829548 | 🛑 Linux Handbook is down
In 8773e48, Linux Handbook (https://linuxhandbook.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Linux Handbook is back up in 9a99376 after 17 minutes.
| gharchive/issue | 2023-10-16T09:56:50 | 2025-04-01T06:37:49.217019 | {
"authors": [
"andanotherusername"
],
"repo": "andanotherusername/upptime-test",
"url": "https://github.com/andanotherusername/upptime-test/issues/130",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
774704202 | .Net Core 3.1 LoadUserDict 下,會出現 Unhandled exception. System.UnauthorizedAccessException: Access to the path
在.net core console 下
segmenter.LoadUserDict(AppDomain.CurrentDomain.BaseDirectory + @"custom_dict");
會出現
Unhandled exception. System.UnauthorizedAccessException: Access to the path 'C:\Users\donma\source\repos\JiebaPrac\JiebaPrac\bin\Debug\netcoreapp3.1\custom_dict' is denied.
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path, Encoding encoding)
at System.IO.File.InternalReadAllLines(String path, Encoding encoding)
at System.IO.File.ReadAllLines(String path, Encoding encoding)
at JiebaNet.Segmenter.JiebaSegmenter.LoadUserDict(String userDictFile)
at JiebaPrac.Program.Main(String[] args) in C:\Users\donma\source\repos\JiebaPrac\JiebaPrac\Program.cs:line 17
如果是我用 .net framework 4.7 ASP.net Webform 下會正常
麻煩了,感謝幫助..
代码贴出来
代码贴出来
抱歉 是我自己犯蠢 已經解決了
感謝您的回應 👍
抱歉 是我自己犯蠢 已經解決了
感謝您的回應 👍
| gharchive/issue | 2020-12-25T10:28:39 | 2025-04-01T06:37:49.225033 | {
"authors": [
"donma",
"suichuan"
],
"repo": "anderscui/jieba.NET",
"url": "https://github.com/anderscui/jieba.NET/issues/76",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
253966638 | clone parler translations -> IntegrityError: Key (language_code, master_id) already exists.
I get the a IntegrityError like:
duplicate key value violates unique constraint "news_news_translation_language_code_37dcef35ba6d4d72_uniq"
DETAIL: Key (language_code, master_id)=(de, 43) already exists.
while "publish" action. Code point is here:
File "django-model-publisher-ai/publisher/models.py" in publish
122. self.clone_translations(draft_obj, publish_obj)
File "django-model-publisher-ai/publisher/models.py" in clone_translations
216. translation.save()
Any idea?
Ah! It's related to aldryn_translation_tools.models.TranslatedAutoSlugifyMixin !
The error comes if TranslatedAutoSlugifyMixin is before PublisherModel ...
Working order seems to be:
class MyModel(TranslatableModelMixin, PublisherModel, TranslatedAutoSlugifyMixin):
Sounds like you got it fixed? Closing.
Yes. I also working on a PublisherParlerManager() and PublisherParlerModel() for easier usage...
Hm. No it's not fixed :(
The slug will not set correctly if TranslatedAutoSlugifyMixin after PublisherModel ...
Any idea?
| gharchive/issue | 2017-08-30T11:32:54 | 2025-04-01T06:37:49.256843 | {
"authors": [
"JsseL",
"jedie"
],
"repo": "andersinno/django-model-publisher-ai",
"url": "https://github.com/andersinno/django-model-publisher-ai/issues/8",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
184065242 | Close pool
Add method to close a pool, properly disposing of each pooled object, and releasing any resources associated with the pool (e.g. background timer threads).
Fixes #11.
Coverage increased (+2.2%) to 89.431% when pulling 3a2743bf316f0cc2096b63885fe0606f601a8e49 on close-pool into 9401aa0b825d0ba729d936b0f9c471976383b53c on master.
Coverage decreased (-0.7%) to 86.555% when pulling ef0c0c075c7fb20cdd6ee156752b94e8dea33925 on close-pool into 9401aa0b825d0ba729d936b0f9c471976383b53c on master.
| gharchive/pull-request | 2016-10-19T20:27:08 | 2025-04-01T06:37:49.339831 | {
"authors": [
"andrebeat",
"coveralls"
],
"repo": "andrebeat/scala-pool",
"url": "https://github.com/andrebeat/scala-pool/pull/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1235955589 | 🛑 Archief Roermond is down
In 1897b9f, Archief Roermond (https://www.archiefroermond.nl) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Archief Roermond is back up in 69cac0b.
| gharchive/issue | 2022-05-14T11:57:51 | 2025-04-01T06:37:49.345024 | {
"authors": [
"andreesg"
],
"repo": "andreesg/intk-upptime",
"url": "https://github.com/andreesg/intk-upptime/issues/394",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1557914809 | 🛑 Het Markiezenhof is down
In e18ac31, Het Markiezenhof (https://www.markiezenhof.nl) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Het Markiezenhof is back up in 075a7c6.
| gharchive/issue | 2023-01-26T10:16:30 | 2025-04-01T06:37:49.347596 | {
"authors": [
"andreesg"
],
"repo": "andreesg/intk-upptime",
"url": "https://github.com/andreesg/intk-upptime/issues/652",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1004903882 | 🛑 Paraiso Caipira is down
In d95f278, Paraiso Caipira (https://paraisocaipira.com.br) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Paraiso Caipira is back up in d7dd890.
| gharchive/issue | 2021-09-23T00:54:36 | 2025-04-01T06:37:49.400503 | {
"authors": [
"andrelug"
],
"repo": "andrelug/uptime",
"url": "https://github.com/andrelug/uptime/issues/1005",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2440824469 | Adjust Zooz ZSE42 battery types
Checklist
[X] I have filled out the template to the best of my ability.
[X] This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
[X] This issue is not a duplicate feature request of previous feature requests.
Is your feature request related to a problem? Please describe.
Zooz has multiple versions of the ZSE42. Older models use the CR2032 battery. Newer models use the CR2450 battery. This seems to be getting changed regularly in the device listing as people with different models fill out new device requests.
Most recently this was changed in https://github.com/andrew-codechimp/HA-Battery-Notes/issues/1496
Describe the solution you'd like
I'd like there to be a way to either differentiate between the two devices (and store both in the device listing) or to prevent updates to this device from being populated automatically into the device listing. In the current architecture, this device needs to be kept at "MANUAL"
Related discussions have happened in #1266, https://github.com/andrew-codechimp/HA-Battery-Notes/pull/1228#issuecomment-1978201980
Describe alternatives you've considered
Alternatively, users can maintain their own device listing, but that seems like a bad idea.
Additional context
N/A
This device was recently discussed here
At the moment if the make, model and hardware version are identical I cannot have the library differentiate.
I have set it to MANUAL and will keep it like that until perhaps the integration owner is able to make a differentiation with the new Model ID coming in 2024.8 of Home Assistant.
Battery Notes can only work with the data presented, raise this with the integration owner and see if you can get them to use the new Model ID, or at least have a suffix to the existing model.
Thanks for the link to the discussion section (the one place I didn't check).
Does setting it to manual prevent it from being updated automatically by a new device request issue?
The reason I opened this issue is that it used to work in manual mode for me for the past couple of months and then recently I got a new ZSE42 and it was suggesting an incorrect battery again. Maybe my library version was out of date since I see the current main branch has it set correctly.
It was changed back to Manual only a few days ago, you should get the library updated daily unless there was a problem the last time it tried to update.
I try to pay attention to device updates to sanity check them but occasionally they slip through, I may have to think about auto discarding changes to manual devices if this happens often.
I may have to think about auto discarding changes to manual devices if this happens often.
That was my suggestion with this feature request.
Thanks for the explanation!
| gharchive/issue | 2024-07-31T19:47:00 | 2025-04-01T06:37:49.431886 | {
"authors": [
"andrew-codechimp",
"rohankapoorcom"
],
"repo": "andrew-codechimp/HA-Battery-Notes",
"url": "https://github.com/andrew-codechimp/HA-Battery-Notes/issues/1910",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
925403943 | 🛑 nhcam is down
In c2280e8, nhcam ($NHIPCAM) was down:
HTTP code: 0
Response time: 0 ms
Resolved: nhcam is back up in 28677e9.
| gharchive/issue | 2021-06-19T14:20:55 | 2025-04-01T06:37:49.443369 | {
"authors": [
"andrewdavies-net"
],
"repo": "andrewdavies-net/upptime",
"url": "https://github.com/andrewdavies-net/upptime/issues/1468",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
925537560 | 🛑 nhcam is down
In 3a9e0e1, nhcam ($NHIPCAM) was down:
HTTP code: 0
Response time: 0 ms
Resolved: nhcam is back up in 1fd6c34.
| gharchive/issue | 2021-06-20T07:17:45 | 2025-04-01T06:37:49.445476 | {
"authors": [
"andrewdavies-net"
],
"repo": "andrewdavies-net/upptime",
"url": "https://github.com/andrewdavies-net/upptime/issues/1501",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
899129843 | 🛑 nhcam is down
In 970f3ed, nhcam ($NHIPCAM) was down:
HTTP code: 0
Response time: 0 ms
Resolved: nhcam is back up in c4305dd.
| gharchive/issue | 2021-05-23T23:11:28 | 2025-04-01T06:37:49.447555 | {
"authors": [
"andrewdavies-net"
],
"repo": "andrewdavies-net/upptime",
"url": "https://github.com/andrewdavies-net/upptime/issues/819",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1076801292 | 🛑 plex is down
In 81624ec, plex ($PLEX) was down:
HTTP code: 0
Response time: 0 ms
Resolved: plex is back up in 0248e21.
| gharchive/issue | 2021-12-10T12:33:19 | 2025-04-01T06:37:49.449891 | {
"authors": [
"andrewdavies-net"
],
"repo": "andrewdavies-net/upptime",
"url": "https://github.com/andrewdavies-net/upptime/issues/9478",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2527521577 | 🛑 Gioia News is down
In 33863f6, Gioia News (https://gioia.news) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Gioia News is back up in a55e5dc after 17 minutes.
| gharchive/issue | 2024-09-16T05:16:48 | 2025-04-01T06:37:49.452675 | {
"authors": [
"andrewgioia"
],
"repo": "andrewgioia/status",
"url": "https://github.com/andrewgioia/status/issues/444",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2016050738 | New release with recent changes
Can we have a release that would include recent changes?
Thank you!
I second this. Is there any housekeeping needed for a new release that someone would be able to contribute toward?
+1
+1 :pray:
@andrewjroth ping, releasing shouldn't take too much time 🙏🏼
| gharchive/issue | 2023-11-29T08:18:48 | 2025-04-01T06:37:49.461956 | {
"authors": [
"Jmennius",
"andykingit",
"ari-gen-x",
"maddocker"
],
"repo": "andrewjroth/requests-auth-aws-sigv4",
"url": "https://github.com/andrewjroth/requests-auth-aws-sigv4/issues/17",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
220433218 | Is there any possibility of a group dimmer custom control?
I have a number of lights which comprise of multiple bulbs such as this:
Umm.. Don't know why it rotated 90 degrees.. Imagine them hanging off the ceiling rather than a wall :P
Is there any possibility of a light group dimming custom control that works in the same manner as the individual light controls do?
Handing this in Custom UI would be complicated.
Currently HA only supports custom state-cards, not custom cards.
The functionality is also not present in the more-info window.
What should the non-dimmable switches do when a group slider is moved?
What should the slider show if the slights have different value?
I think the best solution for this is a custom backend component.
Or maybe a new light platform that controls and optionally hides other lights.
Actually I see that more-info already has this:
If all group members are of the same domains it shows controls for the first member and changing them affects all members.
Because the more-info already has this, is this something that can be implemented?
Like I allow a single slider on a light state-card to control brightness - you would like a single slider on a group state-card to control brightness of all group members?
Correct, I just discovered that I can have lights I have grouped in hue show up as a light instead of a group.. But for rooms that have multiple lights from different sources this option is still available in the more info area.
| gharchive/issue | 2017-04-08T22:55:26 | 2025-04-01T06:37:49.477345 | {
"authors": [
"andrey-git",
"joshluster",
"mihalski"
],
"repo": "andrey-git/home-assistant-custom-ui",
"url": "https://github.com/andrey-git/home-assistant-custom-ui/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
544487769 | Can Androguard generate CFG for a pure java method directly?
Given the source code of a java method, can Androguard generate the cfg of the method directly?
short answer: no
long answer: probably... The CFG is generated using the basic blocks - which are generated from the AST. So, if you manage to create a AST for the Java code, you can probably generate the CFG from it.
| gharchive/issue | 2020-01-02T08:31:12 | 2025-04-01T06:37:49.503167 | {
"authors": [
"Ken-HUST",
"reox"
],
"repo": "androguard/androguard",
"url": "https://github.com/androguard/androguard/issues/777",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
362301854 | enhancement: Retrofit with jake wharton's coroutines adapter
very simple
try/catch http exception/catch regular exception would be super nice
it is so nice
https://github.com/JakeWharton/retrofit2-kotlin-coroutines-adapter
This demo loads local data, however, I am also looking forward a remote data feature in the future.
i see your point... But Jake is there at google, Retrofit is in jetpack guide, and coroutines are leaving experimental in 1.3, and there's several articles about the merit of moving from Rx to Coroutines, even (i think) from Chris Banes.. I think..
@neiljaywarner Yeah, RX should be replaced by coroutine in the future Android development which is a point of my view. Actually, there's a corner of the current codebase which can be used with coroutine.
https://github.com/googlesamples/android-sunflower/blob/master/app/src/main/java/com/google/samples/apps/sunflower/utilities/AppExecutors.kt#L27
@neiljaywarner yes, there are plans to incorporate retrofit and coroutines into Sunflower. Keep an eye on #208
Added in #625
| gharchive/issue | 2018-09-20T18:08:27 | 2025-04-01T06:37:49.516392 | {
"authors": [
"XinyueZ",
"neiljaywarner",
"tiembo"
],
"repo": "android/sunflower",
"url": "https://github.com/android/sunflower/issues/191",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
519257011 | JAXBException breaks build
Hi!
I'm new in Kotlin, and trying to build this project following the Readme instructions.
I found that I need to add sdk.dir to the local.properties but it still fails on ./gradlew build
Here is the output, what do I do wrong?:
Starting a Gradle Daemon, 1 incompatible and 5 stopped Daemons could not be reused, use --status for details
> Task :app:kaptDebugKotlin FAILED
e: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3138)
at java.base/java.lang.Class.getConstructor0(Class.java:3343)
at java.base/java.lang.Class.newInstance(Class.java:572)
at org.jetbrains.kotlin.cli.jvm.plugins.ServiceLoaderLite.loadImplementations(ServiceLoaderLite.kt:51)
at org.jetbrains.kotlin.cli.jvm.plugins.ServiceLoaderLite.loadImplementations(ServiceLoaderLite.kt:44)
at org.jetbrains.kotlin.kapt3.ClasspathBasedKapt3Extension$loadProcessors$efficientProcessorLoader$1.doLoadProcessors(Kapt3Extension.kt:83)
at org.jetbrains.kotlin.kapt3.base.ProcessorLoader.loadProcessors(ProcessorLoader.kt:45)
at org.jetbrains.kotlin.kapt3.base.ProcessorLoader.loadProcessors$default(ProcessorLoader.kt:28)
at org.jetbrains.kotlin.kapt3.ClasspathBasedKapt3Extension.loadProcessors(Kapt3Extension.kt:88)
at org.jetbrains.kotlin.kapt3.AbstractKapt3Extension.analysisCompleted(Kapt3Extension.kt:171)
at org.jetbrains.kotlin.kapt3.ClasspathBasedKapt3Extension.analysisCompleted(Kapt3Extension.kt:98)
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM$analyzeFilesWithJavaIntegration$2.invoke(TopDownAnalyzerFacadeForJVM.kt:95)
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration(TopDownAnalyzerFacadeForJVM.kt:105)
at org.jetbrains.kotlin.cli.jvm.compiler.TopDownAnalyzerFacadeForJVM.analyzeFilesWithJavaIntegration$default(TopDownAnalyzerFacadeForJVM.kt:80)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler$analyze$1.invoke(KotlinToJVMBytecodeCompiler.kt:398)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler$analyze$1.invoke(KotlinToJVMBytecodeCompiler.kt:65)
at org.jetbrains.kotlin.cli.common.messages.AnalyzerWithCompilerReport.analyzeAndReport(AnalyzerWithCompilerReport.kt:107)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.analyze(KotlinToJVMBytecodeCompiler.kt:389)
at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules$cli(KotlinToJVMBytecodeCompiler.kt:118)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:166)
at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:56)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:84)
at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:42)
at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:104)
at org.jetbrains.kotlin.daemon.CompileServiceImpl$compile$1$1$2.invoke(CompileServiceImpl.kt:442)
at org.jetbrains.kotlin.daemon.CompileServiceImpl$compile$1$1$2.invoke(CompileServiceImpl.kt:102)
at org.jetbrains.kotlin.daemon.CompileServiceImpl$doCompile$$inlined$ifAlive$lambda$2.invoke(CompileServiceImpl.kt:1005)
at org.jetbrains.kotlin.daemon.CompileServiceImpl$doCompile$$inlined$ifAlive$lambda$2.invoke(CompileServiceImpl.kt:102)
at org.jetbrains.kotlin.daemon.common.DummyProfiler.withMeasure(PerfUtils.kt:138)
at org.jetbrains.kotlin.daemon.CompileServiceImpl.checkedCompile(CompileServiceImpl.kt:1047)
at org.jetbrains.kotlin.daemon.CompileServiceImpl.doCompile(CompileServiceImpl.kt:1004)
at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:441)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359)
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:436)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 50 more
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:kaptDebugKotlin'.
> Internal compiler error. See log for more details
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
This may be related to the Java version used. Can you ensure that Java 8 is installed and try again?
I have encountered the same problem.
My evn : Mac10.14.5.6 JDK1.8.0_241 Idea2019.3 SDK29
pauls-iMac:sunflower paul$ java -version
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
@shikefei89 are you using Android Studio or IntelliJ? Try with the latest version of Android Studio (3.6).
the same problem:
Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
at org.gradle.workers.internal.DefaultWorkerExecutor$WorkItemExecution.waitForCompletion(DefaultWorkerExecutor.java:377)
at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:142)
at org.gradle.internal.work.DefaultAsyncWorkTracker.access$000(DefaultAsyncWorkTracker.java:34)
at org.gradle.internal.work.DefaultAsyncWorkTracker$1.run(DefaultAsyncWorkTracker.java:106)
at org.gradle.internal.Factories$1.create(Factories.java:26)
at org.gradle.internal.work.DefaultWorkerLeaseService.withoutLocks(DefaultWorkerLeaseService.java:260)
at org.gradle.internal.work.DefaultWorkerLeaseService.withoutProjectLock(DefaultWorkerLeaseService.java:171)
at org.gradle.internal.work.DefaultWorkerLeaseService.withoutProjectLock(DefaultWorkerLeaseService.java:165)
at org.gradle.internal.work.StopShieldingWorkerLeaseService.withoutProjectLock(StopShieldingWorkerLeaseService.java:95)
at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForItemsAndGatherFailures(DefaultAsyncWorkTracker.java:102)
at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForAll(DefaultAsyncWorkTracker.java:80)
at org.gradle.internal.work.DefaultAsyncWorkTracker.waitForCompletion(DefaultAsyncWorkTracker.java:68)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.run(ExecuteActionsTaskExecuter.java:547)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:402)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:394)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:92)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:524)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:507)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$300(ExecuteActionsTaskExecuter.java:109)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:258)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:247)
at org.gradle.internal.execution.steps.ExecuteStep.lambda$execute$0(ExecuteStep.java:32)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:32)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:26)
at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:63)
at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:35)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:49)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:34)
at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:43)
at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:73)
at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:54)
at org.gradle.internal.execution.steps.CatchExceptionStep.execute(CatchExceptionStep.java:34)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:44)
at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:54)
at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:38)
at org.gradle.internal.execution.steps.CacheStep.executeWithoutCache(CacheStep.java:153)
at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:67)
at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:41)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:49)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:44)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:33)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:38)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:24)
at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:92)
at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:85)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:76)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:37)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:36)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:26)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:94)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:49)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:79)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:53)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:78)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:78)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:39)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:40)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:28)
at org.gradle.internal.execution.impl.DefaultWorkExecutor.execute(DefaultWorkExecutor.java:33)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:174)
... 30 more
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.jetbrains.kotlin.gradle.internal.KaptExecution.run(KaptWithoutKotlincTask.kt:146)
at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:50)
at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:50)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:65)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:61)
at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:98)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.execute(NoIsolationWorkerFactory.java:61)
at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:53)
at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:217)
at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:212)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:215)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164)
at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:131)
... 3 more
Caused by: java.util.ServiceConfigurationError: javax.annotation.processing.Processor: android.databinding.annotationprocessor.ProcessDataBinding Unable to get public no-arg constructor
at kotlin.collections.CollectionsKt___CollectionsKt.toCollection(_Collections.kt:1155)
at kotlin.collections.CollectionsKt___CollectionsKt.toMutableList(_Collections.kt:1188)
at kotlin.collections.CollectionsKt___CollectionsKt.toList(_Collections.kt:1179)
at org.jetbrains.kotlin.kapt3.base.ProcessorLoader.doLoadProcessors(ProcessorLoader.kt:80)
at org.jetbrains.kotlin.kapt3.base.ProcessorLoader.loadProcessors(ProcessorLoader.kt:45)
at org.jetbrains.kotlin.kapt3.base.Kapt.kapt(Kapt.kt:42)
... 29 more
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
... 35 more
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
... 35 more
Closing this issue as I haven't been able to reproduce this error.
If you are still having trouble, please reply with the version of Android Studio used and the version of Java you're running.
| gharchive/issue | 2019-11-07T13:10:25 | 2025-04-01T06:37:49.539131 | {
"authors": [
"Malachiasz",
"electrino-dj",
"shikefei89",
"tiembo"
],
"repo": "android/sunflower",
"url": "https://github.com/android/sunflower/issues/547",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
689038969 | Progress bar displays with no network logo when internet connection is down.
Actual: Progress bar display with no network logo.
Expected: Progress bar should not be shown.
Fixed with #411
| gharchive/issue | 2020-08-31T08:52:42 | 2025-04-01T06:37:49.541612 | {
"authors": [
"nic0lette",
"santosh-kumar-kaushal"
],
"repo": "android/uamp",
"url": "https://github.com/android/uamp/issues/400",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
282431139 | VSCode 1.19 and git repository constantly reopening
The issue is that when I either open or close a file or even change a file tab I'm currently working on my git repository is reopened.
Here I changed only two files but it says I've got 6 changes:
I just uploaded a new release that should fix this (based on changes from the fork https://github.com/purocean/wslproxy).
| gharchive/issue | 2017-12-15T13:42:33 | 2025-04-01T06:37:49.544835 | {
"authors": [
"andy-5",
"greggzst"
],
"repo": "andy-5/wslgit",
"url": "https://github.com/andy-5/wslgit/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1100590677 | Fix "Issus" typo in README
Also move the dot after "Pull requests" inside the bold text just like it is in the "Issues" section.
Thanks!
You're welcome!
| gharchive/pull-request | 2022-01-12T17:13:29 | 2025-04-01T06:37:49.561799 | {
"authors": [
"Bear-03",
"andylokandy"
],
"repo": "andylokandy/byte",
"url": "https://github.com/andylokandy/byte/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
868636495 | Add a client info from func for parse_slowlog_get
Pull Request check-list
Please make sure to review and check all of these items:
[ ] Does $ tox pass with this change (including linting)?
[ ] Does travis tests pass with this change (enable it first in your forked repo and wait for the travis build to finish)?
[x] Is the new or changed code fully tested?
[ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
Then I collection slow-log of redis,
I find that the logs lack source client info, like this:
r = redis.StrictRedis()
r.config_set(
"slowlog-max-len", 1000,
"slowlog-log-slower-than", 1 * 10
)
s = r.slowlog_get()
print(s)
response
[{'id': 17, 'start_time': 1619514582, 'duration': 23, 'command': b'CONFIG SET slowlog-max-len 1000'}, {'id': 16, 'start_time': 1619513328, 'duration': 35, 'command': b'SLOWLOG GET'}
We need get client info,for redisc-cli:
Please provide a description of the change here.
Ain't those fields redis-server 4.0 and above only? Taking this code and running this slowlog method on anything before that will then break as it is not written in backwards compatible fashion
| gharchive/pull-request | 2021-04-27T09:05:27 | 2025-04-01T06:37:49.567974 | {
"authors": [
"Grokzen",
"JasonDevops"
],
"repo": "andymccurdy/redis-py",
"url": "https://github.com/andymccurdy/redis-py/pull/1477",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2453753149 | Can't run template notebooks "ModuleNotFoundError: No module named 'torch.utils._import_utils'"
Hi Angelo folks!
Trying to get started running the analysis notebooks. Followed the install directions in the readme, tried cloning & using conda and installing from pip and getting the same error when I try to load the libraries at the top of both notebook 1 & notebook 2:
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 12
8 from matplotlib import rc_file_defaults
10 from ark.phenotyping import (pixel_cluster_utils, pixel_meta_clustering,
11 pixel_som_clustering, pixie_preprocessing)
---> 12 from ark.utils import data_utils, example_dataset, plot_utils
13 from ark.utils.metacluster_remap_gui import (MetaClusterGui,
14 colormap_helper,
15 metaclusterdata_from_files)
File ~/miniconda3/envs/ark_env/lib/python3.10/site-packages/ark/utils/data_utils.py:25
23 from anndata.experimental import AnnCollection
24 from anndata.experimental.multi_files._anncollection import ConvertType
---> 25 from torchdata.datapipes.iter import IterDataPipe
26 from typing import Iterator, Optional
27 try:
File ~/miniconda3/envs/ark_env/lib/python3.10/site-packages/torchdata/datapipes/init.py:11
7 from torch.utils.data import DataChunk, functional_datapipe
9 from torchdata import _extension # noqa: F401
---> 11 from . import iter, map, utils
13 all = ["DataChunk", "functional_datapipe", "iter", "map", "utils"]
16 from torchdata import deprecation_warning
File ~/miniconda3/envs/ark_env/lib/python3.10/site-packages/torchdata/datapipes/iter/init.py:79
68 from torchdata.datapipes.iter.transform.callable import (
69 BatchAsyncMapperIterDataPipe as BatchAsyncMapper,
70 BatchMapperIterDataPipe as BatchMapper,
(...)
76 ThreadPoolMapperIterDataPipe as ThreadPoolMapper,
77 )
78 from torchdata.datapipes.iter.util.bz2fileloader import Bz2FileLoaderIterDataPipe as Bz2FileLoader
---> 79 from torchdata.datapipes.iter.util.cacheholder import (
80 EndOnDiskCacheHolderIterDataPipe as EndOnDiskCacheHolder,
81 InMemoryCacheHolderIterDataPipe as InMemoryCacheHolder,
82 OnDiskCacheHolderIterDataPipe as OnDiskCacheHolder,
83 )
84 from torchdata.datapipes.iter.util.combining import (
85 IterKeyZipperIterDataPipe as IterKeyZipper,
86 MapKeyZipperIterDataPipe as MapKeyZipper,
87 RoundRobinDemultiplexerIterDataPipe as RoundRobinDemultiplexer,
88 UnZipperIterDataPipe as UnZipper,
89 )
90 from torchdata.datapipes.iter.util.cycler import CyclerIterDataPipe as Cycler, RepeaterIterDataPipe as Repeater
File ~/miniconda3/envs/ark_env/lib/python3.10/site-packages/torchdata/datapipes/iter/util/cacheholder.py:24
21 except ImportError:
22 portalocker = None
---> 24 from torch.utils._import_utils import dill_available
25 from torch.utils.data.datapipes.utils.common import _check_unpickable_fn
27 from torch.utils.data.graph import traverse_dps
ModuleNotFoundError: No module named 'torch.utils._import_utils'
Quick update here, I was able to unblock myself by installing torchdata 0.7.1! Seems like an incompatibility between torchdata 0.8.0 (newest release as of a month ago) and the torch==2.0.0 pin here
| gharchive/issue | 2024-08-07T15:19:38 | 2025-04-01T06:37:49.630514 | {
"authors": [
"givison"
],
"repo": "angelolab/ark-analysis",
"url": "https://github.com/angelolab/ark-analysis/issues/1150",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
141367047 | AttributeError: 'long' object has no attribute 'size'
When I use the CONCRETIZE option, the following error happens:
Traceback (most recent call last):
File "./angr-test.py", line 142, in <module>
dot = analyze_paths(p, p.addr, dot)
File "./angr-test.py", line 40, in analyze_paths
parent_p.step()
File "/home/user/tools/code/angr-dev/angr/angr/path.py", line 432, in step
self._make_sim_run()
File "/home/user/tools/code/angr-dev/angr/angr/path.py", line 457, in _make_sim_run
self._run = self._project.factory.sim_run(self.state, **self._run_args)
File "/home/user/tools/code/angr-dev/angr/angr/factory.py", line 123, in sim_run
r = self.sim_block(state, addr=addr, **block_opts)
File "/home/user/tools/code/angr-dev/angr/angr/factory.py", line 69, in sim_block
last_stmt=last_stmt)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/irsb.py", line 62, in __init__
self._handle_irsb()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/irsb.py", line 92, in _handle_irsb
self._handle_statements()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/irsb.py", line 208, in _handle_statements
s_stmt = translate_stmt(self.irsb, stmt_idx, self.last_imark, self.state)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/__init__.py", line 31, in translate_stmt
s.process()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/base.py", line 26, in process
self._execute()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/wrtmp.py", line 6, in _execute
data = self._translate_expr(self.stmt.data)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/base.py", line 36, in _translate_expr
e = translate_expr(expr, self.imark, self.stmt_idx, self.state)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/__init__.py", line 14, in translate_expr
e.process()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/base.py", line 38, in process
self._execute()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/get.py", line 24, in _execute
self._post_process()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/base.py", line 59, in _post_process
if self.expr.size() != self.size_bits():
AttributeError: 'long' object has no attribute 'size'
In https://github.com/angr/simuvex/blob/master/simuvex/vex/expressions/base.py#L94 make_concrete(self), the expr member is replaced by a long variable. So all subsequent calls to expr.to_bv() or expr.size() won't work.
Maybe we should create an BVV object :
self.expr = self.state.se.BVV(concrete_value, self.size_bits())
But I am not sure if we should add contraints (#L92 & #L93) based on BVV object or the original long value.
It's definitely a bug. Can you please print out self.expr?
I've added two debug prints in https://github.com/angr/simuvex/blob/master/simuvex/vex/expressions/base.py#L94
def _post_process(self):
if self._post_processed: return
self._post_processed = True
if o.SIMPLIFY_EXPRS in self.state.options:
self.expr = self.state.se.simplify(self.expr)
self.state.add_constraints(*self._constraints)
print "_post_process(before make_concrete) self.expr = ", self.expr
if self.state.se.symbolic(self.expr) and o.CONCRETIZE in self.state.options:
self.make_concrete()
print "_post_process(after make_concrete) self.expr = ", self.expr
if self.expr.size() != self.size_bits():
raise SimExpressionError("Inconsistent expression size: should be %d but is %d" % (self.size_bits(), self.expr.size()))
Output:
_post_process(before make_concrete) self.expr = <BV32 0x7fff0000>
_post_process(after make_concrete) self.expr = <BV32 0x7fff0000>
_post_process(before make_concrete) self.expr = <BV32 0x7fff0000>
_post_process(after make_concrete) self.expr = <BV32 0x7fff0000>
_post_process(before make_concrete) self.expr = <BV32 0x24>
_post_process(after make_concrete) self.expr = <BV32 0x24>
_post_process(before make_concrete) self.expr = <BV32 0x7ffeffdc>
_post_process(after make_concrete) self.expr = <BV32 0x7ffeffdc>
_post_process(before make_concrete) self.expr = <BV32 0x7ffeffdc>
_post_process(after make_concrete) self.expr = <BV32 0x7ffeffdc>
_post_process(before make_concrete) self.expr = <BV32 0x7fff0000>
_post_process(after make_concrete) self.expr = <BV32 0x7fff0000>
_post_process(before make_concrete) self.expr = <BV32 0x4>
_post_process(after make_concrete) self.expr = <BV32 0x4>
_post_process(before make_concrete) self.expr = <BV32 0x7ffefffc>
_post_process(after make_concrete) self.expr = <BV32 0x7ffefffc>
_post_process(before make_concrete) self.expr = <BV32 BVS('reg_40_0_32', None, None, None, False)>
_post_process(after make_concrete) self.expr = 0
Traceback (most recent call last):
File "./angr-test.py", line 147, in <module>
dot = analyze_paths(p, p.addr, dot)
File "./angr-test.py", line 40, in analyze_paths
parent_p.step()
File "/home/user/tools/code/angr-dev/angr/angr/path.py", line 432, in step
self._make_sim_run()
File "/home/user/tools/code/angr-dev/angr/angr/path.py", line 457, in _make_sim_run
self._run = self._project.factory.sim_run(self.state, **self._run_args)
File "/home/user/tools/code/angr-dev/angr/angr/factory.py", line 123, in sim_run
r = self.sim_block(state, addr=addr, **block_opts)
File "/home/user/tools/code/angr-dev/angr/angr/factory.py", line 69, in sim_block
last_stmt=last_stmt)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/irsb.py", line 62, in __init__
self._handle_irsb()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/irsb.py", line 92, in _handle_irsb
self._handle_statements()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/irsb.py", line 208, in _handle_statements
s_stmt = translate_stmt(self.irsb, stmt_idx, self.last_imark, self.state)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/__init__.py", line 31, in translate_stmt
s.process()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/base.py", line 26, in process
self._execute()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/wrtmp.py", line 6, in _execute
data = self._translate_expr(self.stmt.data)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/statements/base.py", line 36, in _translate_expr
e = translate_expr(expr, self.imark, self.stmt_idx, self.state)
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/__init__.py", line 14, in translate_expr
e.process()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/base.py", line 38, in process
self._execute()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/get.py", line 24, in _execute
self._post_process()
File "/home/user/tools/code/angr-dev/simuvex/simuvex/vex/expressions/base.py", line 59, in _post_process
if self.expr.size() != self.size_bits():
AttributeError: 'long' object has no attribute 'size'
Hello, do you have a testcase that triggers this?
Not sure with the latest updates, but with the latest version from pip atleast:
import simuvex
import pyvex
import archinfo
s = simuvex.SimState()
s.options.add(simuvex.o.CONCRETIZE)
irsb = pyvex.IRSB("488b06".decode('hex'),0,archinfo.ArchAMD64())
si = simuvex.SimIRSB(s,irsb)
This does, in fact, happen with the latest version! I'll look into it right now.
...yep, the CONCRETIZE option is completely 100% broken and will always make this happen. One sec, I'll push a fix.
Sorry we took so long on this, the fix was incredibly simple.
But I am not sure if we should add contraints (#L92 & #L93) based on BVV object or the original long value.
You were absolutely on the right track! The answer to your question is that it doesn't matter, claripy will automatically coerce arguments to the right type if one of them is a python int and the other is a bitvector.
| gharchive/issue | 2016-03-16T18:49:30 | 2025-04-01T06:37:49.647582 | {
"authors": [
"Nixtron",
"frederic",
"ltfish",
"rhelmot",
"zardus"
],
"repo": "angr/simuvex",
"url": "https://github.com/angr/simuvex/issues/12",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
306415366 | немає перекладу українською мовою
тi шо, москалi?
Благодаря новому движку фраз появилась возможность локализации, осталось лишь завезти настройки нормальные
| gharchive/issue | 2018-03-19T10:58:38 | 2025-04-01T06:37:49.649345 | {
"authors": [
"angrynaz",
"blinov-vitek"
],
"repo": "angrynaz/familybot",
"url": "https://github.com/angrynaz/familybot/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
131362210 | Horizontal sorting of last tree level - is it possible?
Hi, I am creating an app where main component is tree view to which user drags components from toolbox. Everyting works fine, but I need to allow user sort items on last level of tree (as marked on image - http://prntscr.com/9yx30m)
Is it possible to define one level of tree as horizontal sort? I saw undocumented feature data-horizontal, but it doesn't seem to be working. I also tried to use another library for sorting (like ng-sortable) but it collides with angular-ui-tree directives (scopes maybe?).
I don't need complete solution, just hint how should I do this, or if you encountered similar problem, what was your solution?
Closing this issue due to inactivity. See #815 for more information.
Please create a new issue is this still occurs with the current version of the component.
| gharchive/issue | 2016-02-04T14:22:09 | 2025-04-01T06:37:49.655328 | {
"authors": [
"Pirozek",
"jacobscarter"
],
"repo": "angular-ui-tree/angular-ui-tree",
"url": "https://github.com/angular-ui-tree/angular-ui-tree/issues/708",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
26595633 | $position returns wrong results for scaled components
I am scaling my widget with css:transform because it would be inserted via iframe to other sites.
I am using tooltips in it, but when I started scaling I figured that their positioning was wrong. I dug a little and I think, that the $position service is responsible for the bug.
Here is plunk showing what I am talking about:
http://plnkr.co/edit/LOzAdR64snNulWnatl8b?p=preview
This issue is well over a year old and was against version .10
This issue is well over a year old and was against version .10
| gharchive/issue | 2014-01-30T12:46:17 | 2025-04-01T06:37:49.657270 | {
"authors": [
"BobbieBarker",
"nebril"
],
"repo": "angular-ui/bootstrap",
"url": "https://github.com/angular-ui/bootstrap/issues/1703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
128420780 | BUG: Popover closes itself even though popover-is-open is set to true
Following are the options set:
uib-popover="I am activated manually"
popover-is-open="true"
popover-trigger="none"
popover-append-to-body="true"
When a route change occurs(ui-router) the popover closes itself.
Version Info:
Angular UI Bootstrap version: 1.1.0
UI-Router version: 0.2.15
Angularjs version: 1.4.7
Demonstration in PLUNKER
Can anyone please have a look at this: @wesleycho @icfantv
Looks like the culprit is https://github.com/angular-ui/bootstrap/blob/master/src/tooltip/tooltip.js#L544-L553 - this seems like odd code to me, and history seems to indicate that it is old as 041261b5366aa44a0c0314e8262c91d1d867f4d1 is the original commit.
I'm in favor of just removing this outright, the scope.$on('$destroy', ...) listener should be enough to catch this.
| gharchive/issue | 2016-01-24T19:56:57 | 2025-04-01T06:37:49.660679 | {
"authors": [
"shyamal890",
"wesleycho"
],
"repo": "angular-ui/bootstrap",
"url": "https://github.com/angular-ui/bootstrap/issues/5337",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
103327700 | docs(accordion): markdown cleanup
Also rephrased the template part a bit.
LGTM
| gharchive/pull-request | 2015-08-26T17:41:40 | 2025-04-01T06:37:49.661490 | {
"authors": [
"Foxandxss",
"wesleycho"
],
"repo": "angular-ui/bootstrap",
"url": "https://github.com/angular-ui/bootstrap/pull/4281",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
76010654 | Placeholder text?
Hi,
How do you add placeholder text to empty editors?
This Stackoverflow answer here shows one way to do it
Will it be a good idea to incorporate this into the library? What are your thoughts?
Thanks
+1
+1
+1
+1
Any ETA? Thanks.
+1
+1
+1
| gharchive/issue | 2015-05-13T14:47:43 | 2025-04-01T06:37:49.664466 | {
"authors": [
"harshapps",
"iosdev-republicofapps",
"jkevingutierrez",
"malavancs",
"minutephp",
"ramiy",
"vickyrathee"
],
"repo": "angular-ui/ui-ace",
"url": "https://github.com/angular-ui/ui-ace/issues/109",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
36080226 | Dynamic-params and Back button
Testing out "dynamic-params" branch.
My use-case is slideshow.
.state('presentation', {
url: '/:presentation_id',
templateUrl: '/partials/presentation.html',
controller: "PresentationCtrl"
})
.state('presentation.slide', {
url: '/:slide_id',
templateUrl: '/partials/slide.html',
controller: "SlideCtrl",
params: {
slide_id: {
value: null,
dynamic: true
},
presentation_id: { // For some reason I need this here for dynamic params to work. It's fine, it's not the question
value: null,
dynamic: false
},
}
})
From /presentation-id I open /presentation-id/slide-1,
then /presentation-id/slide-1 -> /presentation-id/slide-2
Then when I press the Back button in the browser from /presentation-id/slide-2 I get back to /presentation-id.
I would expect to go back to /presentation-id/slide-1.
https://gist.github.com/eddiemonge/f6a58169c2846731a1eb
| gharchive/issue | 2014-06-19T13:54:53 | 2025-04-01T06:37:49.667019 | {
"authors": [
"eddiemonge",
"websirnik"
],
"repo": "angular-ui/ui-router",
"url": "https://github.com/angular-ui/ui-router/issues/1150",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
20956717 | Url params leaking to unrelated states.
Using the angular-1.2 branch I have setup states/routes similar to this:
$stateProvider.
state('foo', {
url: '/foo/:date',
templateUrl: 'views/foo.html',
controller: 'FooCtrl'
}).
state('bar', {
url: '/bar/:date',
templateUrl: 'views/bar.html',
controller: 'BarCtrl'
});
I have menu links:
<a ui-sref="foo">Foo</a> //generates href="/#foo/"
<a ui-sref="bar">Bar</a> //generates href="/#bar/"
Assuming I am on url #/foo/2013 if i clik the link for "Bar" it's takes me to #/bar/2013 while i expect it to take me to url #/bar/. The route param of unrelated states should not be carried over.
https://gist.github.com/eddiemonge/f6a58169c2846731a1eb
| gharchive/issue | 2013-10-14T13:35:01 | 2025-04-01T06:37:49.669177 | {
"authors": [
"ADmad",
"eddiemonge"
],
"repo": "angular-ui/ui-router",
"url": "https://github.com/angular-ui/ui-router/issues/504",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
98698727 | Only a object property can be bound to model
The following works:
HTML:
<ui-select
data-ng-model="foo.month"
data-ng-change="change()"
>
...
</ui-select>
JS:
$scope.foo = {month:null};
$scope.change = function () {
console.log($scope.foo.month); //"buz", the expected output.
};
But following doesn't:
HTML:
<ui-select
data-ng-model="bar"
data-ng-change="change()"
>
...
</ui-select>
JS:
$scope.bar = null;
$scope.change = function () {
console.log($scope.bar); //undefined
};
Why only object properties can be bound to model? This is not consistent with native Angular behaviour.
Following StackOverflow question address this issue as well: http://stackoverflow.com/questions/25937098/ng-model-is-not-getting-changed-in-ui-select
I can confirm this.When assigned a scope variable to the ui-select model it gives undefined.
Isn't that the common Angularjs-way?
If you try to assign a value to a variable in a scope that doesn't have that variable, the variable will be created on the current scope. This is happening even if the variable is present in any parent scope.
But if a parent variable is declared as an object and the object contains a variable that you try to assign a new value to in a childscope, then the parent object will be changed.
@Nadrendion I don't think it's the "common Angularjs-way".
As explained above, the variable is defined in the $scope beforehand. The only difference is that it works when the variable is a object ($scope.bar = {month:null}), and it doesn't work when the variable is just null ($scope.bar = null).
I don't think this is "common Angularjs-way" because both works when we use plain ol' <select>.
@budhajeewa A is usually in the same scope as the scope variable, but here you have a child scope.
Let's say you have this layout:
{{bar}}
{{bar}}
Both printouts will print the same value, but if you run some function in the childCtrl that assigns a new value to bar then only the inner bar will change.
@Nadrendion : What does that have to do with the issue I explained above?
See https://help.github.com/articles/github-flavored-markdown/#fenced-code-blocks on how to use code blocks in GitHub Flavored Markdown.
The ui-select has its own scope.
So for reading a parent variable that you send in, that isn't declared as a variable of an object, it works just fine, but when the ui-select controller is modifying the variable, it will only create a new variable with that name on its own isolated scope.
That is why you need to refer to the variable in an object from your own scope when sending it to the ui-select for modification.
Nope, that doesn't explain why $scope.foo.bar works but $scope.foo doesn't when assigned to as the ui-select's model.
@budhajeewa I would like to know why it doesn't explain it, but that is probably something that should be explained outside of this context.
@Nadrendion : Both foo.month and bar are variables in the same scope. Why would ui-select be able to bind to one but not other? The only difference is that foo.month is an object property and bar a plain ol' variable.
select works with either. So, the issue is with ui-select.
It is not the scope itself that is the issue, but the variable location.
No matter if you have your own parent and child-scopes or uses the isolated scope of the ui-select as a childscope it will work the same as soon as you involve a childscope and try to modify a parent scope variable.
No new scope is introduced when using a regular <select>so that is why there is no issue with that.
This is all I know:
I can bind ui-select's model to a foo.month, given that $scope.foo = { month: null };.
I can not bind ui-select's model to bar, given that $scope.bar = null.
All I see is ui-select being able to bind to a object property but not to a variable, both in same scope.
yes, and all I know is that the behavior you are experiencing is working as intended.
I think we will have to agree to disagree on this matter.
I think ui-select should adopt the method how the plain select works.
I'm not sure I fully understand the object of the debate, but this is clearly a bug that needs fixing, binding ng-model to the inside scope doesn't make any sense.
@RodolpheGohard : You can safely ignore the debate, which I think was not necessary.
Closing, as ng-model requires a dot as per http://stackoverflow.com/questions/17606936/angularjs-dot-in-ng-model and the ui-select wiki.
| gharchive/issue | 2015-08-03T08:46:55 | 2025-04-01T06:37:49.682998 | {
"authors": [
"Nadrendion",
"RodolpheGohard",
"budhajeewa",
"randikagit",
"user378230"
],
"repo": "angular-ui/ui-select",
"url": "https://github.com/angular-ui/ui-select/issues/1120",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
235883775 | buggy focus behavior if no choice result when append-to-body="true" with ngAnimate
When append-to-body="true" and ngAnimate are present, the focus of the search input field is not working if there is no choice result. Clicking anywhere will then select this input.
I've located the issue in uiSelectController.js:
if (ctrl.items.length > 0) {
ctrl.$animate.on('enter', container[0], animateHandler);
} else {
ctrl.$animate.on('removeClass', searchInput[0], animateHandler);
}
'removeClass' is never fired, thus the function animateHandler is never called. Calling directly animateHandler temporarily fixes the issue, but I don't think this is an acceptable solution.
if (ctrl.items.length > 0) {
ctrl.$animate.on('enter', container[0], animateHandler);
} else {
// ctrl.$animate.on('removeClass', searchInput[0], animateHandler);
animateHandler(searchInput[0], 'start');
}
Here is a minimal plunkr to test the behavior: http://plnkr.co/edit/D1A7L1dbJCNLQgDR8Kfx?p=preview
It also seems that the other event, 'enter', is buggy since it is called once per choice, causing focusSearchInput being called repeatedly (which can last for several seconds if there are many choices).
| gharchive/issue | 2017-06-14T13:42:49 | 2025-04-01T06:37:49.686534 | {
"authors": [
"aurelienlt"
],
"repo": "angular-ui/ui-select",
"url": "https://github.com/angular-ui/ui-select/issues/2013",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
723867633 | Application from Angular 8.2 to Angular 10 upgrade
Error :
ng Serve
Unhandled Promise rejection: Component Component1 is not part of any NgModule or the module has not been imported into your module.
Component Component2 is not part of any NgModule or the module has not been imported into your module.
all Componenets are not getting included or identified
Inclueded all into Modules and every thing was working as expected in Angular 8,2, But once after upgrade getting above issue while loading in Browser but not on Build
Please help
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information.
If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template.
| gharchive/issue | 2020-10-17T23:31:13 | 2025-04-01T06:37:49.689255 | {
"authors": [
"SrinivasKothapalli",
"alan-agius4"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/19110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
832318782 | Error: TypeError: Cannot read property 'createStringLiteral' of undefined
🐞 Bug report
Command (mark with an x)
[ ] new
[X ] build
[X ] serve
[ ] test
[ ] e2e
[ ] generate
[ ] add
[ ] update
[ ] lint
[ ] extract-i18n
[ ] run
[ ] config
[ ] help
[ ] version
[ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: ....
I was using the command ionic build and this error came:
Description
Error: TypeError: Cannot read property 'createStringLiteral' of undefined
at replacementVisitor (C:\ionic5_capacitor\node_modules@ngtools\webpack\src\transformers\import_factory.js:186:31)
at visitNodes (C:\ionic5_capacitor\node_modules\typescript\lib\typescript.js:73088:48)
at Object.visitEachChild (C:\ionic5_capacitor\node_modules\typescript\lib\typescript.js:73266:156)
A clear and concise description of the problem...
The Ionic App using Angular CLI doesn't compile
🔬 Minimal Reproduction
🔥 Exception or Error
Error: TypeError: Cannot read property 'createStringLiteral' of undefined
at replacementVisitor (C:\ionic5_capacitor\node_modules\@ngtools\webpack\src\transformers\import_factory.js:186:31)
at visitNodes (C:\ionic5_capacitor\node_modules\typescript\lib\typescript.js:73088:48)
at Object.visitEachChild (C:\ionic5_capacitor\node_modules\typescript\lib\typescript.js:73266:156)
🌍 Your Environment
Ionic:
Ionic CLI : 5.0.0 (C:\Users\Usuario\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 5.1.1
@angular-devkit/build-angular : 0.1102.4
@angular-devkit/schematics : 9.1.6
@angular/cli : 9.1.6
@ionic/angular-toolkit : 2.3.3
Capacitor:
Capacitor CLI : 2.4.7
@capacitor/core : 2.4.7
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : not available
Cordova Plugins : not available
Utility:
cordova-res : 0.15.3
native-run : not installed
System:
NodeJS : v14.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.14.8
OS : Windows 10
Anything else relevant?
Hi,
It looks like you are using @angular-devkit/build-angular@0.1102.4 which is only compatible with Angular and Angular CLI 11. Please downgrade this package to 0.901.15
If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template including a minimal reproduction.
You can read here why this is needed. A good way to make a minimal repro is to create a new app via ng new repro-app and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
This might be related to your directory structure so its really important to get an accurate repro to diagnose this.
Thank You it worked perfectly
| gharchive/issue | 2021-03-16T01:05:30 | 2025-04-01T06:37:49.698688 | {
"authors": [
"alan-agius4",
"light8822"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/20283",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
919173830 | Angular 12 ng serve does not update libraries
🐞 Bug report
Command (mark with an x)
[ ] new
[ ] build
[x] serve
[ ] test
[ ] e2e
[ ] generate
[ ] add
[ ] update
[ ] lint
[ ] extract-i18n
[ ] run
[ ] config
[ ] help
[ ] version
[ ] doc
Is this a regression?
Yes, Angular 11.0.5 correctly responded to updates in a symlinked shared library
Description
When using `ng serve` and having a shared library symlinked to the application, updates to that application are not brought in and the serve must be quit and restarted for each change. Due to really slow builds with large projects, this is a show stopping bug for us in Angular 12
🔬 Minimal Reproduction
In tab/console 1:
git clone https://github.com/arobinson/AngularLibraryUpdateIssue
cd AngularLibraryUpdateIssue/ExampleLibraries
npm i
ng b --watch
In tab/console 2:
cd AngularLibraryUpdateIssue/AngularLibraryUpdateIssue/
npm i
ng s -o
Open http://localhost:4200/ in a browser
Verify page rendered as:
Example library:
Library component version 1
Open ExampleLibraries/projects/example-library/src/lib/example-library.component.ts
Change versionNumber from 1 to 2:
export class ExampleLibraryComponent implements OnInit {
versionNumber = 2
See that the library is rebuilt
See that ng serve refreshes the page
But the version number is still 1, the new changes were not included in the updated Javascript
🔥 Exception or Error
🌍 Your Environment
Angular CLI: 12.0.3
Node: 14.17.0
Package Manager: npm 6.14.13
OS: darwin x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.1200.3 (cli-only)
@angular-devkit/core 12.0.3 (cli-only)
@angular-devkit/schematics 12.0.3 (cli-only)
@schematics/angular 12.0.3 (cli-only)
Anything else relevant?
Have considered the same problem. My temporary workaround is to set env variable 'export NG_BUILD_CACHE=false'.
In #20962 is already a discussion about this topic, which seems to be the same problem.
This is expected because node_modules are considered immutable in Webpack 5 unless the "version" property changes. If you want to opt-out from this behaviour you need to use NG_BUILD_CACHE=false environment variable.
Duplicate of #20962
| gharchive/issue | 2021-06-11T20:16:23 | 2025-04-01T06:37:49.708308 | {
"authors": [
"alan-agius4",
"arobinson",
"blitzionian"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/21122",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2096587645 | Global styles for angular libraries
Command
config
Description
Utilizing global styles in the Angular library packaged by ng-packgr at the moment is impossible or at least missing documentation.
It would be nice to have global styles as in normal angular applications so that developers won't need to import, e.g. bootstrap into each component separately.
Describe the solution you'd like
When specifying styleIncludePaths in ng-package.json, there should be an option that resolves and inlines css for each component globally.
Describe alternatives you've considered
Be able to create a global style file for the library.
You can use assets for this, which is covered in https://angular.io/guide/creating-libraries#managing-assets-in-a-library.
However, if you are using UI frameworks it is discouraged to import them directly and instead they should be explicitly imported in the application styles.css to avoid having duplicate CSS which may be the result of duplicate imports to same stylesheet. Example when both a library and the application depends on bootstrap.
| gharchive/issue | 2024-01-23T17:16:25 | 2025-04-01T06:37:49.711667 | {
"authors": [
"alan-agius4",
"everton-auth"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/26934",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
228457759 | Calling external APIs from angular in .NET Core app returns 404.
Repro steps.
I setup .Net Core project following this tutorial. I added angular cli into the project, built it through command "ng build --prod". The angular app is served as static files from wwwroot folder in the .Net Core app.
I also setup proxy.config server to serve other APIs. When I start command "ng serve --proxy-config proxy.conf.json" the app starts and calling the other APIs within the app works fine. The issue is when I start .Net Core app as "dotnet run", the angular app loads and runs fine, but calling APIs returns 404. Do you know why it is? Do I miss anything?
Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on StackOverflow using tag angular-cli.
If you are wondering why we don't resolve support issues via the issue tracker, please check out this explanation.
Closing as above.
| gharchive/issue | 2017-05-13T08:13:29 | 2025-04-01T06:37:49.715844 | {
"authors": [
"delasteve",
"marekdano",
"sumitarora"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/6305",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
243627515 | Feature request: onBeforeBuild and onAfterBuild
Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [x] feature request
Desired functionality.
It will be great, if we can setup some npm run script, when using ng build -w.
For example, in angular-cli.json add optional key build:
"build": { "onAfterBuild": "npm run after.js", "onBeforeBuild": "npm run before.js" }
And when watch detect changes - run defined scripts in angular-cli.json.
The only thing you cannot do with npm scripts today is having hooks into incremental builds (watch stuff). May I ask what's the use case for the watch pre/post hooks please?
Cheers,
We use own internationalization. All translations saved in one file translate.json.
"title": {
"en": "...",
"de": "...",
"it": "...",
"ru": "..."
}
For each country we build different app based on one code, using different enviroment.ts.
After each build, we need to read translate.json file and take translation only for one language and generate one file in dist folder(for example en.json).
Build hooks are something we're thinking of adding for an addon system, but at this moment we don't have any details to share.
| gharchive/issue | 2017-07-18T07:44:02 | 2025-04-01T06:37:49.720041 | {
"authors": [
"Meligy",
"filipesilva",
"smiera"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/7027",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
292547647 | Cannot find module 'uglifyjs-webpack-plugin'
Versions 1.6.6
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 1.6.6
Node: 6.11.2
OS: win32 x64
Angular: 5.2.2
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
@angular/cli: 1.6.6
@angular-devkit/build-optimizer: 0.0.42
@angular-devkit/core: 0.0.29
@angular-devkit/schematics: 0.0.52
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.9.6
@schematics/angular: 0.1.17
typescript: 2.5.3
webpack: 3.10.0
Repro steps
ng new sample
cd sample
ng serve
Observed behavior
ng serve
Cannot find module 'uglifyjs-webpack-plugin'
Error: Cannot find module 'uglifyjs-webpack-plugin'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (D:\sample\node_modules\@angular\cli\models\webpack-configs\production.js:13:24)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (D:\sample\node_modules\@angular\cli\models\webpack-configs\index.js:9:10)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
Desired behavior
First, I expect this simple project to run.
Then I would expect to run ng build --prod on another project
Mention any other details that might be useful (optional)
I use 1.2.7 but I'm getting this error. I'm not creating a new one though. I tried removing node_modules and package-lock.json, to no avail. https://github.com/jonasarcangel/ModuleIssue/tree/master/ClientApp.
yes is wright
| gharchive/issue | 2018-01-29T20:24:03 | 2025-04-01T06:37:49.724036 | {
"authors": [
"jonasarcangel",
"navalgandhi1989",
"shn923"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/issues/9428",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
225924690 | feat(@angular/cli): improve unit test performance
This PR uses a new Karma plugin to enable vendor bundles in unit tests,
increasing rebuild performance.
On a medium size project rebuilds times were 15x smaller (16.5s to 0.9s).
Fix #5423
Cool stuff! Any benchmarks you could share?
@hccampos I forgot to fill in the PR message with the commit message, it's updated now. TLDR 15x to 30x improvement, probably less for big projects.
@filipesilva 👍 I just tried it, and it does start the test faster on rebuild. But to be honest, this does not completely fix #5423 (at least in my experiment): the progress report still go way slower on rebuild than on initial test:
Chrome 58.0.3029 (Mac OS X 10.12.4): Executed 102 of 102 SUCCESS (5.774 secs / 5.737 secs)
Chrome 58.0.3029 (Mac OS X 10.12.4): Executed 102 of 102 SUCCESS (28.755 secs / 28.73 secs)
Chrome 58.0.3029 (Mac OS X 10.12.4): Executed 102 of 102 SUCCESS (27.963 secs / 27.365 secs)
@cexbrayat bear in mind that we don't display how long building took, only how long karma took to run the tests. I haven't noticed delays while running the test though, so that's a relevant point.
Does this different in karma running time happen all the time, or only on some projects?
@filipesilva Yes I know, I was just pointing out that (I think) #5423 has 2 parts. This PR solved the first one (rebuild took a long time, and it's now faster thanks to your PR 👍 ) but not the second part that @wardbell was pointing out: the progress report is ticking slower on rebuilds.
I'm witnessing this on pretty much all my projects.
@cexbrayat I wen't through a couple of rebuilds on my machine with both a brand new project and an existing medium sized project and couldn't notice any significant deviation on the reported karma re-test speeds (0.183/0.163/0.155 and 19.403/19.595/20.556).
In your case there's a whooping 500% difference though. Are you sure you're not experience chrome background throttling on your tests? I know chrome recently introduced that, and that it's been pretty bad for unit tests.
Good point @filipesilva. @cexbrayat make sure that during your testing the Chrome window is visible all the time, never covered by any other window.
If this was the problem, it will soon stop being an issue - in about a month Chrome 59 will be released with support for headless browsing and Karma already supports that. For now you'd have to be using Chrome Canary or beta.
@filipesilva @mgol wasn't the background throttling disabled in Karma since a while ago? But you're right, it does indeed speed my tests if my browser is not on the background 🤔 So don't mind my comment, I may be experiencing a Chrome/Mac issue (possibly related to https://bugs.chromium.org/p/chromium/issues/detail?id=605498).
@cexbrayat Chrome has added a --disable-background-timer-throttling flag and karma-chrome-launcher uses it but, unfortunately, it doesn't fully unthrottle all the things.
The bug about that has been open for more than a year but, alas, nothing seems to be done on this front.
@mgol I gave a try to the disable-renderer-backgrounding flag and it does appear to solve my issue. Thx you and @filipesilva for putting me on right track 👍
So I opened a bug on karma-chrome-launcher to have this flag included and offered a PR. Let's see how it goes.
Meanwhile, for those experimenting the same issue than me, you can switch your karma.conf.js to:
customLaunchers: {
chromeBackground: {
base: 'Chrome',
flags: ['--disable-renderer-backgrounding']
}
},
browsers: ['chromeBackground'],
@filipesilva sorry for polluting this thread 🙏
@cexbrayat not at all, this is valuable info for people looking through this next time!
I wonder if we should add that renderer flag, but probably it's better to instead add a --headless flag for ng test/e2e when Chrome 59 comes out.
@filipesilva The PR I submitted to karma-chrome-launcher has been merged and a new version released: no need for us to tweak the karma.conf.js, we can only bump the version of the launcher.
I submitted a PR to do so (see #6216 )
@cexbrayat that's pretty cool, kudos!
| gharchive/pull-request | 2017-05-03T09:13:14 | 2025-04-01T06:37:49.736038 | {
"authors": [
"cexbrayat",
"filipesilva",
"hccampos",
"mgol"
],
"repo": "angular/angular-cli",
"url": "https://github.com/angular/angular-cli/pull/6160",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
215414175 | npm run update-webdriver failed
0 info it worked if it ends with ok
1 verbose cli [ 'G:\\NodeJS\\node.exe',
1 verbose cli 'G:\\NodeJS\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'update-webdriver' ]
2 info using npm@3.10.10
3 info using node@v6.10.0
4 verbose run-script [ 'preupdate-webdriver',
4 verbose run-script 'update-webdriver',
4 verbose run-script 'postupdate-webdriver' ]
5 info lifecycle angular-seed@0.0.0~preupdate-webdriver: angular-seed@0.0.0
6 verbose lifecycle angular-seed@0.0.0~preupdate-webdriver: unsafe-perm in lifecycle true
7 verbose lifecycle angular-seed@0.0.0~preupdate-webdriver: PATH: G:\NodeJS\node_modules\npm\bin\node-gyp-bin;F:\workSpace\angular-seed\node_modules\.bin;C:\Users\平常\bin;G:\Git\mingw64\bin;G:\Git\usr\local\bin;G:\Git\usr\bin;G:\Git\usr\bin;G:\Git\mingw64\bin;G:\Git\usr\bin;C:\Users\平常\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;G:\Git\cmd;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;G:\NodeJS;F:\Ruby23-x64\bin;C:\Users\平常\AppData\Local\Microsoft\WindowsApps;C:\Users\平常\AppData\Roaming\npm;G:\Git\usr\bin\vendor_perl;G:\Git\usr\bin\core_perl
8 verbose lifecycle angular-seed@0.0.0~preupdate-webdriver: CWD: F:\workSpace\angular-seed
9 silly lifecycle angular-seed@0.0.0~preupdate-webdriver: Args: [ '/d /s /c', 'npm install' ]
10 silly lifecycle angular-seed@0.0.0~preupdate-webdriver: Returned: code: 0 signal: null
11 info lifecycle angular-seed@0.0.0~update-webdriver: angular-seed@0.0.0
12 verbose lifecycle angular-seed@0.0.0~update-webdriver: unsafe-perm in lifecycle true
13 verbose lifecycle angular-seed@0.0.0~update-webdriver: PATH: G:\NodeJS\node_modules\npm\bin\node-gyp-bin;F:\workSpace\angular-seed\node_modules\.bin;C:\Users\平常\bin;G:\Git\mingw64\bin;G:\Git\usr\local\bin;G:\Git\usr\bin;G:\Git\usr\bin;G:\Git\mingw64\bin;G:\Git\usr\bin;C:\Users\平常\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;G:\Git\cmd;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;G:\NodeJS;F:\Ruby23-x64\bin;C:\Users\平常\AppData\Local\Microsoft\WindowsApps;C:\Users\平常\AppData\Roaming\npm;G:\Git\usr\bin\vendor_perl;G:\Git\usr\bin\core_perl
14 verbose lifecycle angular-seed@0.0.0~update-webdriver: CWD: F:\workSpace\angular-seed
15 silly lifecycle angular-seed@0.0.0~update-webdriver: Args: [ '/d /s /c', 'webdriver-manager update' ]
16 silly lifecycle angular-seed@0.0.0~update-webdriver: Returned: code: 1 signal: null
17 info lifecycle angular-seed@0.0.0~update-webdriver: Failed to exec update-webdriver script
18 verbose stack Error: angular-seed@0.0.0 update-webdriver: `webdriver-manager update`
18 verbose stack Exit status 1
18 verbose stack at EventEmitter.<anonymous> (G:\NodeJS\node_modules\npm\lib\utils\lifecycle.js:255:16)
18 verbose stack at emitTwo (events.js:106:13)
18 verbose stack at EventEmitter.emit (events.js:191:7)
18 verbose stack at ChildProcess.<anonymous> (G:\NodeJS\node_modules\npm\lib\utils\spawn.js:40:14)
18 verbose stack at emitTwo (events.js:106:13)
18 verbose stack at ChildProcess.emit (events.js:191:7)
18 verbose stack at maybeClose (internal/child_process.js:877:16)
18 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
19 verbose pkgid angular-seed@0.0.0
20 verbose cwd F:\workSpace\angular-seed
21 error Windows_NT 10.0.14393
22 error argv "G:\\NodeJS\\node.exe" "G:\\NodeJS\\node_modules\\npm\\bin\\npm-cli.js" "run" "update-webdriver"
23 error node v6.10.0
24 error npm v3.10.10
25 error code ELIFECYCLE
26 error angular-seed@0.0.0 update-webdriver: `webdriver-manager update`
26 error Exit status 1
27 error Failed at the angular-seed@0.0.0 update-webdriver script 'webdriver-manager update'.
27 error Make sure you have the latest version of node.js and npm installed.
27 error If you do, this is most likely a problem with the angular-seed package,
27 error not with npm itself.
27 error Tell the author that this fails on your system:
27 error webdriver-manager update
27 error You can get information on how to open an issue for this project with:
27 error npm bugs angular-seed
27 error Or if that isn't available, you can get their info via:
27 error npm owner ls angular-seed
27 error There is likely additional logging output above.
28 verbose exit [ 1, true ]
I have runed npm start before , but it seems when I run npm run protractor ,it doesn't work
There is not enough info to investigate this. For some reason, it seems that npm update-webdriver fails.
What is the output of node_modules/.bin/webdriver-manager update (from within the project directory)?
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../protractor/bin/webdriver-manager" "$@"
ret=$?
else
node "$basedir/../protractor/bin/webdriver-manager" "$@"
ret=$?
fi
exit $ret
Thank you for your reply , the content of >node_modules/.bin/webdriver-manager update is as bellow:
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../protractor/bin/webdriver-manager" "$@"
ret=$?
else
node "$basedir/../protractor/bin/webdriver-manager" "$@"
ret=$?
fi
exit $ret
I meant what is the output of running the command node_modules/.bin/webdriver-manager update in your terminal (from within the project root).
events.js:160
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT 74.125.23.128:443
at Object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1087:14)
Is there any firewall that is blocking your network traffic?
No,but today , I try again , it works ,I dont't know the reason
The important thing is that it works :smiley:
Glad you were able to sort it out!
This happens intermittently for us. What information would be helpful to troubleshoot the issue?
| gharchive/issue | 2017-03-20T13:06:13 | 2025-04-01T06:37:49.741961 | {
"authors": [
"Sunny-Kid",
"gkalpak",
"walkerrandolphsmith"
],
"repo": "angular/angular-seed",
"url": "https://github.com/angular/angular-seed/issues/405",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
51528333 | Empty hash at the end of URL causes page reload in HTML5 mode
For example, If I open http://localhost/#, page is reloaded to http://localhost/.
Looks like issue happens here: https://github.com/angular/angular.js/blob/master/src/ng/location.js#L882
When http://localhost/# loaded $location.absUrl() returns http://localhost/ and $browser.url($location.absUrl(), true) called, which causes page reloading.
@dritus - would you like to try to fix this? We need a unit test the demonstrates the issue and then the fix, which is to strip empty hashes from the initialUrl before testing.
I can try to fix this, but right now I don't have time.
| gharchive/issue | 2014-12-10T07:49:14 | 2025-04-01T06:37:49.757146 | {
"authors": [
"dtritus",
"petebacondarwin"
],
"repo": "angular/angular.js",
"url": "https://github.com/angular/angular.js/issues/10397",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
53006385 | minErr: Make optional link on errors.angularjs.org
It's useful when you write tests and output tests' result to terminal.
On small displays query parameters for errors.angularjs.org occupy a large part of display and you have to switch to screen where run tests and scroll to the beginning of the error message.
That doesn't seem unreasonable, although I am not sure how you would tell minErr to not append the whole stack.
Running into this problem myself. As a workaround I'm piping test output through grep
grunt test | grep -v http://errors.angularjs.org
@phdesign I followed your advice, but just realized this is not a very good solution for most usages.
I put this into my package.json to have npm test:
"scripts": {
"test": "karma start --single-run | grep -v errors.angularjs.org",
}
Normally, when you run the test (karma start --single-run) and it fails, karma exits with non-zero exit code.
However when you pipe to grep, the exit code will be 0 even it failed! So suddenly all the tools, like build hooks that relied on npm test to return zero only for good tests (and non zero when there are issues, to immediately stop the build) are broken
Duplicate of #14744 and the the url length will be configurable in the future: https://github.com/angular/angular.js/pull/15707
| gharchive/issue | 2014-12-28T18:25:38 | 2025-04-01T06:37:49.762207 | {
"authors": [
"Narretz",
"jakub-g",
"maksimr",
"phdesign"
],
"repo": "angular/angular.js",
"url": "https://github.com/angular/angular.js/issues/10590",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
212175141 | $http.head does not return all headers
$http.head does not return all headers
This is probably a CORS problem. AngularJS doesn't modify or filter the headers that come out of the XHR call : http://stackoverflow.com/questions/8945587/xmlhttprequest-getallresponseheaders-not-returning-all-the-headers
For the future, please take note:
Hi, your issue reads like a support question. This github repo is only for bug reports and feature requests. Please try one of the listed Support Channels. Thanks!
| gharchive/issue | 2017-03-06T16:27:44 | 2025-04-01T06:37:49.765250 | {
"authors": [
"Narretz",
"ajsb85"
],
"repo": "angular/angular.js",
"url": "https://github.com/angular/angular.js/issues/15779",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
221151524 | linky filter does not handle certain punctuation well
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] other (Please do not submit support requests here (see above))
Current behavior:
Links like (www.example.com): include ): as part of the link when it is punctuation.
Expected / new behavior:
): should not be part of the link.
Minimal reproduction of the problem with instructions:
Type (www.example.com): in the example https://docs.angularjs.org/api/ngSanitize/filter/linky
Angular version: 1.6.4
Browser: [all]
Anything else:
Closing as duplicate of #7213.
I just realized this something different than #7213. Yet, the main problem is discussed in #7213, which is that linky filter currently disallows certain characters that is should allow (per the spec), but aligning it with the spec would break people's expectations wrt to links in plain text.
There is also #13699, which discusses a more general problem, which is that the RegExp used in linky is pretty broken anyway :grin:
I'll keep this closed. Let's move the discussion on #7213 and/or #13699.
| gharchive/issue | 2017-04-12T04:54:32 | 2025-04-01T06:37:49.771234 | {
"authors": [
"gkalpak",
"ppham27"
],
"repo": "angular/angular.js",
"url": "https://github.com/angular/angular.js/issues/15907",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
171979809 | Auth toPromise() didn't work.
When I subscribe for authentication it works pretty well:
this.authService.af.auth.subscribe(auth => {
console.log(auth); // works as expected
});
bu if I use toPromise(), the callback is never called;
this.authService.af.auth.toPromise().then(auth => {
console.log(auth); // this line is never called;
});
What am I doing wrong?
Thanks!
I placed a breakpoint and it looks like that the method has not been (yet) implemented in this object. If you want to perform a action just once you might try to unsubscribe in the first response:
this.af.auth.subscribe( authData =>{
//do stuff
this.af.auth.unsubscribe();
});
That said, I'm gonna close this issue.
Thank you.
| gharchive/issue | 2016-08-18T19:22:05 | 2025-04-01T06:37:49.977106 | {
"authors": [
"lfarroco",
"paulogr"
],
"repo": "angular/angularfire2",
"url": "https://github.com/angular/angularfire2/issues/450",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
449751280 | Angular Material snack-bar Direction Type aliases is missing
Documentation Feedback
MatSnackBarConfig propert 'direction: Direction' the type Direction are not explained. It would be help full if it is defined in the Type Aliases like mentioned below.
Direction
Possible values for direction on MatSnackBarConfig.
type Direction = 'ltr' | 'rtl' ;
Affected documentation page: Insert a link to the affected page on material.angular.io
https://material.angular.io/components/snack-bar/api#type_aliases
Duplicate of #18414
| gharchive/issue | 2019-05-29T11:27:08 | 2025-04-01T06:37:49.979982 | {
"authors": [
"anieshvishnu",
"jelbourn"
],
"repo": "angular/components",
"url": "https://github.com/angular/components/issues/16148",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
846670736 | docs-bug(TYPOGRAPHY): Docs should use the 2018 typography config format
Documentation Feedback
Currently the docs mention typography levels defined by the outdated 2014 Material Design spec. However, the Angular Material scss API seems to support both formats (2014 and 2018). While the 2014 format might still be useful for ongoing legacy projects (and it would be useful to mention this option in the docs), the 2018 format should be the primary format in the docs (even though internally Angular Material might still convert the 2018 configs into 2014 format). The users creating new projects shouldn't be forced to use the outdated format, especially given that the new format is supported anyway, just the docs need to be updated.
Affected documentation page: https://material.angular.io/guide/typography#what-is-typography
Duplicate of #12974
| gharchive/issue | 2021-03-31T13:29:24 | 2025-04-01T06:37:49.982175 | {
"authors": [
"Maximaximum",
"jelbourn"
],
"repo": "angular/components",
"url": "https://github.com/angular/components/issues/22377",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2726744120 | bug(Timepicker): Integration with Datepicker does not work with FormControl
Is this a regression?
[ ] Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When a Timepicker and Datepicker are bound to the same FormControl with a Date type, selecting a new value on either input will cause the data of the other input to be reset/removed. For example, when a date is already selected and then the time is selected, the date portion of the value will be reset to the current date.
The documentation only demonstrates the integration via ngModel. Consequently, it is unclear to me whether it should also work with FormControl. Based on the description, I would have expected it. If it is explicitly not supported, I suggest that a corresponding hint should be added since using Reactive Forms is one of the most common ways for managing the values of inputs.
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-starter-qszwe9ry?file=src%2Fapp%2Fexample%2Fexample.component.ts
Steps to reproduce:
Select a date that is not the current date (e.g tomorrow). The displayed value will correctly display the selected date.
Select any time. The displayed value will display the current date and the selected time instead of the selected date.
Select a date that is not the current date. The displayed date will display 0:00 as the time instead of selected time.
Expected Behavior
Selections in the Datepicker change the date portion of the FormControl, but keep the selected time.
Selections in the Timepicker change the time portion of the FormControl, but keep the selected date.
Actual Behavior
Selections in the Datepicker change the date portion of the FormControl and discard the selected time.
Selections in the Timepicker change the time portion of the FormControl and discard the selected date.
Environment
Angular: 19.0.3
CDK/Material: 19.0.3
Browser(s): Firefox 133, Chrome 131
Operating System (e.g. Windows, macOS, Ubuntu): Windows 11
Duplication of https://github.com/angular/components/issues/30135, https://github.com/angular/angular/issues/58522
Closing as a duplicate.
| gharchive/issue | 2024-12-09T11:18:06 | 2025-04-01T06:37:49.990437 | {
"authors": [
"Totati",
"crisbeto",
"janek64"
],
"repo": "angular/components",
"url": "https://github.com/angular/components/issues/30150",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
317906032 | About development specification
feature request
Please see Paginator examples,
git address,
(page)="pageEvent = $event" code is not conforming to the development specification,here need a function,not an attribute。
You've changed the API again again again again.
damn! it seem like a plaything. do as one pleases!
Please follow the issue template to help us understand your feature request. It's not clear to me what you are asking for
| gharchive/issue | 2018-04-26T07:19:44 | 2025-04-01T06:37:50.040013 | {
"authors": [
"JohnnyRuiGe",
"andrewseguin",
"baihech"
],
"repo": "angular/material2",
"url": "https://github.com/angular/material2/issues/11022",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
373962770 | MATERIAL SIDENAV NOT WORKING
Bug, feature request, or proposal:
I am developing a web app for different devices : Desktop, Tablet, phone.
When I used the sidenav and mediaquery (import {MediaMatcher} from '@ angular / cdk / layout';), calling sidenav.toggle () the sidenav did not open
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Link of the bugged app: Editor Url
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
Sidenav works for me so this is more of a tech support issue.
I suggest joining the Gitter.im community for material 2 and asking for help there.
Please keep GitHub issues for bug reports / feature requests. Better avenues for troubleshooting / questions are stack overflow, gitter, mailing list, etc.
I have posted the question on the stackoverflow web site.
Stackoverflow question
| gharchive/issue | 2018-10-25T14:00:27 | 2025-04-01T06:37:50.043971 | {
"authors": [
"crisbeto",
"jhonToni",
"mightypenguin"
],
"repo": "angular/material2",
"url": "https://github.com/angular/material2/issues/13811",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
394695481 | [mat-sort] causing warning when running unit tests: WARN: 'The "longpress" event cannot be bound because Hammer.JS is not loaded and no custom loader has been specified.'
What is the expected behavior?
Expect to not see a warning running a test
What is the current behavior?
Seeing a warning running a unit test
What are the steps to reproduce?
I cant seem to figuire out how to run a Jasmine test with StackBlitz, but I copied the example from the sorting section, and created the this unit test.
Which does pass, but throws the warning:
WARN: 'The "longpress" event cannot be bound because Hammer.JS is not loaded and no custom loader has been specified.'
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 7.1.4 (down to 7.0.0)
Material 7.2.0
Jasmine 3.3.0
Karma 3.1.4
Is there anything else we should know?
It's because the sort header is using some gestures from Hammer.js. You should be able to work around it by providing a dummy Hammer loader:
providers: [{
provide: HAMMER_LOADER,
useValue: () => new Promise()
}]
That indeed worked for me, thank you very much @crisbeto! Closing this issue.
If you use jest for testing you can import 'hammerjs' in your jest.ts file.
Adding import 'hammerjs'; into the test.ts solves the problem.
The one which appears in angular.json under:
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
...
Adding HammerJs to the scripts section of angular.json (as @philmayfield suggested above) didn't help.
@crisbeto adding the code in app.module.ts unfortunately did not solve the issue for me :(
Adding import 'hammerjs'; into the test.ts solves the problem.
The one which appears in angular.json under:
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
...
Adding HammerJs to the scripts section of angular.json (as @philmayfield suggested above) didn't help.
That precise suggestion ( from @philmayfield ) resolved my problem. That's weird.
I think you have to try both ways: if it doesn't work when you import 'hammerjs' in test.ts, then try to to import import 'hammerjs' in app.module.ts.
The first way didn't work for me, but the second did.
| gharchive/issue | 2018-12-28T18:35:52 | 2025-04-01T06:37:50.052100 | {
"authors": [
"AKlaus",
"DanielP42",
"crisbeto",
"geyuqiu",
"houh60",
"izerozlu",
"philmayfield"
],
"repo": "angular/material2",
"url": "https://github.com/angular/material2/issues/14668",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165944167 | 'No provider for RouterOutletMap!' error on adding "@angular/router": "3.0.0-alpha.8"
I had some working code that showed up a UI correctly. But I had all my code in the main app.component.ts (including the html with member template).
Then I included routing (@angular/router": "3.0.0-alpha.8). I did pretty much the same code as in another app with routing. However, I get the error: 'No provider for RouterOutletMap!'.
On searching I found out another person had a misconfigured webpack. I'm using system.js and mine seems to be ok.
My angular2 version is: 2.0.0-rc.3
I used ng-cli to generate both the --mobile app and the components.
My main.ts looks like this:
`
import { bootstrap } from '@angular/platform-browser-dynamic';
import { enableProdMode } from '@angular/core';
import { AppComponent, environment } from './app/';
import { APP_SHELL_RUNTIME_PROVIDERS } from '@angular/app-shell';
import { APP_ROUTER_PROVIDERS } from './app/app.routes';
if (environment.production) {
enableProdMode();
}
bootstrap(AppComponent, [
APP_SHELL_RUNTIME_PROVIDERS,
APP_ROUTER_PROVIDERS
]);
`
My app.component.ts is:
`
import { Component } from '@angular/core';
import { APP_SHELL_DIRECTIVES } from '@angular/app-shell';
import { Router, ROUTER_DIRECTIVES } from '@angular/router';
@Component({
moduleId: module.id,
selector: 'app-root',
template: <router-outlet></router-outlet>,
styles: [],
directives: [APP_SHELL_DIRECTIVES, ROUTER_DIRECTIVES]
})
export class AppComponent {
}
`
My app.routes.ts is:
`
import { provideRouter, RouterConfig } from '@angular/router';
import { TopicsRoutes } from './topics/topics.routes';
export const routes: RouterConfig = [
...TopicsRoutes
];
export const APP_ROUTER_PROVIDERS = [
provideRouter(routes)
];
`
My TopicsRoutes in topics.routes.ts is:
`
import { RouterConfig } from '@angular/router';
import { TopicsComponent } from './topics.component';
export const TopicsRoutes: RouterConfig = [
{ path: '', component: TopicsComponent },
{ path: 'topics', component: TopicsComponent }
];
`
Any reason you don't use @angular/router": "3.0.0-beta.2"?
Triple-backticks would format your code properly. You can edit your post and fix it to make it more readable.
Updated with better formatting. The alpha.8 version was what came by default when I did a ng new project-name --mobile. So I assumed it had some dependency. Let me try with beta.2 then.
But other than that, I'm also seeing this error now for the app:
EXCEPTION: Can't resolve all parameters for RouterOutlet: (RouterOutletMap, ViewContainerRef, ?, name).
p.s. I also had to update the default package.json: typings entry to 1.3.1 to do an npm install properly.
There were a couple of instructions here: StackOverflow - Can't resolve all parameters for RouterOutlet. But none of them worked either.
I had the same issue, try with
<router-outlet *shellNoRender></router-outlet>
It will render the routes only when the app is fully loaded.
That doesn't work either. :-(
@sathishvj since the --mobile flag enables server-side rendering with Universal, you need to include the router providers in main-app-shell.ts as well. Make sure that your server-side bootstrap configuration looks something like:
import { provide } from '@angular/core';
import { APP_BASE_HREF } from '@angular/common';
import { APP_SHELL_BUILD_PROVIDERS } from '@angular/app-shell';
import { APP_ROUTER_PROVIDERS } from './app/app.routes';
import { AppComponent } from './app/';
import {
REQUEST_URL,
ORIGIN_URL,
NODE_LOCATION_PROVIDERS,
} from 'angular2-universal';
export const options = {
directives: [
// The component that will become the main App Shell
AppComponent
],
platformProviders: [
APP_SHELL_BUILD_PROVIDERS,
provide(ORIGIN_URL, {
useValue: ''
})
],
providers: [
// What URL should Angular be treating the app as if navigating
APP_ROUTER_PROVIDERS,
NODE_LOCATION_PROVIDERS,
provide(APP_BASE_HREF, {useValue: '/'}),
provide(REQUEST_URL, {useValue: '/'})
],
async: true,
preboot: false
};
That didn't work either. I started a new project and tried and still having issues. Also has this issue (https://github.com/angular/angular-cli/issues/1174) still. I'm going to try this again after a while.
@sathishvj what error do you get after you add the APP_ROUTER_PROVIDERS to the Universal config?
@mgechev I'm facing the similar situation. Your workaround did work, but it prevents the application from being rendered by the server. If I change the async property to false then I got the following error:
Error: Command failed: node /Applications/XAMPP/xamppfiles/htdocs/hello-mobile/node_modules/angular2-broccoli-prerender/dist/child_proc.js --sourceHtml=/Applications/XAMPP/xamppfiles/htdocs/hello-mobile/tmp/app_shell_plugin-input_base_path-jDgluh3c.tmp/0/index.html --optionsPath=/Applications/XAMPP/xamppfiles/htdocs/hello-mobile/tmp/app_shell_plugin-input_base_path-jDgluh3c.tmp/0/main-app-shell --outputIndexPath=/Applications/XAMPP/xamppfiles/htdocs/hello-mobile/tmp/app_shell_plugin-output_path-ZLcnh1Fq.tmp/index.html
DEPRECATION WARNING: `document` is no longer supported and will be removed in next release. Please use `template`
DEPRECATION WARNING: `Bootloader#serializeApplication` arguments has changed.Please use an `AppConfig` interface {providers: Array<any>, directives: Array<any>, template?: string}
TypeError: Cannot read property 'unsubscribe' of undefined
It seems that there's a problem between using templateUrl and template. Any thoughts?
| gharchive/issue | 2016-07-16T19:34:32 | 2025-04-01T06:37:50.068038 | {
"authors": [
"PBM42",
"agungsb",
"mgechev",
"sathishvj",
"zoechi"
],
"repo": "angular/mobile-toolkit",
"url": "https://github.com/angular/mobile-toolkit/issues/87",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
617674682 | Safari (MacOS) Switch tab/Manage tab unable to handle
Bug report
Node Version: 14.0.0
Protractor Version: 5.4.4
Angular Version: 8
Browser(s): Safari (MacOS)
Operating System and Version macOS Catalina 10.15.4
Your protractor configuration file
Web
var AllureReporter = require('jasmine-allure-reporter');
var SpecReporter = require('jasmine-spec-reporter').SpecReporter;
exports.config = {
framework: 'jasmine',
seleniumAddress: 'http://localhost:4444/wd/hub',
capabilities: {
'browserName': 'safari',
},
suites: {
uat: "testcases/**/*spec.js",
demo: 'testcases/Demo/**/*.js',
},
getPageTimeout: 10000,
jasmineNodeOpts: {
showColors: true,
},
onPrepare: function () {
browser.manage().window().maximize();
browser.waitForAngularEnabled(false);
jasmine.getEnv().addReporter(new AllureReporter({
resultsDir: 'allure-results'
}));
jasmine.getEnv().afterEach(function (done) {
browser.takeScreenshot().then(function (png) {
allure.createAttachment('Screenshot', function () {
return Buffer.from(png, 'base64')
}, 'image/png')();
done();
})
});
jasmine.getEnv().addReporter(new SpecReporter({
displayFailuresSummary: true,
displayFailuredSpec: true,
displaySuiteNumber: true,
displaySpecDuration: true
}));
}
}
A relevant example test
browser.getWindowHandle().then((parentGUID) => {
// click the link that opens in a new window
offerPage.privacycenter.click();
// get the all the session ids of the opened tabs
browser.getAllWindowHandles().then((allGUID) => {
//console.log("Number of tabs opened: " + allGUID.length);
// iterate through the tabs
for (let guid of allGUID) {
//find the new browser tab
if (guid != parentGUID) {
// switch to the tab
browser.switchTo().window(allGUID[2]);
// break the loop
break;
}
}
// performing actions needed on the new tab
commonfunc.waitForPrivacyCenter();
commonfunc.verifyCurrentURL(offerPage.privacycenterUrl);
// closing the new tab
browser.close();
// switching back to the parent tab
browser.switchTo().window(allGUID[1]);
});
});
Output from running the test
On MacOS
- Failed: Request body does not contain required parameter 'handle'.
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'XXXXXXXXXXX', ip: 'XXXXXXXX', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.15.4', java.version: '1.8.0_212'
Driver info: driver.version: unknown
Steps to reproduce the bug
Pages which opens on new tab/window on click and then verifying the contents on the new tab and then switching back to Parent tab for operations
P.S
Works fine on Desktop Chrome(All Platforms) & Android Chrome browser.
First, I suggest using Protractor 7 and Node 12. Second, start using async/await. Like this:
it(`should opens a new tab`, async () => {
const handles = await browser.getAllWindowHandles();
await browser.switchTo().window(handles[1]);
});
Also, do you really need Safari for your tests?
First, I suggest using Protractor 7 and Node 12. Second, start using async/await. Like this:
it(`should opens a new tab`, async () => {
const handles = await browser.getAllWindowHandles();
await browser.switchTo().window(handles[1]);
});
Also, do you really need Safari for your tests?
Haven't tried with Protractor 7 version.
I don't really need to use safari but sometimes UI elements doesn't show properly in different browser so in order to catch that bug I want to include all the browsers available for testing.
Secondly same was happening in iOS Safari Browser, probably because of limited compatibility from Protractor with Safari.
But on the other hand Chrome for Desktop and Android works well.
@hemank5 You're right, support for Safari is poor.
| gharchive/issue | 2020-05-13T18:49:22 | 2025-04-01T06:37:50.075864 | {
"authors": [
"andredesousa",
"hemank5"
],
"repo": "angular/protractor",
"url": "https://github.com/angular/protractor/issues/5435",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
85854976 | Cannot read property 'path' of undefined
Where i'm doing wrong. My stackoverflow link : http://stackoverflow.com/questions/30689909/angular-new-router-error-cannot-read-property-path-of-undefined
Issue fixed. It was because of old 'router.es5.js' file.
| gharchive/issue | 2015-06-07T04:33:47 | 2025-04-01T06:37:50.077630 | {
"authors": [
"mi6crazyheart"
],
"repo": "angular/router",
"url": "https://github.com/angular/router/issues/346",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2007018973 | CSS
CSS
User story
As a boot camp student
I want the prework notes to be structured on a webpage
So that I can easily find and read the information
Acceptance Criteria
GIVEN a Prework Study Guide website
WHEN I view the study guide
THEN I see a dark blue header and footer, and four boxes with a shadow
Decided that a dark blue header and footer wasn't on brand and as a result we went with a less saturated Yellow.
| gharchive/issue | 2023-11-22T19:46:15 | 2025-04-01T06:37:50.093294 | {
"authors": [
"animagine"
],
"repo": "animagine/prework-study-guide",
"url": "https://github.com/animagine/prework-study-guide/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2086973711 | correction of an important suggestion
Describe your suggested feature
Brothers, don't suck my balls 😠🤬 What I wanted was to be able to convert any URL from any page into an Aniyomi extension, and now they tell me that they removed the manga from the app and that if I want manga extensions, I have to use external repositories. Plus, if I want a manga extension for a specific site, that repository must have that extension. So there's no freedom at all, what's the point? Please fix this shit.
Other details
please and thank you
Acknowledgements
[X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
[X] I have written a short but informative title.
[X] If this is an issue with an official extension, I should be opening an issue in the extensions repository.
[X] I have updated the app to version 0.15.2.2.
[X] I will fill out all of the requested information in this form.
Is this what y'all have to deal with daily? @Secozzi
Unfortunately
lol didn't even know this exists
@Alex178190282 manga extensions are beyond our control, we have nothing to do with this and there is nothing we can do about it. Also, converting any URL to an extension isn't technically possible, each extension needs to be hand-crafted for each site.
Btw @Alex178190282 please don't be rude and don't open any more issues with bad titles like "important suggestion".
It really doesn't help anyone and I'll have to block you from opening issues if you don't stop this...
Describe your suggested feature
Brothers, don't suck my balls 😠🤬 What I wanted was to be able to convert any URL from any page into an Aniyomi extension, and now they tell me that they removed the manga from the app and that if I want manga extensions, I have to use external repositories. Plus, if I want a manga extension for a specific site, that repository must have that extension. So there's no freedom at all, what's the point? Please fix this shit.
Other details
please and thank you
Acknowledgements
[x] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
[x] I have written a short but informative title.
[x] If this is an issue with an official extension, I should be opening an issue in the extensions repository.
[x] I have updated the app to version 0.15.2.2.
[x] I will fill out all of the requested information in this form.
It sounds like you're frustrated with the recent changes in Aniyomi regarding manga extensions and repositories. Here's a breakdown of your concerns and some possible steps to address them:
Understanding the Issue
Removed Manga from the App: It seems that Aniyomi has removed the built-in manga sources from the app.
External Repositories: Now, you need to use external repositories to get manga extensions.
Specific Site Extensions: The repositories must contain the specific manga site extensions you need.
Possible Solutions
Find and Add Repositories:
Look for trusted repositories that host the manga extensions you need. Some popular repositories might already include a wide range of extensions.
To add a repository, go to Aniyomi settings, find the "Extensions" section, and add the URL of the repository.
Creating Custom Extensions:
If the specific manga site you want isn't available in existing repositories, you might consider creating a custom extension. This requires some technical knowledge of how Aniyomi extensions work.
Aniyomi extensions are generally based on the Tachiyomi extension framework. You can refer to Tachiyomi's developer documentation to learn how to create and manage extensions.
Community Support:
Engage with the Aniyomi community. There might be other users who have faced similar issues and can offer solutions.
Join forums, Discord channels, or Reddit threads related to Aniyomi or Tachiyomi to get help from experienced users and developers.
Steps to Add a Repository in Aniyomi
Open Aniyomi: Launch the app on your device.
Go to Settings: Navigate to the settings menu.
Extensions: Find the section related to extensions.
Add Repository: Input the URL of the repository you want to add.
Resources for Help
Aniyomi GitHub: Check the official Aniyomi GitHub page for updates and documentation.
Aniyomi Discord: Join the Aniyomi Discord server for real-time help from the community.
Reddit: Visit subreddits like r/Tachiyomi or r/Aniyomi for community support and advice.
By following these steps and utilizing community resources, you should be able to find or create the manga extensions you need for Aniyomi. If you have any specific URLs or more detailed requirements, feel free to share, and I can guide you further on how to integrate them into Aniyomi.
ChatGPT ahhh reply
Reddit: Visit subreddits like r/Tachiyomi or r/Aniyomi for community support and advice.
We don't have an official subbredit
| gharchive/issue | 2024-01-17T21:01:27 | 2025-04-01T06:37:50.138788 | {
"authors": [
"Alex178190282",
"Sadwhy",
"Secozzi",
"abdallahmehiz",
"jmir1"
],
"repo": "aniyomiorg/aniyomi",
"url": "https://github.com/aniyomiorg/aniyomi/issues/1314",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2476365898 | TypeError: can't quote Array (occasionally)
I'm not quite sure what's causing it, but sometimes, neighbor throws the following error:
[123, 132] in ~/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/neighbor-0.4.0/lib/neighbor/model.rb
123| column_attribute = klass.type_for_attribute(attribute_name)
124| vector = column_attribute.cast(vector)
125| Neighbor::Utils.validate(vector, dimensions: dimensions, column_info: column_info)
126| vector = Neighbor::Utils.normalize(vector, column_info: column_info) if normalize
127|
=> 128| query = connection.quote(column_attribute.serialize(vector))
129| order = "#{quoted_attribute} #{operator} #{query}"
130| if operator == "#"
131| order = "bit_count(#{order})"
132| end
=>#0 block {|attribute_name=:embedding_1536, vector=[0.011979911, -0.03421443, 8.979617e-05,..., options={:dimensions=>nil, :normalize=>nil}|} in has_neighbors (2 levels) at ~/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/neighbor-0.4.0/lib/neighbor/model.rb:128
#1 [C] BasicObject#instance_exec at ~/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/activerecord-7.2.0/lib/active_record/relation.rb:548
# and 46 frames (use `bt' command for all frames)
(ruby@bin/rails#63657) connection.quote(column_attribute.serialize(vector))
eval error: can't quote Array
/Users/gjtorikian/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/activerecord-7.2.0/lib/active_record/connection_adapters/abstract/quoting.rb:87:in `quote'
/Users/gjtorikian/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/activerecord-7.2.0/lib/active_record/connection_adapters/postgresql/quoting.rb:122:in `quote'
(rdbg)//Users/gjtorikian/.rbenv/versions/3.3.4/lib/ruby/gems/3.3.0/gems/neighbor-0.4.0/lib/neighbor/model.rb:1:in `block (2 levels) in has_neighbors'
This is despite the fact that none of the arguments in the nearest_neighbors scope change.
Ah. Sometimes column_attribute is
#<Neighbor::Type::Vector:0x000000014de95d38 @precision=nil, @scale=nil, @limit=1536>
but other times, it's:
#<ActiveModel::Type::Value:0x000000014f97d588 @limit=nil, @precision=nil, @scale=nil>
Manually setting the cast_type works: attribute :embedding_1536, Neighbor::Type::Vector.new.
Hi @gjtorikian, I'm not sure how to reproduce the issue (one guess is another gem could be interfering with it). If you can create a minimal reproducible script, happy to look into it more.
require "bundler/inline"
gemfile do
source "https://rubygems.org"
gem "activerecord", require: "active_record"
gem "neighbor", github: "ankane/neighbor"
gem "pg"
end
ActiveRecord::Base.establish_connection adapter: "postgresql", database: "neighbor_repro"
ActiveRecord::Base.logger = ActiveSupport::Logger.new(STDOUT)
ActiveRecord::Schema.define do
enable_extension "vector"
create_table :items, force: :cascade do |t|
t.column :embedding, :vector, limit: 3
end
end
class Item < ActiveRecord::Base
has_neighbors :embedding
end
Item.create!(embedding: [1,2,3])
p Item.nearest_neighbors(:embedding, [0.9, 1.3, 1.1], distance: "euclidean").first(5)
Maybe similar issue here. After upgrading to rails 7.2, the tests works on my Mac, but fail in GitHub Actions with:
TypeError: can't cast Array
Setting the type manually fixes it:
attribute :embedding, Neighbor::Type::Vector.new # <-- Fix
has_neighbors :embedding, dimensions: 3072
Seems like it may be something with Rails 7.2, possible related to https://github.com/rails/rails/issues/52607. Does changing config.eager_load or enabling/disabling parallel tests fix it?
Disabling parallelization in tests also seems to work.
Was able to reproduce with parallel tests and config.eager_load = true, but still trying to figure out the cause.
A temporary fix is to call reset_column_information in parallelize_setup.
class ActiveSupport::TestCase
parallelize_setup do |worker|
Item.reset_column_information
end
end
This is fixed by https://github.com/rails/rails/pull/52703.
| gharchive/issue | 2024-08-20T19:16:34 | 2025-04-01T06:37:50.160278 | {
"authors": [
"ankane",
"gjtorikian",
"jkostolansky"
],
"repo": "ankane/neighbor",
"url": "https://github.com/ankane/neighbor/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1801852070 | Homepage
closes #493
Wow Shreya. It's cool
Wow Shreya. It's cool
I guess you forget to label the level on it..
| gharchive/pull-request | 2023-07-12T22:32:38 | 2025-04-01T06:37:50.210461 | {
"authors": [
"ShreyaDhiman24",
"anmode"
],
"repo": "anmode/grabtern-frontend",
"url": "https://github.com/anmode/grabtern-frontend/pull/506",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2672700042 | 🛑 Rainbow is down
In 5d93ea6, Rainbow (https://радуга-талантов.рф) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Rainbow is back up in 7b8c7f8 after 29 minutes.
| gharchive/issue | 2024-11-19T16:01:37 | 2025-04-01T06:37:50.226219 | {
"authors": [
"ano-pedproject"
],
"repo": "ano-pedproject/repo",
"url": "https://github.com/ano-pedproject/repo/issues/109",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1984812795 | Create validator.kimkhoathao.toml
Description
All previous genesis validators should name their PRs "Update {validator_alias}.toml for tesntet-15" and provide links to previous PRs merged.
If this is an UPDATE for a previous genesis validator
Checks are made against your net_address. If this has changed since the previous testnet, make sure you provide links of previous prs merged from your previous git username.
Thanks in advance!
Checklist before merging
[x] Only one toml is added in this PR
[x] The file being added is indeed a .toml file
[x] The toml being added is to the correct folder, and only to the correct folder
[x] The eth_hot_key and eth_cold_key are present
[x] The email, discord, elements telegram, and twitter fields are present and valid
Filename contains more than one dot (in addition to .toml)
This PR has been automatically closed because it does not follow the correct procedure for updating the genesis file.
| gharchive/pull-request | 2023-11-09T04:46:01 | 2025-04-01T06:37:50.283638 | {
"authors": [
"bengtlofgren",
"kimkhoathao"
],
"repo": "anoma/namada-testnets",
"url": "https://github.com/anoma/namada-testnets/pull/2395",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2050052378 | ANS-006-98 - C2023003490
Ressources de conformité:
ajout des descriptions des différents éléments
Ressource Task
correction de l'élément text de la slice accueilSéquentiel : acceuilSequentiel -> accueilSequentiel
Ajout d'une restriction sur les codes à utiliser pour la slice ModePriseCharge
Corrections de plusieurs URL
Modification de la slice typeDroitPrestation
modification des types valueID en valueIdentifier pour pouvoir prendre en charge les caractères spéciaux
correction des formats des éléments "min" : suppression des guillemets autours de la valeur
Ressource Consent
correction du type de reference
suppression de l'URL de la ressource SDOTask dans l'élément provision.data.reference. Remplacé par un type générique DocumentReference
Ressource SDODocumentReference
ajout d'un warning indiquant que l'élément data est obligatoire pour le flux 1.4 (hors Bundle)
title passé en obligatoire
Ressource ESMSDocumentReference
Ajout d'une contrainte sur la valeur du title
Exemples FHIR
Suppresion des références "author" non utilisée dans les ressources DocumentReference
Suppresson des éléments "type.coding" pour chaque slice dans la ressource SDOTask
Mise à jour des noms des id des exemples pour un affichage plus explicite
Suppression des exemples non passants
report des évolutions de spécifications
Mise à jour des title de des ressources DocumentReference et Bundle liés
Mise à jour des codes et display pour temporaliteAccueil des ressource Task et Bundle associé
Exemples CDA
Suppression des exemples non passants
report des évolutions de spécifications
Code source
Annexes déplacées dans un onlget individuel
index : ajout d'une description de la partie CDA
Ajustement à la taille de l'écran du diagramme de séquence de bout en bout
correction des liens vers les zip de la page téléchargement + suppression des structures et exemples turtle
suppression de l'onglet tests
index : mise à jour du tableau ressources profilées
index : nettoyage du code et suppression des doublons
suppression des mentions du flux fonctionnel 6 et renommage du flux 5
ajout des dépendances NOS
index + liste_profils : ajout d'information concernant l'usage de chacune des ressources de conformité en fonction des volets
Suppression des fichiers dépréciés
Spécifications fonctionnelles
Mise à jour du pdf
Spécifications techniques CDA
ajout de la partie CDA en format tableau dans l'IG. Formatage à venir
Remplacement de la TRE civilite par le JDV_J245-Civilite-CISIS
Remplacement la TRE_R249 par le JDV_J143 CI-SIS
Modification de la gestion de l'id du document ClinicalDocument.id
Ajout des éléments de versionning dans le document CDA suivant les préconisations CI-SIS : versionId, setId, relatedDocument
Spécifications techniques FHIR
correction des requêtes des flux 1.3 et 5.3 (id n'est pas un paramètre)
Suppression des flux 5.3 et 5.4
Suppression du paramètre _elements dans le flux 5.1
ajou d'une limite temporelle sur le _lastUpdated des flux 1.1 et 5.1
Annexes
Mise à jour du diagramme de séquence de bout en bout
Mise à jour du fichier des nomenclatures
Il y a des choses à corriger dans le Q/A : https://ansforge.github.io/IG-fhir-medicosocial-suivi-decisions-orientation/ig/presta-98/qa.html
Mettre le package NOS dans les dépendances
C'est vraiment compliqué de review les json et les grosses PR comme ça @SEBELIN est-il prévu de passer à FSH ?
Côté Kereval, c'est une très mauvaise pratique de faire une PR de ce type, associée à une prestation :
On ne sait pas ce qui est fait (aucune description, le titre n'est pas clair)
Très difficile à review
In fine, on obtient un guide qui n'est pas très qualitatif
@nriss , j'ai ouvert une issue pour le passage à FSH : #67.
Nous n'avons jamais eu de prestation dédiée au passage en IG. L'IG a été créé principalement pour utiliser matchbox. Il reste un gros travail de mise en forme et mise à niveau pour en faire un support complet et facile à maintenir. Sujet partagé avec @SEBELIN .
Pour information, le titre correspond au nom de la prestation et du bon de commande ANS. Le besoin est donc borné par la propale.
Nous sommes encore en phase d'ajustement pour la gestion des PR. Je plussoie, il y a une marge d'amélioration
C'est vraiment compliqué de review les json et les grosses PR comme ça @SEBELIN est-il prévu de passer à FSH ? Plus on fait le passage à FSH tard, plus ça sera coûteux
Côté Kereval, c'est une très mauvaise pratique de faire une PR de ce type, associée à une prestation :
On ne sait pas ce qui est fait (aucune description, le titre n'est pas clair)
Très difficile à review
In fine, on obtient un guide qui n'est pas très qualitatif, les validations n'étant même pas faites : https://github.com/ansforge/IG-fhir-medicosocial-suivi-decisions-orientation/pull/49/checks
@nriss , vu ensemble, les vérifications sont bien faites. Les warning restant ont trait à un dossier FSH non existant puisque nous n'avons pas de ressources au format FSH. Devrait être traité lors du passage en FSH => issue #67
Il y a des choses à corriger dans le Q/A : https://ansforge.github.io/IG-fhir-medicosocial-suivi-decisions-orientation/ig/presta-98/qa.html Mettre le package NOS dans les dépendances
Tracé dans l'issue #100 et en partie traitée via les PR #80 , #94 et #87
Hello, merci pour la PR :)
Je vois encore deux choses à faire:
Editer le message de la PR pour expliquer tous les travaux menés
Résoudre les conflits de la PR
Historique ajouté, conflit résolu, dernières corrections ajoutées et validées. OK pour merge @nriss si OK pour toi
| gharchive/pull-request | 2023-12-20T08:06:58 | 2025-04-01T06:37:50.309523 | {
"authors": [
"TristanKEREVAL",
"jguihot",
"nriss"
],
"repo": "ansforge/IG-fhir-medicosocial-suivi-decisions-orientation",
"url": "https://github.com/ansforge/IG-fhir-medicosocial-suivi-decisions-orientation/pull/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1299775893 | No libselinux package found when using Python 3.8 (needed by Ansible Core 2.12)
I'm using AlmaLinux 8.6 and ansible-bender 0.9.0. If I install ansible it needs python 3.8 since it provides ansible-core-2.12.2. But there is no python38-libsselinux package for python 3.8, an according to this bugreport there never will be? ( https://bugzilla.redhat.com/show_bug.cgi?id=1932650 )
However I was not able to run ansible-bender since it is checking for selinux (_selinux) available
There was an error during execution:
This system is using selinux(8) and selinux python module is not installed. There is a known issue in ansible that it freezes in this setup:
https://bugzilla.redhat.com/show_bug.cgi?id=1696706
Please install libselinux python bindings (on Fedora the package name is python3-libselinux).
So I just modified the function _check_selinux_iz_gud to just return. It seems to work. However I dont't know if it was just luck due to my minimalistic playbook.
I ran into this as well on fedora. My workaround was installing the selinux shim via pip/pypi in my virtualenv.
@TomasTomecek - in the bug report linked to in the error message shown, you advocated closing the bug report because, Screw these heisenbugs: I can't reproduce the freeze anymore: tried a clean VM and my dirty workstation and the freeze happened on neither. :)
I've opened #285 to address this.
| gharchive/issue | 2022-07-09T22:05:54 | 2025-04-01T06:37:50.367349 | {
"authors": [
"TheMasterFX",
"quietjoy"
],
"repo": "ansible-community/ansible-bender",
"url": "https://github.com/ansible-community/ansible-bender/issues/275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2411418320 | Amw 103
Issue: https://issues.redhat.com/browse/AMW-103
@rpelisse Can you please review the PR
| gharchive/pull-request | 2024-07-16T15:10:31 | 2025-04-01T06:37:50.368579 | {
"authors": [
"RanabirChakraborty"
],
"repo": "ansible-middleware/common_criteria_demo",
"url": "https://github.com/ansible-middleware/common_criteria_demo/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1308046479 | Memsource Credentials issue
Memsource credentials passed from variable files or externally from playbook (using command line or extra_vars file) is not working.
The issue has been fixed as per 6b3b7fee7b9702893f083c1f722ea5729bd8fc78
| gharchive/issue | 2022-07-18T14:27:20 | 2025-04-01T06:37:50.381951 | {
"authors": [
"adityamulik"
],
"repo": "ansible/ansible-collection-memsource",
"url": "https://github.com/ansible/ansible-collection-memsource/issues/30",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1155894099 | Move pull_policy to pull.policy
This moves pull policy under the pull key in the settings file.
This will result in the next release being a major as it is a breaking change.
Fixes #951
ansible-language-server followed the similar for pull-policy as that of ansible-navigator.
https://github.com/ansible/ansible-language-server#language-server-settings
Should we do a similar change in ALS as well? It will require a major version change for both ALS and extension.
ansible-language-server followed the similar for pull-policy as that of ansible-navigator. https://github.com/ansible/ansible-language-server#language-server-settings Should we do a similar change in ALS as well? It will require a major version change for both ALS and extension.
I'd say if we were going to do it, we should do it fast before there is broad adoption of using EEs with both. I'm guessing it is still low.
Maybe we could time it with a navigator release and the lint 6 release?
| gharchive/pull-request | 2022-03-01T22:37:51 | 2025-04-01T06:37:50.437799 | {
"authors": [
"cidrblock",
"ganeshrn"
],
"repo": "ansible/ansible-navigator",
"url": "https://github.com/ansible/ansible-navigator/pull/1029",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
896011562 | Add PKGMGR_OPTS support
This allows users to pass flags to our package manager.
Signed-off-by: Paul Belanger pabelanger@redhat.com
Pull-request updated, HEAD is now aba3503d54f363240ff93ecaa8720f8f3472a113
| gharchive/pull-request | 2021-05-19T22:34:12 | 2025-04-01T06:37:51.247733 | {
"authors": [
"pabelanger"
],
"repo": "ansible/python-builder-image",
"url": "https://github.com/ansible/python-builder-image/pull/40",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1873178854 | Images in the private mode can still be accessed when not logged in
私有状态下图片仍然可以在非登录状态下访问。
设置成必须登录才能查看后,图片仍然可以直接访问。
这里带来一个问题,如果图片存在第三方 OSS,该如何验证权限呢?
Here is a question: how to verify the permission of images if they are stored in OSS (Object Storage Service)?
参考minio和七牛云又拍云等的方案,通常是向oss服务申请一个key ,再通过303重定向到真实的带着key的资源链接实现的。
但这会带来一系列的问题,比如问题内容发布修改时的逻辑。 以及图片资源需要归档到数据库等。
具体参考文档 https://help.upyun.com/knowledge-base/cdn-token-limite/
(通常客户端会这么干 ,不知道老哥有没有什么骚操作)
Referring to solutions such as Minio and Qiniuyun Youpaiyun, it is usually achieved by applying for a key from the OSS service and redirecting it to a real resource link with the key through 303.
But this will bring a series of problems, such as the logic when publishing and modifying the problem content. And image resources need to be archived in the database.
Specific reference documents https://help.upyun.com/knowledge-base/cdn-token-limite/
This sounds like an interesting problem. I'd like to help out but since I'm very new and unfamiliar with the App, can someone provide a "steps to replicate" instruction so I can get started quickly?
Thanks @LinkinStars , I'm able to run the app in my local but was wondering if there's documentation/steps on how to replicate this exact scenario or the url/route of this specific feature?
If not, I will just explore and see if I can find it 👌
Got it. I think I will just look for other issues that I can help out then.
I'd like to help with the discussion but I'm not sure exactly what the bug is. From my understanding, the reporter has set their uploaded image to "private" but it's still viewable for unauthenticated users.
现在有一个新问题。当设置为私有后,登录用户后,用户上传的图片无法预览。
对不起,让我确认一下。因此,请清除浏览器缓存,注销,然后重新登录并刷新页面。
这个问题还是存在,是否和安装的版本有关? 我这边是使用最新的docker镜像进行安装。
是直接使用ip访问的。
1Panel-answer-h3Zj-20231120163702.log
Fixed in v1.2.0
| gharchive/issue | 2023-08-30T08:21:27 | 2025-04-01T06:37:51.256163 | {
"authors": [
"AionKwong",
"carlqt",
"fenbox",
"zhenruyan"
],
"repo": "answerdev/answer",
"url": "https://github.com/answerdev/answer/issues/502",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2240099820 | Geometry Visualization Issue
🔍 Before submitting the issue
[X] I have searched among the existing issues
[X] I am using a Python virtual environment
🐞 Description of the bug
Couldn't able to visualize the geometry, standalone trame, PyVista trame or provided TrameVisualizer Class,
from ansys.geometry.core.plotting.trame_gui import TrameVisualizer
view = TrameVisualizer()
view.set_scene(plotter=plotter)
view.show()
CRITICAL - - logger - handle_exception - Uncaught exception
Traceback (most recent call last):
File "d:\Research\pygeom_plotter_test\geom_plotter.py", line 86, in <module>
view.set_scene(plotter=plotter)
File "C:\Users\username\.ansys_python_venvs\.venv_pyansys\lib\site-packages\ansys\geometry\core\plotting\trame_gui.py", line 64, in set_scene
view = plotter_ui(plotter.scene)
AttributeError: 'PlotterHelper' object has no attribute 'scene'
📝 Steps to reproduce
Pass the plotter object to respective implementation, e.g.,
TrameVisualizer.set_scene(plotter)
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Ansys 24R1
🐍 Which Python version are you using?
3.12
📦 Installed packages
Installed all the pyansys meta-pacakages using Ansys Python Manager.
Additionally install following packages.
trame trame-vuetify trame-vtk
Hi @abhishekchitwar - the way to use the trame visualizer is not this one.
Please do as follows
import ansys.geometry.core as pygeo
pygeo.USE_TRAME = True
# Do your stuff...
#
#
design.plot()
Our PyAnsys Geometry main objects (design, component, body) all have a "plot()" method you can use easily this way with your intended backend
Have a look at https://geometry.docs.pyansys.com/version/stable/examples/01_getting_started/05_plotter_picker.html as well
Hi @RobPasMue
I attempted the following code snippet, but the design plot still appears in a desktop window. I'm looking for a way to display this design on a server or local URL instead.
from ansys.geometry.core import launch_modeler
from ansys.geometry.core.misc import UNITS, Distance, DEFAULT_UNITS
from ansys.geometry.core.math import Point2D
from ansys.geometry.core.sketch import Sketch
from ansys.geometry.core.plotting import PlotterHelper
import pyvista as pv
#from trame_app import TrameApp
DEFAULT_UNITS.LENGTH = UNITS.mm
modeler = launch_modeler(mode='spaceclaim')
launch_modeler.USE_TRAME=True
base_sketch = Sketch()
base_sketch.segment(Point2D([0,0]), Point2D([0,10]))
base_sketch.segment(Point2D([0,10]), Point2D([10,10]))
base_sketch.segment(Point2D([10,10]), Point2D([10,0]))
base_sketch.segment(Point2D([10,0]), Point2D([0,0]))
# Start by creating the Design
design = modeler.create_design("ModelingDemo")
# Create a body directly on the design by extruding the sketch
body = design.extrude_sketch(
name="Design_Body", sketch=base_sketch, distance=Distance(10, unit=UNITS.mm)
)
# design plot
design.plot()
# plotter, this is for test
# plot_list = [body]
# plotter = PlotterHelper(use_trame=True)
# plotter.plot(plot_list)
Hi @RobPasMue,
I just updated the argument with design.plot(use_trame= True), getting following issue.
raise TypeError(
TypeError: Server using client_type='vue3' while we expect 'vue2'
It seems, it requires update from TrameVisualizer.
Hi @RobPasMue,
I just updated the self.server = get_server(client_type='vue2') with TrameVisualizer, it worked as updated. Thanks!
Thanks!
Oh interesting! So you needed to pass the client type to the TrameVisualizer.. We might have to expose this somehow. Could you share your final script? I guess you had to modify your local version of PyAnsys Geometry, right?
Hi @RobPasMue,
yeah, I modified the local pygeometry installation.
It would be great if TrameVisualizer exposes several methods in context of remote visualization, e.g.
def get_url(self):
return f"http://{self.address}:{self.port}"
Ease for developer to configure address and port as per requirement.
Here is the final code! Example test case developed by @agvarghe
from ansys.geometry.core import launch_modeler
from ansys.geometry.core.misc import UNITS, Distance, DEFAULT_UNITS
from ansys.geometry.core.math import Point2D
from ansys.geometry.core.sketch import Sketch
from ansys.geometry.core.plotting import PlotterHelper
import pyvista as pv
DEFAULT_UNITS.LENGTH = UNITS.mm
modeler = launch_modeler(mode='spaceclaim')
# launch_modeler.USE_TRAME=True
base_sketch = Sketch()
base_sketch.segment(Point2D([0,0]), Point2D([0,10]))
base_sketch.segment(Point2D([0,10]), Point2D([10,10]))
base_sketch.segment(Point2D([10,10]), Point2D([10,0]))
base_sketch.segment(Point2D([10,0]), Point2D([0,0]))
# Start by creating the Design
design = modeler.create_design("ModelingDemo")
# Create a body directly on the design by extruding the sketch
body = design.extrude_sketch(
name="Design_Body", sketch=base_sketch, distance=Distance(10, unit=UNITS.mm)
)
# design plot
design.plot(use_trame=True)
Thanks!
We will delegate the actual remote visualization to a different project we are working on. On this one we will just fix the inputs needed to use vue3 or vue2 =)
This issue will be closed by #1148 - thanks @AlejandroFernandezLuces
| gharchive/issue | 2024-04-12T12:54:35 | 2025-04-01T06:37:51.265934 | {
"authors": [
"RobPasMue",
"abhishekchitwar"
],
"repo": "ansys/pyansys-geometry",
"url": "https://github.com/ansys/pyansys-geometry/issues/1110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2098829075 | Implement a function which helps debugging
Somehting like:
debug_pymapdl checks
It should use the CLI.
It should check the MAPDL starting point...
I think we should just use the report? And append things there...
I think the whole CLI could be revamped:
Launcher
Replace launch_mapdl https://mapdl.docs.pyansys.com/version/dev/user_guide/cli.html#pymapdl-command-line-interface with
pymapdl launch
pymapdl stop
converter
https://mapdl.docs.pyansys.com/version/dev/user_guide/convert.html
pymapdl convert
for debugging
we could have something like:
pymapdl debug should print the report?
Help
pymapdl help open the website for help and/or print useful information to the stdout.
| gharchive/issue | 2024-01-24T18:14:39 | 2025-04-01T06:37:51.270854 | {
"authors": [
"germa89"
],
"repo": "ansys/pymapdl",
"url": "https://github.com/ansys/pymapdl/issues/2703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1439219397 | form 中使用picker问题,如果data的数据通过远程获取并setData后,form表单所有验证失效问题
你好,我在form中使用picker ,但我的picker 的data数据源来自远程服务器中,在page的onshow钩子函数中远程获取数据。并通过setData设置picker的data数据,数据能够设置成功,并能界面也正常显示,但form中的所有控件验证都失效,这是什么原因?
有没有微信或者qq群问题讨论群?
我们正在对form进行全面重构,1.0版本预发下个月会发布
https://github.com/ant-design/ant-design-mini/issues/305
使用1.0没这个问题
| gharchive/issue | 2022-11-08T00:37:04 | 2025-04-01T06:37:51.276009 | {
"authors": [
"Alpsli",
"jc9702507",
"xufeng1026"
],
"repo": "ant-design/ant-design-mini",
"url": "https://github.com/ant-design/ant-design-mini/issues/327",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1556135686 | Write inside <# #> will cause extra #>
When your writing comments inside <# #> and pressing enter it will add a extra #> by it self.
Duplicate of #35.
| gharchive/issue | 2023-01-25T06:44:40 | 2025-04-01T06:37:51.389392 | {
"authors": [
"ForNeVeR",
"rstolpe"
],
"repo": "ant-druha/intellij-powershell",
"url": "https://github.com/ant-druha/intellij-powershell/issues/98",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1600095129 | Error [ERR_PACKAGE_PATH_NOT_EXPORTED]
Describe the bug
failed to load config from ...\vite.config.ts
error when starting dev server:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in ...\node_modules@yankeeinlondon\happy-wrapper\package.json
help!thanks!
Reproduction
npm
System Info
system
Used Package Manager
npm
Validations
[X] Follow our Code of Conduct
[X] Read the Contributing Guide.
[X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
[X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
[X] The provided reproduction is a minimal reproducible of the bug.
我在我的package.json文件当中加入"type": "module",项目正常启动了,可能依赖包抛弃了以前的模式。
我用的是node 16 的版本
npm 8+
谢谢!
Just in case you couldn't understand our Chinese friend, here's a translation of his message:
I added "type": "module" to my package.json file, and the project started normally, maybe the dependent package abandoned the previous mode.
I am using the node 16 version
Having the same problem in a brand-new Vite/Vue project.
Any plans to fix this? Seems to make the plugin unusable with the default Vite setup. Adding "type": "module" to package.json doesn't work for me (and even if it did, I wouldn't see this as a long-term solution).
Another way.happy-wrapper is a pue esm package. So we can use dynamic import load this plugin.
Here is example:
import { defineConfig } from 'vite';
export default (async () => {
const Markdown = (await import('vite-plugin-md')).default;
return defineConfig({
plugins:[others plugin,Markdown(...yourOption)]
})
})();
我vite-plugin-md版本降到0.10.0版本就可以了
Translation:
My vite-plugin-md version just needs to be reduced to version 0.10.0.
I really feel an obligation to do this.
| gharchive/issue | 2023-02-26T15:21:54 | 2025-04-01T06:37:51.400516 | {
"authors": [
"MaGaroo",
"XiaoYang943",
"biancangming",
"callmesoul",
"drbarto",
"nonzzz"
],
"repo": "antfu/vite-plugin-md",
"url": "https://github.com/antfu/vite-plugin-md/issues/133",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2064861046 | added CORS to the API Server and WASM Server
Added CORS Support for WASM and API Server
This PR introduces Cross-Origin Resource Sharing (CORS) support for both the WebAssembly (WASM) module and the API server.
Changes:
Added CORS middleware to the API server: The server.go file now includes a middleware function that sets appropriate CORS headers in the HTTP response. This allows client-side web applications to interact with the API server.
Added CORS middleware to the WASM server: The wasm.go file now includes a middleware function that sets appropriate CORS headers in the HTTP response. This allows client-side web applications to interact with the WASM server.
Sorry for all the PRs. I'm relatively new to projects where multiple people make changes. But this should be the last one... at least for this function.
| gharchive/pull-request | 2024-01-04T01:35:48 | 2025-04-01T06:37:51.403084 | {
"authors": [
"Unfield"
],
"repo": "anthdm/ffaas",
"url": "https://github.com/anthdm/ffaas/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190637064 | Connecting to MechanicalTurk
Hi,
How do we connect this to mechanical turk? Is there some missing documentation?
Here's what we've done so far:
Created an AWS account
Created an AWS user with full turk access only
Created environment variables with the AWS_ID and AWS_KEY set
Created a fullvideotask in the admin site: /admin/mturk/fullvideotask/
I can see that the Task class in mturk/models.py actually calls publish and creates the HIT with AWS, but I can't see where the publish method is invoked.
Can you please provide some more instuctions?
Thanks for your help.
As of right now the task of publishing HIT's is done manually via Django shell. To run django shell, run python manage.py shell, then import fullvideotask(fvt), query the fvt model that you want, and run its publish method. Similarly you can also use the class function, bath_create_and_publish() to create multiple task objects and publish them all in one go. Admin dashboard HIT status/management functionality is in the works but feel free to build one!
Thanks for this - that worked. For those people who aren't that familiar with Django shell (like me) you'll need to do this:
python manage.py shell < script.py
where script.py is a script something along the lines of:
`from mturk.models import FullVideoTask
tasks = [x for x in FullVideoTask.objects.all() if x.hit_id != ""]
for task in tasks :
task.publish()
`
@alex-birch take a look at the new branch, mturk. Its a dashboard like functionality for users to publish tasks as HITs
Hi @clayshieh , where can I find the dashboard to publish HIT tasks?
There's a dropdown in /admin under Video objects to create the task and publish it in one step. I forget if there's another dashboard that just publishes HITs
@hocherie to expand on that, go to /admin, click Videos, select the check boxes next to the videos that you want to publish, and in the action menu drop down select "Publish to Turk" and then press the Go button.
@clayshieh @antingshen when selecting "Publish to Turk", I get the error:
Request Method: | POST
-- | --
http://ec2-35-182-160-204.ca-central-1.compute.amazonaws.com:5000/admin/annotator/video/
1.10
CommunicationError
XML malformed
./mturk/mturk_api.py in validate, line 315
/home/ubuntu/beaverdam/venv/bin/uwsgi
3.5.2
['.', '', '/home/ubuntu/beaverdam/venv/lib/python35.zip', '/home/ubuntu/beaverdam/venv/lib/python3.5', '/home/ubuntu/beaverdam/venv/lib/python3.5/plat-x86_64-linux-gnu', '/home/ubuntu/beaverdam/venv/lib/python3.5/lib-dynload', '/usr/lib/python3.5', '/usr/lib/python3.5/plat-x86_64-linux-gnu', '/home/ubuntu/beaverdam/venv/lib/python3.5/site-packages']
Thu, 1 Nov 2018 13:13:50 -0700
I have set the AWS key and ID via:
export AWS_KEY="key"
export AWS_ID="id"
and have tried this with both sandbox set to true and false
Thanks!
It's hard to say. There's many reasons why AWS could be rejecting your request and they don't give you a clear error. See https://github.com/cvondrick/vatic/issues/12
In particular, the error I am seeing is:
<CreateHITResponse><OperationRequest><RequestId>1817f6d5-518e-4acb-830e-7d4111e7f4b6</RequestId><Errors><Error><Code>AWS.NotAuthorized</Code><Message>The identity contained in the request is not authorized to use this AWSAccessKeyId (1541519274636)</Message></Error></Errors></OperationRequest></CreateHITResponse>'
I am exporting the correct key, ID, have all appropriate permissions for my IAM, and have tried placing the key and ID in my bashrc as well to no avail. At one point, I put in the wrong key and ID and changed it back to the correct one and it started being able to post videos to sandbox, but with sandbox set False, I am running into this issue.
Another note for future users, when BeaverDam was made, boto didn't support mturk in Python 3, so BeaverDam makes custom requests. Now, using boto3 might provide additional functionality and is the official way to connect to mturk.
@antingshen thanks for your note. Before I consider refactoring the code to use boto3 to connect, I have a follow up question:
As aforementioned, when trying to "Publish to Turk", when I have this config:
web client <-> nginx <-> socket <-> uWSGI <-> beaverdam
Along with the DEBUG=True error I showed above about XML malformed, I get the following error in my uwsgi logs when running sudo uwsgi --ini /etc/uwsgi/sites/beaverdam.ini:
'<?xml version="1.0"?>\n<CreateHITResponse><OperationRequest><RequestId>b17faffb-544c-44d4-a946-c0278f627623</RequestId><Errors><Error><Code>AWS.NotAuthorized</Code><Message>The identity contained in the request is not authorized to use this AWSAccessKeyId (1542143607840)</Message></Error></Errors></OperationRequest></CreateHITResponse>'
HTTP Response = b'<?xml version="1.0"?>\n<CreateHITResponse><OperationRequest><RequestId>b17faffb-544c-44d4-a946-c0278f627623</RequestId><Errors><Error><Code>AWS.NotAuthorized</Code><Message>The identity contained in the request is not authorized to use this AWSAccessKeyId (1542143607840)</Message></Error></Errors></OperationRequest></CreateHITResponse>'
However, publishing works fine and the AWS key and ID are accepted when going directly from browser to uwsgi, that is:
web client <-> uWSGI <-> beaverdam
Any help would be great. Thanks.
Hmm I haven't seen that error before. Did you check what AWS says that error means?
| gharchive/issue | 2016-11-21T07:17:37 | 2025-04-01T06:37:51.419851 | {
"authors": [
"alex-birch",
"antingshen",
"clayshieh",
"hocherie",
"uzbhutta"
],
"repo": "antingshen/BeaverDam",
"url": "https://github.com/antingshen/BeaverDam/issues/84",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
168995422 | added dragging shortcuts #44
Sean and I added the new shortcuts for dragging. I also had to reassign some shortcuts for rewinding, forwarding, and deleting. Wasn't too sure what the new assignments should be though.
Good initial choices!
I would avoid using arrow keys actually
People use arrow keys to scroll the page (even though our page ideally doesn't need to scroll, people will get it confused either when they either use our app or another app where they need to scroll.
The arrow keys are used to edit text in the "time" box.
I think we should use the comma and period keys for forward and rewind because the keys have < and > on them, which look like forward and rewind. We can have / be the normal play/pause button bc it's right next to them.
Now that Chrome is not longer using Backspace for "back", we can use the backspace key for deleting keyframes.
Well, my rational for arrow keys comes from most video sites (i.e. youtube and etc.), so I don't really think that should be confusing. Not quite sure what you mean by editing text in the time box since if you edit it, it'd change the time.
I do like the idea of < and > though, Gabe an I were actually discussing that earlier.
I guess backspace is fine then if we only the more recent version of Chrome. However, one thing that I was looking to ask was should we remove ECMA6 destructuring in place of normal extraction? (i.e. getting rid of {...} = ...). The reason I say this is because that would open up Beaverdam to more people with older browsers (ones that support ECMA5). (In fact even my work laptop didn't have chrome updated in a while which is where I first came across the browser necessity).
Arrow keys are used for most video sites (i.e. youtube and etc.), so I don't really think that should be confusing (or at least instead of play/ rewind, we skip a few frames in either direction).
This is true. However, I actually dislike the YouTube shortcut because sometimes when I'm trying to scroll the page or do something else I accidentally move the playhead for this exact reason.
Not quite sure what you mean by editing text in the time box since if you edit it, it'd change the time.
I meant if you are trying to type in the text box and realize you need to move the cursor one char to the left, you press the left key and oops, you accidentally rewound your video.
I guess backspace is fine then if we only the more recent version of Chrome. However, one thing that I was looking to ask was should we remove ECMA6 destructuring in place of normal extraction? (i.e. getting rid of {...} = ...). The reason I say this is because that would open up Beaverdam to more people with older browsers (ones that support ECMA5). (In fact even my work laptop didn't have chrome updated in a while which is where I first came across the browser necessity).
That's an easy one. When we want to support older browsers, we'll use Babel to convert it to ES5 automatically. We use jQuery and Raphael instead of pure JS for similar reasons – they also act as compatibility layers.
| gharchive/pull-request | 2016-08-02T21:40:13 | 2025-04-01T06:37:51.427501 | {
"authors": [
"GabeArr",
"allenywang",
"szhu"
],
"repo": "antingshen/BeaverDam",
"url": "https://github.com/antingshen/BeaverDam/pull/55",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.