norcino

Results 9 comments of norcino

I have the same issue, I cannot use anywhere InsertAll anymore after adding a new table mapped with 1 to 1 relation as specification table, if I delete that mapping...

From the note in the main page: > Inheritance and Bulk insert > Bulk insert should support TPH inheritance. The other inheritance models will most likely not work. TPH is...

Same/Similar issue with react script 5 > cra-build-watch -v - Update webpack configuration{PATH}\ClientApp\node_modules\cra-build-watch\scripts\index.js:98 config.module.rules[oneOfIndex].oneOf[0].options.name = `media/[name].[hash:8].[ext]`; ^ TypeError: Cannot set properties of undefined (setting 'name') at Object. ({PATH}\ClientApp\node_modules\cra-build-watch\scripts\index.js:98:57) at Module._compile...

Hi @kyletsang thank you for your answer. I read the sass documentation by not everything is clear to me. I am creating a component library which wraps react-bootstrap, the intent...

@kyletsang I found why this doesn't work. https://github.com/react-bootstrap/react-bootstrap/blob/master/src/Collapse.tsx#L56-L61 https://github.com/react-bootstrap/react-bootstrap/blob/master/src/Badge.tsx#L64-L66 Likely there will be more, and this seems to be a design decision, so if there is no plan to prefix...

I am trying to setup the firewall to expose the camera to the Internet but it looks like that TCP/UDP on 554 port is not enough (or maybe I am...

@BogdanovKirill I failed to expose the camera to the internet, I even tried with DMZ, is there anything else we can do to investigate the issue?

Hi I tried, but I get the same result, this is the snippet of code I changed in MainWindowViewModel.cs ``` connectionParameters.RtpTransport = RtpTransportProtocol.TCP; connectionParameters.CancelTimeout = TimeSpan.FromSeconds(15); connectionParameters.ConnectTimeout = TimeSpan.FromSeconds(15); ```...