Bryan Hunt

Results 24 issues of Bryan Hunt

I tried adding volta to a container and when I try to execute it, I get: `bash: /root/.volta/volta: No such file or directory` Here is the Dockerfile I'm using: ```...

enhancement
error messages

I'm trying to right-justify the last item in a navbar and it's not working. I did an experiment and figured out that it works with BsNav, but not with BsNavbar....

bug
needs investigation

Toast support would be awesome!

feature request
Bootstrap 4

I'm working on some code to autosave my model. It looks like: ```javascript export default Route.extend({ autosave: task(function * () { yield timeout(3000); this.get('model').save(); }).restartable(), model(params) { return this.store.findRecord('task', params.taskId);...

I updated my model to include an except on the "updatedOn" field so I could set it when the model is saved. Now, when I save the model, I get...

If you rename a project, you will get a problem marker that says you have an invalid java project. If you then move the project to a location that matches...

I'm going to migrate all of the code to Bndtools. This should make future development easier. Along with this migration will be a re-work of how Jersey is consumed which...

feature

It looks like the Jackson JAX-RS provider is included in the jersey-all.jar so I think it is just a matter of registering the provider as a service component.

feature

I need a way to get the root path for the registered resources. I tried registering a ConfigurationListener, and while I get the event when I configure the service root,...

The way the security filter is implemented, all requests must go through the filter which causes certain use cases to fail. I am currently experimenting with Basic and Form based...

enhancement