Jeroen

Results 8 issues of Jeroen

How do I import the QRCode through webpack? When I installed qrcodejs through npm the index.js contained this code `module.exports = 'qrcodejs';` When I use `require('qrcodejs');` in my code it...

I build a machine learning recommendation model with Wide And Deep based on [00_quick_start/wide_deep_movielens.ipynb](https://github.com/microsoft/recommenders/blob/main/examples/00_quick_start/wide_deep_movielens.ipynb) and when I save the model I get three files [saved_model.pb, variables-data-00000-00001, variables.index]. I can then...

help wanted

The Dense Layer accepts a DenseArgs object with a KernelRegularizer & BiasRegularizer property. However they are of type IInitializer, whereas keras.regularizers.l2 is of type IRegularizer. Furthermore keras.regularizers.l1 doesn't exist in...

TensorFlow implements several pre-made Estimators and I need some of them (listed below) for my project in .NET - tf.compat.v1.estimator.LinearRegressor - tf.compat.v1.estimator.DNNRegressor - tf.compat.v1.estimator.DNNLinearCombinedRegressor But it seems estimator is not...

in production build I get the error saying Cannot find module electron-log/main when I start the application ![image](https://github.com/user-attachments/assets/91b11c6e-b806-4e92-b939-8bae00c89d91) I have an electron app that is wrapping a Angular app and...

* **electron-builder version**: 25.1.7 * **Node version**: 20 * **Electron version**: 32.1.2 * **Target**: Windows I have an Angular app in Electron. When I add a preload.js file for inter...

### Target SharePoint environment SharePoint Online ### What SharePoint development model, framework, SDK or API is this about? 💥 SharePoint Framework ### Developer environment Windows ### What browser(s) / client(s)...

type:bug-suspected

I installed Version 2.0.3 and when I use the background.editor the image doesn't cover the line gutter. ![Screenshot 2024-12-28 at 16 52 40](https://github.com/user-attachments/assets/5217d2d9-acb0-48a1-a5c1-13bbc91365b0) ![Screenshot 2024-12-28 at 16 52 29](https://github.com/user-attachments/assets/aa379a80-1eb9-46a6-a4bf-a23358e78fcc) Using...

feature-request