anditsung
anditsung
anyone gonna create a PR for this? if not im gonna do it i have create a PR for this.
hello. this is how to read RFID ``` public function getUserV2() { $command = CMD_USERTEMP_RRQ; $command_string = chr(5); $chksum = 0; $session_id = $this->session_id; $u = unpack('H2h1/H2h2/H2h3/H2h4/H2h5/H2h6/H2h7/H2h8', substr( $this->received_data, 0,...
$u = unpack('H144', substr($user_data, 0, 72)); $u1 = hexdec(substr($u[1], 2, 2)); $u2 = hexdec(substr($u[1], 4, 2)); $uid = $u1+($u2*256); // 2 byte $role = hexdec(substr($u[1], 6, 2)).' '; // 1...
this is the solution that im using create a class and extends to DownloadExcel on handle function ``` /** * @param ActionRequest $request * @param Action $exportable * * @return...
I have update some package to support nova4 but seems the maintainer is not active anymore. I will try to update this to support nova4 if the maintainer ok with...
> Hey @anditsung, thanks, haven't got a nova4 license myself yet to be able to understand what changes need to be done... i have check the package... on vue3 the...
seems the problem is here ``` this.$nextTick(() => this.deepSearch(this.$root.$children)) ``` i can get the parent using this.$parent but cant find the child from parent
> @dividy I got it almost working and I had pushed my proof of concept to a branch called flexible field, it works on create, on update and on details...
if you only add view own permission only it will not show anything. you should add view permission too. i already create a fix and make PR for this issue
> @KABBOUCHI I'll open a PR a bit later if you're ready to migrate to 4.0 its been 15 days. and still no PR?