-
Updated
May 27, 2020 - C#
JavaScript
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
Here are 612 public repositories matching this topic...
-
Updated
Mar 18, 2020 - C#
-
Updated
Mar 28, 2020 - C#
Whenever you create a variable named document, you can't use the class Document anymore.
As work-around you can rename the variable (to e.g. doc).
Steps To Reproduce
https://deck.net/3707a48b6ab5672937f9c3b1a8207979
public class Program
{
public static void Main()
{
var document = new HTMLDivElement {
TextContent = "Hello world!"
We need to look into this and possibly file a bug as the event's end point isn't returning a sample json model for events.
####Which PnP repository should you use to report the issue?####
- PnP Samples - https://github.com/OfficeDev/PnP
Category
[x ] Bug
[ ] Enhancement
Environment
[ x] Office 365 / SharePoint Online
[ x] SharePoint 2016
[x ] SharePoint 2013
Expected or Desired Behavior
The sample from this article isn't working:
https://github.com/pnp/PnP/tree/dev/Samples/Core.Throttli
-
Updated
May 25, 2018 - C#
Product Announcments
As we're currently not really having a proper channel for making product level announcements like breaking changes or feature development that is ongoing I'm starting this issue where I'll try to keep you up to date about the things ongoing in alphaTab.
I'm not really a fan of social media portals as you might have realized on the FB and Twitter accounts of alphaTab
I will leave the issu
Hi,
the Wiki page Supported types shows which JS type maps to which .NET type. The table contains an entry for JS type string which maps to .NET type System.String.
However, I found that sometimes Jurassic supplies an Jurassic.ConcatenatedString instead of a regular System.String when calling a function, if the JS string has
-
Updated
Mar 22, 2019 - C#
-
Updated
May 21, 2020 - C#
Almost done with my RPSLS deployment. One more open issue (hopefully).
The rpsls-game-game-api deployment pods fail with the following message (masked with X's):
Warning FailedMount 40s (x7 over 74s) kubelet, aks-agentpool-96345064-0 MountVolume.SetUp failed for volume "azure-kv" : mount command failed, status: Failure, reason: /etc/kubernetes/volumeplugins/azure~kv/azurekeyvault-fl
I would love to have some sort of static site created for Smidge with documentation, etc... instead of having all of the info just in this repo and on the wiki.
I might try GH pages, but if anyone can help out or has done this stuff before would love some help!
-
Updated
May 29, 2020 - C#
-
Updated
May 26, 2020 - C#
-
Updated
Mar 3, 2018 - C#
There is no method based on documentation as the name as 'GetCollectionQuery' in 'EfCoreRepository'.
Please review this change
And Do you have any plan or document to implement SQL raw queries?
-
Updated
May 27, 2020 - C#
-
Updated
Dec 13, 2011 - C#
-
Updated
Jun 10, 2018 - C#
-
Updated
Oct 1, 2018 - C#
-
Updated
Feb 14, 2018 - C#
-
Updated
Mar 8, 2020 - C#
-
Updated
Apr 16, 2019 - C#
It seems the callback arguments are only optional when the return type is string. For anything else they are not always optional. For example, the following all work as expected:
string resultStr = await StaticNodeJSService
.InvokeFromStringAsync<string>("module.exports = (callback, message) => callback(null, message);", args: new[] { "success" });
resultStr = await StaticNodeJSSer-
Updated
Apr 7, 2020 - C#
Created by Brendan Eich
Released December 4, 1995
- Website
- developer.mozilla.org/en-US/docs/Web/JavaScript
- Wikipedia
- Wikipedia
Use this query to search for the most popular feature requests.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I read the document, I don't know whether + - is supported in string/list, whether [] is case sensitive or not in htt