Jason Fuehner
Jason Fuehner
Was curious if it is possible to convert Java objects into a `View` and sent to browser for JavaScript consumption? Any examples?
### Discussed in https://github.com/visgl/deck.gl/discussions/6216 Originally posted by **jfuehner** September 20, 2021 Hi! Over the past ~year I have made multiple unsuccessful attempts ([5607](https://github.com/visgl/deck.gl/discussions/5607) , [6090](https://github.com/visgl/deck.gl/discussions/6090)) at trying to leverage CRS...
### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...
Would be a great addition if _chance_ could generate random cool project names.
I am using version 1.13.0 and was attempting to use it with storing tiles in our Redis cluster. However, it appears MapProxy does not currently support a clustered environment? Any...
Hi! I have the below generic object that I use as a wrapper around other objects when sending a response. ``` public class Response { private T data; public Response()...
Hi! Was curious if it is possible to nest a Java ByteBuffer within an Ion object? When de/serialized would it maintain that type? For example say I have a class...
Was curious if there are any plans to provide factory/objectmapper support for flatbuffers similar to what's been done with protobuf? Specifically, being able to de/serialize to/from POJO's... Thanks!
#### Describe the bug Currently using nebula (0.23.8) with deck (8.5.10). Deck is reporting a warning message to the console concerning property deprecation. > deck: `annotation-geojson: getRadius` is deprecated and...
Hi! I am working on building a simple MVT service to be used by Mapbox.gl but am a little confused with the `createTileGeom` function signature. I have a service endpoint......