Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XY] Support
vis_dimension
type for accessors #128063[XY] Support
vis_dimension
type for accessors #128063Changes from 97 commits
9388bba
8df9659
ab72728
5747322
b4ee9c1
400845d
b2090f3
33a06fa
d94fa4f
663e093
cbffe77
389f933
90aa97a
1d3a264
a78d45d
35cab91
847b3c4
ed7f8ea
b6daa5d
bda6524
c8d40fe
5fed60c
dc195b2
d39681f
b901d68
d327dfe
b500961
7a25b74
0004794
fc8c0b3
98454ad
05cccac
bcf5201
99dc773
94a5850
bfea6f1
7cb4db4
98e8661
5ea9cc5
4f72658
ee4ec20
e72005c
902972d
05b0f8d
cae1e75
00c7e28
0ad3793
2fbe81f
e9c497f
ea299ec
9ea2cbb
46edc6b
672885c
f109200
498b34e
eeefc8b
e00f089
b06f00f
fa43335
0024b0f
4996ea6
97bb678
0709192
6d83b2e
c1833c6
f91c8d5
208d1d9
0b6db50
1cc2ff7
75b2e91
902dae6
21e34b4
9cc22c8
a99a223
b553456
60f5645
dec0d18
628ade6
cc63956
0e4092d
ef30205
f29bdcf
8139986
8307b73
500fb78
839b023
b61e59a
53a6659
490159a
0039dc4
c8b86b3
62fbde1
484d897
35caaa9
284a56d
4c16eb3
79de4d7
147d59d
f0b1f16
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: you can use
layer.xAccessor
here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: instead of using
as number
, you could useflatMap<number>
here.PS: I know, you are not the author of this code.