Jan Michael Vincent Trinidad

Results 9 issues of Jan Michael Vincent Trinidad

## What problem are you trying to solve? Use object in batchFn return instead of function. ## Describe the solution you'd like The user should be able to return an...

enhancement

Hi, Whenever I inspect `computedVariables` error shows `Uncaught TypeError: Function.prototype.toString is not generic`. Any Idea @ntrrgc. ![ko-es5-error](https://cloud.githubusercontent.com/assets/7194300/20791063/30ba4e76-b7f6-11e6-8771-a8b7065530d0.png) From the meantime, I inserted this code as checking. ```Javascript var isToStringAllowed =...

This is a simple binding handlers for knockout js. ``` ko.bindingHandlers['jsDiffLib'] = { update: function (element, valueAccessor) { function getHtml(table){ var elems = []; $(table).find("tbody>tr>td").each(function (item, elem) { if(elem.className ===...

### System Info System: OS: macOS 15.0 CPU: (12) arm64 Apple M2 Pro Memory: 74.30 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.4.0 - ~/.nvm/versions/node/v22.4.0/bin/node npm: 10.8.1...

bug
pending triage

workflow-failure

### Current Behavior HMR is not working on host but working on remote ### Expected Behavior HMR should work with host as well, this is the fix provided https://github.com/module-federation/module-federation-examples/issues/358#issuecomment-844455904 ###...

type: bug