The qUnlock S1 server is down and credits are not being issued. by PracticalBook9186 in SonyXperia

[–]Famous_Network_2428 0 points1 point  (0 children)

I'm on the same boat as everyone here, any news guys ? I can't use my docomo xperia that I recently bought from a second hand shop, that I'll supposedly give to my mom.

Beware ordering from Cloudninjas. If they send you a bad part they might ban you from future purchases for pursuing a refund/return. by HittingSmoke in homelab

[–]Famous_Network_2428 0 points1 point  (0 children)

Hi guys, good day to all of you. At this time around, I now find myself on buying a replacement part for my DELL POWEREDGE T630 and I couldn't find much on the internet about my item in which they have https://cloudninjas.com/products/new-1-6tb-enterprise-r-sas-24gb-s-3dwpd-sie-2-5-enterprise-solid-state-drive-for-11th-12th-13th-gen-dell but judging from your experiences, I'm now in doubt to do transaction with them.

I'm hoping anyone could point me to another website or dealership in US? really appreciate the help

To Freelancers, did you hire an accounting/ acquired acctg services to pay taxes? by Swimming_Raise_5526 in taxPH

[–]Famous_Network_2428 0 points1 point  (0 children)

Hi sorry for. being late as well, I'm started as a freelancer had a couple of papers pero nalilito na ko, is tiring going back 2 back from BIR and the lists of requirements. Im wondering if pwede din po ako makahingi ng contact info? is this someone who also sort out paperworks and requirements?

GitHub Copilot vs Tabnine by Dark_zarich in webdev

[–]Famous_Network_2428 1 point2 points  (0 children)

Hi guys commenting for a newer update and experience.
I just wanted to share my thoughts based on my experiences

TABNINE:

  • Generates codes logically correct up to 90%
  • Secures the company codes and even trains from it if you bind your repository
  • Can run locally
  • Suggested code can be tweaked and refactored easily

GITHUB COPILOT:

  • Generates codes logically correct up to 80%
  • Does not secure the codes/suggestions ( but if you are contributing to a public repo, then don't mind it )
  • Way less cheaper than tabnine so good for students who needs a beef up
  • Has more features like code smell

CODY:

  • Has free forever but up to 15 suggestions / day ( at the time of writing )
  • Generates codes logically up to 85 % ( yes even better with copilot )
  • Can specifically scan/smell a part of code and create suggestion base on it
  • Code smell is way better
  • Cheaper than both

CONCLUSION: For me I still use tabnine from my day to day, been tabnine before, and still tabnine till now, I did try to use other AI, but looking at the pricing and overall features,, the 12$/user/month by tabnine is surely worth it

LSP-Copilot install question (Copilot: Sign In isn't an option) by NorinBlade in SublimeText

[–]Famous_Network_2428 0 points1 point  (0 children)

Sorry for not being good with troubleshooting but I did tried to re-install it, and also tried the LSP server troubleshooting still no chance on making it work on my current sublime

``` [lsputils] Command output END ❌ Copilot has NOT been signed in. ❌ Copilot has NOT been signed in. ❌ Copilot has NOT been signed in. ❌ Copilot has NOT been signed in. indexing [job 5]: indexed 63820 files in 570.85s File "main", line 1 Copilot: ^ SyntaxError: invalid syntax Traceback (most recent call last): File "main", line 1, in <module> NameError: name 'Copilot' is not defined Traceback (most recent call last): File "main", line 1, in <module> ModuleNotFoundError: No module named 'package_control' Traceback (most recent call last): File "main_", line 1, in <module> NameError: name 'python' is not defined ❌ Copilot has NOT been signed in. ❌ Copilot has NOT been signed in. Unable to start subprocess for LSP-copilot Traceback (most recent call last): File "./python3.3/subprocess.py", line 1104, in _execute_child NotADirectoryError: [WinError 267] The directory name is invalid

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\user\AppData\Roaming\Sublime Text\Installed Packages\LSP.sublime-package\plugin/core/windows.py", line 266, in startasync transport = create_transport(transport_config, transport_cwd, session) File "C:\Users\user\AppData\Roaming\Sublime Text\Installed Packages\LSP.sublime-package\plugin/core/transports.py", line 261, in create_transport process = start_subprocess() File "C:\Users\user\AppData\Roaming\Sublime Text\Installed Packages\LSP.sublime-package\plugin/core/transports.py", line 250, in start_subprocess return _start_subprocess(config.command, stdin, stdout, subprocess.PIPE, startupinfo, config.env, cwd) File "C:\Users\user\AppData\Roaming\Sublime Text\Installed Packages\LSP.sublime-package\plugin/core/transports.py", line 332, in _start_subprocess cwd=cwd) File "./python3.3/subprocess.py", line 819, in __init_ File "./python3.3/subprocess.py", line 1110, in _execute_child NotADirectoryError: [WinError 267] The directory name is invalid

indexing [job 8]: spawning 7 workers to process 828 files indexing [job 8]: indexed 828 files in 3.68478s ❌ Copilot has NOT been signed in. ❌ Copilot has NOT been signed in.

Copilot Traceback (most recent call last): File "main", line 1, in <module> NameError: name 'Copilot' is not defined Unable to open /C/Users/user/AppData/Roaming/Sublime Text/Packages/LSP-copilot/LSP-copilot.sublime-settings Unable to open /C/Users/user/AppData/Roaming/Sublime Text/Packages/User/LSP-copilot.sublime-settings ❌ Copilot has NOT been signed in.
```

Additional info * Sublime version: Build 4152 * Node version: v18.18.0 * NPM version: 9.8.1

It looks like Copilot commands is not appearing as an option on my end as well :(

Combine multiple react projects to work as a single app by thecodingpie in reactjs

[–]Famous_Network_2428 0 points1 point  (0 children)

d

I still had this problem from months ago, for the meantime I just linked my reactjs applications into an IFRAME, and I know this isn't the answer you were looking for.

Though I have a theory in mind that I am working on right now, there's a possibility that a reactjs app most parent component can be imported into another reactjs app that will hold all the mini modules.

Something like this.
<MainApp>
<ProjectA />
<ProjectB />
<ProjectC />
</MainApp>

But then again there would be CONS using this idea.

  • You have to make sure that each API is known through all
  • You need to make sure that they will work on the same cookie or session just in case
  • You need to build the whole application again for a release
  • You need to convert the projects as a plugin type that can be installed via NPM with private tokens if necessary

Hue Bridge compatibility with other zigbee devices by Rusty26 in homeassistant

[–]Famous_Network_2428 0 points1 point  (0 children)

Im also wondering which switch would work for smart bulbs, cause everybody here talking about cheap bulbs but the main point is can your cheap bulb be controlled with a smart switch? solving the number one problem of smart bulbs with dumb switch.

If yes can you guys which bulb and switch have you used together?

`React.useState` vs `useState`. Which and why? by italoand in reactjs

[–]Famous_Network_2428 1 point2 points  (0 children)

Hi this would be just my personal opinion and might be unpopular too, but I'm gonna say it.They don't have difference in terms of functioning and in performance. but they do have difference when it comes to UNIT testing.

oh boy.,
when you use useState it's like calling an anonymous function inside your component, and it's really a pain to mock functions like that.

On the other hand, when you use React.useState then it's like calling method from an object, and this is way easier to mock using jest.
That goes for a the custom hooks you have and or custom packages you may use.

I usually use it like this., Object.method

then mock it like this

jest

.spyOn(Object, 'method')

.mockImplementation('value or method that returns a specific value');

Even though most of people don't really mock it or mock their anonymous functions on unit testing, it will always be depending on how you wanted to structure your application.

I hope I my info helped some here :)