Jason Sewell

Results 14 comments of Jason Sewell

Couple discussions we have going on around the CSS at a high level for this section but maybe a happy medium for now would be to `overflow:hidden` in this view?...

## Current Status/Requested Java HUD API changes With the integration of Parcel, we now have Parcel acting as a transpliation/bundler to take development files with distinct syntax for variable interpolation...

The new transpiled Vue files will have their own cache busting uniquely generated id's as seen in the image above. I guess I don't understand the concept of faking on...

Other example is the CSS. Parcel allows us to just include `` blocks in the `.vue` components with no reference in the HTML: And converts it to this at build...

Nice! We could easily do something like prefix the hud files like `https://zap/hud` and `https://zap/images`. Or.. do they _need_ to be in separate directories? The images path could be a...

I think that could work. If I change the build option `--public-url=https://zap/hud/RANDOM_TOKEN` like this: I get build paths like this, which the `RANDOM_TOKEN` could still be modified via string interpolation...

If that doesn't work out it looks like there's an option to customize the Parcel build routine to keep things the way they currently work but would take a bit...

@psiinon I'd like to pick this back up as it seems to be blocking a lot of other conversations/progress 😞 Has there been any progress of updating the API to...

Let me rethink this. I've been watching PRs for front-end changes and know that there's commits that would need to get merged into this PR regardless. I think I started...

@jsoref Thank you for all the notes. It's unlikely that this PR will ever get merged (too large, outdated) as much as serve as a reference for a smaller, more...