Tal

Results 17 issues of Tal

### Bug description Steps to reproduce the problem: testing with puppeteer and mocha const opts = { headless: false, slowMo: 100, timeout: 10000, args: ['--disable-web-security'] } browser = await puppeteer.launch(opts);...

bug
needs-feedback

when the parse function gets a date string it parse it incorrectly. for example if i have the string "2023-12-11" - it will be converted as 11/12/2023 02:00:00 the issue...

WebException: The request timed out at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0 at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0 at System.Net.WebClient.GetWebResponse (System.Net.WebRequest request) [0x00000] in :0 at System.Net.WebClient.DownloadDataCore (System.Uri address, System.Object...

bug

NullReferenceException: Object reference not set to an instance of an object at NetworkMultitool.UnionNodeMode.IsValidNode (UInt16 nodeId) [0x00000] in :0 at ModsCommon.BaseSelectToolMode`1[TypeTool].RayCastNode (System.Collections.Generic.HashSet`1 ignoreNodes, UInt16 nodeId, ModsCommon.Utilities.NodeSelection& selection, System.Single& t) [0x00000] in...

NullReferenceException: Object reference not set to an instance of an object at MetroOverhaul.Extensions.BuildingInfoExtensions.IsMetroDepot (.BuildingInfo info) [0x00000] in :0 at MetroOverhaul.AssetsUpdater.UpdateMetroBuildingsMeta () [0x00000] in :0 spamming about 30 of these messages.

Hi, I'm trying to understand how to access the vehicle property of a callout i created in the material in the lua scripting (like callout.vehicle or somthing like that).

moment is installed with npm, and is used throughout my code not just in the test. I am trying to call a fake moment function instead of normal one, i...