Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for expects HD
GitHub Repo https://github.com/Bug-Hunter-X/CSS-Specificity-Issue-with--important-Flag-2w0hd

Bug-Hunter-X/CSS-Specificity-Issue-with--important-Flag-2w0hd

CSS specificity issue with !important flag overriding expected styles. Unexpected width of element due to cascading stylesheet behavior.
GitHub Repo https://github.com/LaPlus-Darknesss/SMT3HD_Reimagined_Public

LaPlus-Darknesss/SMT3HD_Reimagined_Public

dev repo, *MANY* paths and options are hardcoded, do not expect this to work for you, this is simply in case you would like to look at the code. Many things are messy and many things are legacy/unused, this is not meant to be a 'clean release' plugin,.
GitHub Repo https://github.com/Bug-Hunter-X/Next-js-Link-Component-Not-Working-Correctly-hd4yh

Bug-Hunter-X/Next-js-Link-Component-Not-Working-Correctly-hd4yh

Next.js links not working as expected, possibly due to improper configuration of the `next/link` component or routing issues.
GitHub Repo https://github.com/Bug-Hunter-X/Unexpected-Behavior-of-the-map-Function-in-Swift-6hdgr

Bug-Hunter-X/Unexpected-Behavior-of-the-map-Function-in-Swift-6hdgr

This code snippet demonstrates a common error in Swift where the map function is used to modify an array. However, the map function does not modify the original array but instead returns a new array with the modified values. This can lead to unexpected behavior if the original array is expected to be modified.
GitHub Repo https://github.com/Bug-Hunter-X/Next-js-15---Unexpected--undefined--in-child-component-props-hddnj

Bug-Hunter-X/Next-js-15---Unexpected--undefined--in-child-component-props-hddnj

Next.js 15: Unexpected 'undefined' value in props when passing an object to a child component. The console displays 'undefined', but the expected value is 'hello'.
GitHub Repo https://github.com/0u44/8bitCPU-HDL

0u44/8bitCPU-HDL

a very simple HDL for a 8-bit CPU made fully in rust. This is for educational purposes, so dont expect it to be complete any time soon.
GitHub Repo https://github.com/Khaled259/STC_TV_Dataset-Analysis

Khaled259/STC_TV_Dataset-Analysis

To Analyze STC TV user behavior and provide insights to enhance customer experience 3 tasks: 1. Classify and analyze viewers based on program class (movie/series) and determine SD/HD preferences 2. Build a predictive model for expected views and peak times in the next two months 3. Implement a recommendation system based on user preferences
GitHub Repo https://github.com/mickymultani/HD-wallet-tree

mickymultani/HD-wallet-tree

Nodejs script to construct HD wallet tree given an extended private key and number of wallets expected. You can customize the BIP44 path as needed.
GitHub Repo https://github.com/Bug-Hunter-X/Type--string----is-not-assignable-to-type--string--5hdno

Bug-Hunter-X/Type--string----is-not-assignable-to-type--string--5hdno

TypeScript error when passing an array to a function expecting a string.
GitHub Repo https://github.com/Bug-Hunter-X/Unexpected-0-Return-for-Null-Inputs-in-Addition-Function-hdjwr

Bug-Hunter-X/Unexpected-0-Return-for-Null-Inputs-in-Addition-Function-hdjwr

Incorrect handling of null values in a function performing addition; the function should return null instead of 0 if either input is null. This is an uncommon error as most developers would expect a null input to result in a null output, making it a subtle bug.