The Wayback Machine - https://web.archive.org/web/20200714045513/https://github.com/topics/aot
Skip to content
#

aot

Here are 138 public repositories matching this topic...

coreyoconnor
coreyoconnor commented Apr 27, 2020

Per the BufferedInputStream documentation, the skip(n) method corresponds to the general contract in InputStream. Which is:

"If n is negative, the skip method for class InputStream always returns 0, and no bytes are skipped. Subclasses may handle the negative value differently. "

From this I'd expect scala-native's BufferedInputStream.skip to return 0. Instead an `IllegalArgumentEx

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
  • Updated Jun 6, 2020
  • TypeScript
hadirsa
hadirsa commented May 16, 2018

I'm submitting a ...

[ * ] Documentation issue or request

Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav

honey-system
honey-system commented Mar 18, 2020

[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Support request
[ ] Feature request
[ ] Documentation issue or request

When switching between routers, the title is reset to the default one, and **the title set in the settings is saved in the browser histor

IL2C
bencz
bencz commented Apr 11, 2020

Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?

For exemple, if we have this code:

    static void Main(string[] args)
    {
        const string AssemblyName = "HelloWorld.dll";
        var assembly = AssemblyBuilder.DefineDynamicAssembly(
rafa-as
rafa-as commented Jul 5, 2019

I'm submitting a ...

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if similar feature request does not exist
[ ] support request => Suggested place for help and support is [stackoverflow](https://stackoverflow.com/), search for similar question before posting

Description

When the root route is translated t

M4R1KU
M4R1KU commented Aug 6, 2018

I'm submitting a ... (check one with "x")

[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Support request
[x] Feature request
[ ] Documentation issue or request

Current behavior
When using the Decorators you are not able to clear the cache or remove a certain key from the cache unless you do it manually by injecting

f-aubert
f-aubert commented Feb 28, 2019

Thanks for this great and useful little library. It is only one feat. short of suiting my needs. In most case my user deals with integer (precision 0), but in some case it might want to type a dot '.' to enter a fractional amount. In this case I would rather having the parser interpret the dot '.' and not ignore it making the amount larger by adding two digits

Given a precision of 0,
typing 1

Improve this page

Add a description, image, and links to the aot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.