Dan Ryan

Results 8 comments of Dan Ryan

My understanding of reading the paper is that when there are a sufficient number of points explored at a higher budget so that a model can be built, it switches...

I just figured out that the difference is based on where in the sv-element I click. If I click in the top half of the element, ng-sortable-view works normally. If...

I think I figured out where the change needs to happen. In `adapter-node/index.js` the line that reads: ```javascript builder.writeClient(`${out}/client`); ``` should change to ```javascript builder.writeClient(`${out}/client${builder.config.kit.paths.base}`); ``` I suspect the `writePrerendered`...

I am having the same issue with the `angular` package, which uses `dburles:mongo-collection-instances`. Everything works fine in development mode (without even doing `Mongo.Collection.prototype.constructor = Mongo.Collection`); however, when doing `meteor build`...

@vsivsi: Would changing the error throw to a console warning be a bad thing? It seems that as long as the user is not trying to use a package like...

I realized that I was only using the FileCollections on the server so I moved my FileCollections to `server/lib` instead of the shared `lib` folder and now I am not...

I am not able to make the `div.inner_cell` selector work. However, if you use `div.jp-Cell-inputWrapper` instead then it works. Also, I put the `style="page-break-after: always !important;"` inline styling on a...

After latest update, now I need to select both `div.jp-Cell-inputeWrapper` and `div.jp-InputArea` and make them `display: block;` to have it work.